Sign inSign up

commitkey/jupyter

By commitkey

Updated about 5 years ago

Python 3 Jupyter Notebook

Image
1

10K+

commitkey/jupyter repository overview

Jupyter Notebook

Using Jupyter Notebook

First, you must create a new volume or a folder named jupyter_data to use it to store your jupyter notebooks, then you can run the image with this command.

docker run --rm --name jupyter -p 8888:8888 -v $(pwd)/jupyter_data:/home/jupuser commitkey/jupyter

To use it, use you favorite browser to browse the url the container provides you http://127.0.0.1:8888/?token= and the token created after running the image.

Tag summary

Content type

Image

Digest

Size

298.5 MB

Last updated

about 5 years ago

docker pull commitkey/jupyter