Skip to content

Instantly share code, notes, and snippets.

@rlan
Last active May 14, 2018 03:25
Show Gist options
  • Save rlan/1352343a7925a7b9b7b5b10a597a9cd5 to your computer and use it in GitHub Desktop.
Save rlan/1352343a7925a7b9b7b5b10a597a9cd5 to your computer and use it in GitHub Desktop.

How to launch jupyter in a docker image:

jupyter notebook --no-browser --ip=0.0.0.0 --allow-root

or jupyter lab:

jupyter lab --no-browser --ip=0.0.0.0 --allow-root

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