Fork of python-notebook Docker container by Ulrich Hoffmann <[email protected]>
2.9K
This repository contains a Dockerfile for IPython notebook based on Python with numerous additional packages.
Install Docker.
Download image from public Docker Hub Registry: docker pull fhwedel/ipython-notebook
(alternatively, you can build an image from the Dockerfile: docker build -t="fhwedel/ipython-notebook" github.com/fh-wedel/ipython-notebook or just make image)
Have your IPython notebooks in the directory $HOME/notebooks (start with empty directory), then
docker run -d -p 8889:8888 -v $HOME/notebooks:/notebooks -e "PASSWORD=ipython" fhwedel/ipython-notebook
Point your browser to https://localhost:8889, login with password ipython (as specified above).
Content type
Image
Digest
Size
365 MB
Last updated
over 9 years ago
docker pull mfernandes61/ifr_ipython_nb