Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 1.25 KB

README.md

File metadata and controls

24 lines (18 loc) · 1.25 KB

Java Notebook Build Status

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. Binder

Docker Hub

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.