Skip to content

Commit 4d1bdf8

Browse files
authored
Added help description
1 parent e08b300 commit 4d1bdf8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

notebook/notebookapp.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -931,6 +931,9 @@ def _write_cookie_secret_file(self, secret):
931931
token = Unicode('<generated>',
932932
help=_("""Token used for authenticating first-time connections to the server.
933933
934+
The token can be read from the file referenced by JUPYTER_TOKEN_FILE or set directly
935+
with the JUPYTER_TOKEN environment variable.
936+
934937
When no password is enabled,
935938
the default is to generate a new, random token.
936939

0 commit comments

Comments
 (0)