Last active
September 7, 2020 15:13
-
-
Save mleuthold/fffecb16fa8276f3339e2d3073cb2d05 to your computer and use it in GitHub Desktop.
Jupyter Lab as Docker container
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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