From 93302061d7097b489c0e9a4a539db16141ab9e3d Mon Sep 17 00:00:00 2001 From: Weine Olovsson Date: Fri, 12 Apr 2024 14:33:33 +0200 Subject: [PATCH] Update tools.md --- content/tools.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/content/tools.md b/content/tools.md index d0fe1f3..4e6195f 100644 --- a/content/tools.md +++ b/content/tools.md @@ -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 USERNAME@loginNN-ext.leonardo.cineca.it - 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 USERNAME@loginNN-ext.leonardo.cineca.it -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. ``` ````