Skip to content

Commit 8595bce

Browse files
committed
docs: Add note about jupyter tokens
1 parent 8066424 commit 8595bce

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

doc/source/tutorials/interactive.rst

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,3 +73,20 @@ In case of doubts, let's go step by step through the script usage.
7373
- the further `ssh` command (printed in the instructions) should be run on the laptop
7474
- the final URL to connect can be pasted in a browser on the same laptop (e.g.
7575
Mozilla Firefox)
76+
77+
Further notes
78+
~~~~~~~~~~~~~
79+
80+
.. admonition:: Jupyter tokens
81+
82+
*This is not related to this guide, but just to Jupyter itself.*
83+
84+
When Jupyter opens the browser automatically, it uses a URL containing a *token*, for
85+
ease of access.
86+
If you just specify the address and port, the token will not be included. But you can
87+
find it in the output of the command in the jupyter server (thus in the log of the
88+
queue job, if you are using a queue, as in this guide), and manually insert it in the
89+
page which is presented by Jupyter when the URL token is not used.
90+
91+
More details in Jupyter docs:
92+
https://jupyter-server.readthedocs.io/en/stable/operators/security.html

0 commit comments

Comments
 (0)