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/403151257736eb6cbcfea34bc076492b to your computer and use it in GitHub Desktop.
Save enricorotundo/403151257736eb6cbcfea34bc076492b 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=''
@enricorotundo
Copy link
Author

enricorotundo commented Sep 14, 2018

Install (macOS 10.13):

cd /usr/local/bin
wget {GIST_RAW_URL}
ln -s run_jupyterlab.sh run_jupyterlab
chmod +x run_jupyterlab

Run:

  • open new terminal
  • hit run_jupyterlab

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