Java Notebook
ijava-jupyter-stack is a Jupyter Docker Stack image that's including the IJAVA Kernel to Jupyter notebook.
Launch on binder
Try this Jupyter Notebook online with this link. No installation is needed.
Docker Hub
- Docker Hub hub.docker.com/r/jbindinga/java-notebook
Docker Pull Command for Docker image with JAVA Kernel installed.
docker pull jbindinga/java-notebook
GitHub
References
IJava kernel
This Dockerfile is made possible by the work of https://github.com/SpencerPark/IJava
Jupyter Docker Stacks - Community Stack version
This project is developed with the helpful guide of Jupyter Docker Stacks. The base container is jupyter/minimal-notebook and this Community Stack is setup via the guide.