Sign inSign up

mtmiller/ipython-notebook

By mtmiller

•Updated almost 11 years ago

Image
1

939

mtmiller/ipython-notebook repository overview

⁠Dockerized Notebook

Docker container for the IPython notebook (single user). Updated to run with Python 3.

⁠Quickstart

Assuming you have docker installed, run this to start up a notebook server on port 8888:

docker run -d -p localhost:8888:8888 -e "PASSWORD=MakeAPassword" mtmiller/ipython-notebook

You'll now be able to access your notebook at https://localhost:8888⁠ with password MakeAPassword (please change the environment variable above).

⁠Hacking on the Dockerfile

Clone this repository, make changes, then build the container:

docker build -t notebook .
docker run -d -p 8888:8888 notebook

If you have any suggestions including baseline software that you think should be installed, submit an issue or a pull request!

Tag summary

Content type

Image

Digest

sha256:cd4fdfef4…

Size

200.9 MB

Last updated

almost 11 years ago

docker pull mtmiller/ipython-notebook