Skip to content

Instantly share code, notes, and snippets.

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 thicolares/05d608abf5ce269180817657de0a3a4a to your computer and use it in GitHub Desktop.
Save thicolares/05d608abf5ce269180817657de0a3a4a to your computer and use it in GitHub Desktop.
Run Jupyter Notebook with Docker
docker container run --rm \
-p 8888:8888 \
--user root \
-e NB_GID=100 \
-v "$$PWD:/home/jovyan/work" \
-it --name jupyter jupyter/base-notebook \
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment