Provide ipython noteboke base on jupyter/notebook.
359
ipython-notebook based on jupyter/notebook, add some extend package for notebook, such as numpy and matplotlib.
If you want run notebook in docker, run command like this:
$ docker run --rm -it -p 8888:8888 -v "$(pwd):/notebooks" jupyter/notebook
Content type
Image
Digest
Size
485.9 MB
Last updated
almost 11 years ago
docker pull firemiles/ipython-notebook