Skip to content

Instantly share code, notes, and snippets.

@pmlandwehr
Created May 29, 2017 05:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pmlandwehr/26975800ba46da65a26b746e71864042 to your computer and use it in GitHub Desktop.
Save pmlandwehr/26975800ba46da65a26b746e71864042 to your computer and use it in GitHub Desktop.
How to Quickstart the Jupyter data science docker container.
mkdir data_work
docker run -d -p 8888:8888 \
-e GEN_CERT=yes \
-v data_work:/home/jovyan/work \
jupyter/datascience-notebook start-notebook.sh \
--NotebookApp.password='sha1:74ba40f8a388:c913541b7ee99d15d5ed31d4226bf7838f83a50e' # put hashed password here
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment