From 4a8cc91519fcfdd4085b137811aee8ed72933865 Mon Sep 17 00:00:00 2001 From: Georgios Kafanas Date: Mon, 15 Jul 2024 17:26:52 +0200 Subject: [PATCH] [REFACTOR:jupyter] Reference ssh jumps --- docs/services/jupyter.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/services/jupyter.md b/docs/services/jupyter.md index 345b9088..046708e5 100644 --- a/docs/services/jupyter.md +++ b/docs/services/jupyter.md @@ -89,7 +89,7 @@ The following script is an example how to proceed: wait $pid ``` -Once your job is running (see [Joining/monitoring running jobs](../jobs/submit.md#joiningmonitoring-running-jobs)), you can use `ssh` [forwarding](../connect/ssh.md#ssh-port-forwarding) to connect to the notebook from your laptop. Open a terminal on your laptop and copy-paste the ssh command in the file `notebook.log`. +Once your job is running (see [Joining/monitoring running jobs](../jobs/submit.md#joiningmonitoring-running-jobs)), you can use `ssh` [forwarding](../connect/ssh.md#ssh-port-forwarding) and an [ssh jump](../connect/ssh.md#ssh-jumps) through the login node to connect to the notebook from your laptop. Open a terminal on your laptop and copy-paste the ssh command in the file `notebook.log`. You should be now able to reach your notebook. Then open your browser and go to the url: `http://127.0.0.1:8888/`. Jupyter should ask you for a password (see screenshot below). This password can be set before running the jupyter notebook and his part of the initial configuartion detailed at [Jupyter official documentation](https://jupyter-notebook.readthedocs.io/en/stable/public_server.html).