Created
November 24, 2020 13:33
-
-
Save mecmartini/39889dd30dc9c226ea837109b6247d27 to your computer and use it in GitHub Desktop.
jupyter generate password
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
| 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