Skip to content

Instantly share code, notes, and snippets.

@prasoon2211
Last active August 10, 2019 11:05
Show Gist options
  • Save prasoon2211/541ede26c264a1ffcf0b94ea19f7768b to your computer and use it in GitHub Desktop.
Save prasoon2211/541ede26c264a1ffcf0b94ea19f7768b to your computer and use it in GitHub Desktop.
Jupyterlab docker image
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