kotlin-notebook is a Jupyter Docker Stack image that's including the Kotlin kernel to Jupyter notebook.
Last updated Feb 24, 2026
20
Stars
6
Forks
1
Issues
0
Stars/day
Attention Score
53
Language breakdown
Python 58.9%
Makefile 26.4%
Dockerfile 14.7%
▸ Files
click to expand
README
kotlin-notebook
kotlin-notebook is a Jupyter Docker Stack image with the Kotlin kernel for Jupyter/IPython.
This image includes:
- Jupyter Docker Stack (
jupyter/base-notebookimage); - 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 JUPYTERENABLELAB=yes \
-e CHOWN_HOME=yes \
ghcr.io/knonm/kotlin-notebook:latest
Then open http://localhost:8888 to try it out.
Links
🔗 More in this category