Skip to content

Instantly share code, notes, and snippets.

@david-macleod
Last active April 15, 2018 10:46
Show Gist options
  • Save david-macleod/aa0f3c1c4da32979c73971eef7c1f4d6 to your computer and use it in GitHub Desktop.
Save david-macleod/aa0f3c1c4da32979c73971eef7c1f4d6 to your computer and use it in GitHub Desktop.
Jupyter notebook password
if [ ! -f ~/.jupyter/jupyter_notebook_config.py ]; then
jupyter notebook --generate-config
fi
jupyter notebook password
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment