Skip to content

Instantly share code, notes, and snippets.

@khalidx
Created August 8, 2021 15:36
Show Gist options
  • Save khalidx/aa38623e6b8fcbe9ede8aea55532710b to your computer and use it in GitHub Desktop.
Save khalidx/aa38623e6b8fcbe9ede8aea55532710b to your computer and use it in GitHub Desktop.
Quickly spin up a Jupyter notebook for data science experiments

jupyter-notebook

Quickly spin up a Jupyter notebook for data science experiments.

It is easy with Docker!

docker run --rm \
-p 8888:8888 \
-v "${PWD}":/home/jovyan/work \
-e JUPYTER_ENABLE_LAB=yes \
jupyter/datascience-notebook:33add21fab64
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment