ijava-jupyter-stack is a Jupyter Docker Stack image that's including the IJAVA Kernel to Jupyter notebook.
Try this Jupyter Notebook online with this link. No installation is needed.
- Docker Hub hub.docker.com/r/jbindinga/java-notebook
Docker Pull Command for Docker image with JAVA Kernel installed.
docker pull jbindinga/java-notebook
This Dockerfile is made possible by the work of https://github.com/SpencerPark/IJava
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.