Skip to content

Commit

Permalink
Update tools.md
Browse files Browse the repository at this point in the history
  • Loading branch information
weiol authored Apr 11, 2024
1 parent c20369e commit 0f185fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -281,11 +281,11 @@ The main page is in [this link](https://jupyter.org/). Also see [documentation](
one needs to set up port-forwarding in order to connect a session on a LEONARDO login node to ones local computer. For example, on the login node one can start
jupyter-lab --no-browser
jupyter-lab --no-browser
and it will output a link which can be used for a browser. In this information, a specific port is shown. Now, one needs to on the local computer set up a port-forwarding which may look like
ssh -N -f -L localhost:YYYY:localhost:YYYY [email protected]
ssh -N -f -L localhost:YYYY:localhost:YYYY [email protected]
here, one fills in the port YYYY, USERNAME, and specific login node NN where jupyter-lab is started. If the port-forwarding is successful, then it's possible to open the session in ones browser on the local computer. Though, this recipe didn't work for my local computer.
Expand Down

0 comments on commit 0f185fe

Please sign in to comment.