diff --git a/IPython/lib/security.py b/IPython/lib/security.py index 2c283a8..f84c7e0 100644 --- a/IPython/lib/security.py +++ b/IPython/lib/security.py @@ -8,6 +8,9 @@ import random def passwd(passphrase): """Generate hashed password and salt for use in notebook configuration. + In the notebook configuration, set `c.NotebookApp.password` to + the generated string. + Parameters ---------- passphrase : str