Skip to content

kotlin-notebook is a Jupyter Docker Stack image that's including the Kotlin kernel to Jupyter notebook.

License

Notifications You must be signed in to change notification settings

knonm/kotlin-notebook

Repository files navigation

kotlin-notebook

Build, test, and publish Docker Images Binder

kotlin-notebook is a Jupyter Docker Stack image with the Kotlin kernel for Jupyter/IPython.

This image includes:

  • Jupyter Docker Stack (jupyter/base-notebook image);
  • Kotlin Kernel for Jupyter;
  • Java 8 (so the Kotlin Kernel can run properly).

Usage

You can start using it straight out of the box with this "one"-liner:

docker run -it --rm \
  --name kotlin_notebook \
  -v ${PWD}:/home/jovyan/workspace \
  -p 8888:8888 \
  -e JUPYTER_ENABLE_LAB=yes \
  -e CHOWN_HOME=yes \
  ghcr.io/knonm/kotlin-notebook:latest

Then open http://localhost:8888 to try it out.

Links

About

kotlin-notebook is a Jupyter Docker Stack image that's including the Kotlin kernel to Jupyter notebook.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published