Last active
August 10, 2019 11:05
-
-
Save prasoon2211/541ede26c264a1ffcf0b94ea19f7768b to your computer and use it in GitHub Desktop.
Jupyterlab docker image
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
jupyterlab : docker run --rm -u root -p 8898:8888 -v $(pwd):/app prasoon2211/python_ds jupyter-lab --allow-root --no-browser --NotebookApp.token='' | |
jupyternbk : docker run --rm -u root -p 8898:8888 -v $(pwd):/app prasoon2211/python_ds jupyter-notebook --allow-root --no-browser --NotebookApp.token='' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment