Skip to content

Instantly share code, notes, and snippets.

@mecmartini
Created November 24, 2020 13:33
Show Gist options
  • Save mecmartini/39889dd30dc9c226ea837109b6247d27 to your computer and use it in GitHub Desktop.
Save mecmartini/39889dd30dc9c226ea837109b6247d27 to your computer and use it in GitHub Desktop.
jupyter generate password
from notebook.auth import passwd
passwd(passphrase='mynewpassword', algorithm='sha1')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment