Minimal Docker Image running Julia in IPython notebook
2.1K
Minimal Docker Image running Julia in IPython notebook
Run it using
docker run -d -p 8888:8888 sbminimal/docker-ubuntu-ijulia
and access it via your webbrowser at http://127.0.0.1:8888/.
If you want to persist your notebooks, you can link the /data/notebooks directory to some using
docker run -d -p 8888:8888 -v <local-directory>:/data/notebooks sbminimal/docker-ubuntu-ijulia
Content type
Image
Digest
sha256:1381221d0…
Size
33.3 MB
Last updated
over 10 years ago
docker pull sbminimal/docker-ubuntu-ijulia