Created
September 14, 2018 08:56
-
-
Save enricorotundo/f36d8fd20c87aae8e5ecdace8b7fb3dd to your computer and use it in GitHub Desktop.
Run JupyterLab, token authentication off
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
#!/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