We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e08b300 commit 4d1bdf8Copy full SHA for 4d1bdf8
notebook/notebookapp.py
@@ -931,6 +931,9 @@ def _write_cookie_secret_file(self, secret):
931
token = Unicode('<generated>',
932
help=_("""Token used for authenticating first-time connections to the server.
933
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
+
937
When no password is enabled,
938
the default is to generate a new, random token.
939
0 commit comments