Show More
@@ -8,6 +8,9 import random | |||||
8 | def passwd(passphrase): |
|
8 | def passwd(passphrase): | |
9 | """Generate hashed password and salt for use in notebook configuration. |
|
9 | """Generate hashed password and salt for use in notebook configuration. | |
10 |
|
10 | |||
|
11 | In the notebook configuration, set `c.NotebookApp.password` to | |||
|
12 | the generated string. | |||
|
13 | ||||
11 | Parameters |
|
14 | Parameters | |
12 | ---------- |
|
15 | ---------- | |
13 | passphrase : str |
|
16 | passphrase : str |
General Comments 0
You need to be logged in to leave comments.
Login now