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 12, 2024
1 parent bb707e1 commit 9330206
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions content/tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -284,11 +284,15 @@ The main page is in [this link](https://jupyter.org/). Also see [documentation](
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
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]
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.
or
ssh -TN -f [email protected] -L YYYY:localhost:YYYY
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.
```
````
Expand Down

0 comments on commit 9330206

Please sign in to comment.