Show More
@@ -343,6 +343,9 b' class NotebookApp(BaseIPythonApplication):' | |||
|
343 | 343 | help="""The random bytes used to secure cookies. |
|
344 | 344 | By default this is a new random number every time you start the Notebook. |
|
345 | 345 | Set it to a value in a config file to enable logins to persist across server sessions. |
|
346 | ||
|
347 | Note: Cookie secrets should be kept private, do not share config files with | |
|
348 | cookie_secret stored in plaintext (you can read the value from a file). | |
|
346 | 349 | """ |
|
347 | 350 | ) |
|
348 | 351 | def _cookie_secret_default(self): |
General Comments 0
You need to be logged in to leave comments.
Login now