Skip to content

Instantly share code, notes, and snippets.

@afitterling
Last active September 29, 2021 21:05
Show Gist options
  • Save afitterling/9f56f13b2c6856342cce8852b30c20b6 to your computer and use it in GitHub Desktop.
Save afitterling/9f56f13b2c6856342cce8852b30c20b6 to your computer and use it in GitHub Desktop.
Jupyter Studio

Jupyter

https://jupyter-docker-stacks.readthedocs.io/en/latest/

start

docker run -p 8888:8888 -v $(pwd):/home/jovyan/work jupyter/scipy-notebook

docker run --network some-network --rm -p 8888:8888 -e JUPYTER_ENABLE_LAB=yes $* -v "${PWD}":/home/jovyan/work jupyter/datascience-notebook

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment