Skip to content

Instantly share code, notes, and snippets.

@mleuthold
Last active September 7, 2020 15:13
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 mleuthold/fffecb16fa8276f3339e2d3073cb2d05 to your computer and use it in GitHub Desktop.
Save mleuthold/fffecb16fa8276f3339e2d3073cb2d05 to your computer and use it in GitHub Desktop.
Jupyter Lab as Docker container
alias jupyter-lab='docker run -it --rm -p 8888:8888 -v "$HOME":/home/jovyan/ --user $(id -u):$(id -g) --group-add users --group-add root -e JUPYTER_ENABLE_LAB=yes jupyter/all-spark-notebook'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment