Sign inSign up

epillado/jupyterjava

By epillado

Updated over 1 year ago

Jupyter Notebook with Java kernel added.

Image
Languages & frameworks
Data science
0

1.3K

epillado/jupyterjava repository overview

jupyterjava

Java and Python Jupyter Notebook server

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.

Running the first time

docker run --mount type=volume,source=JupyterNotebooks,target=/notebooks -a stdout -a stderr -p 8888:8888 --name ubuntu-jupyter epillado/jupyterjava

Using

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.

Starting

docker start -i ubuntu-jupyter

Storage

Your notebooks will be stored in a Docker volume.

Contact

You can find me here: https://www.linkedin.com/in/eduardo-pillado/

Enjoy!

Tag summary

Content type

Image

Digest

sha256:449166f9a

Size

682 MB

Last updated

over 1 year ago

docker pull epillado/jupyterjava