Jupyter Notebook with Java kernel added.
1.3K
This Ubuntu-based Jupyter Notebook image has a Java kernel (https://github.com/dflib/jjava) and the standard Python kernel.
Remember that you can select the language (kernel) for a new notebook.
docker run --mount type=volume,source=JupyterNotebooks,target=/notebooks -a stdout -a stderr -p 8888:8888 --name ubuntu-jupyter epillado/jupyterjava
When running or restarting, two URLs will be displayed on your terminal that include a token. Pick one to open the home page of Jupyter Notebook.
docker start -i ubuntu-jupyter
Your notebooks will be stored in a Docker volume.
You can find me here: https://www.linkedin.com/in/eduardo-pillado/
Content type
Image
Digest
sha256:449166f9a…
Size
682 MB
Last updated
over 1 year ago
docker pull epillado/jupyterjava