Skip to content

Instantly share code, notes, and snippets.

@enricorotundo
Created September 14, 2018 08:56
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 enricorotundo/f36d8fd20c87aae8e5ecdace8b7fb3dd to your computer and use it in GitHub Desktop.
Save enricorotundo/f36d8fd20c87aae8e5ecdace8b7fb3dd to your computer and use it in GitHub Desktop.
Run JupyterLab, token authentication off
#!/usr/bin/env bash
jupyter lab --ip=* --port=8888 --no-browser --notebook-dir=$HOME --allow-root --NotebookApp.token=''
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment