Commit 532f9e60 authored by Mani Tofigh's avatar Mani Tofigh

Added clarification for connection question upon new ssh client

connection. (step 4)
parent af1ddd29
...@@ -87,8 +87,9 @@ Once you have everything in place: ...@@ -87,8 +87,9 @@ Once you have everything in place:
1. Submit the job: `sbatch jupyter.sbatch` 1. Submit the job: `sbatch jupyter.sbatch`
2. Look in your output file (`jupyter_<jobid>.out`) for the SSH tunnel command 2. Look in your output file (`jupyter_<jobid>.out`) for the SSH tunnel command
3. Run that command on your **local machine**, replacing the `xx` placeholder with a number between 01-30 3. Run that command on your **local machine**, replacing the `xx` placeholder with a number between 01-30
4. Find the Jupyter URL in the `.err` file (`jupyter_<jobid>.err`). Look for a line containing `http://127.0.0.1:9001/?token=...` 4. If asked "Are you sure you want to continue connecting?(yes/no)" type `yes` and hit Enter)
5. Open that URL in your local computer's browser 5. Find the Jupyter URL in the `.err` file (`jupyter_<jobid>.err`). Look for a line containing `http://127.0.0.1:9001/?token=...`
6. Open that URL in your local computer's browser
## Working on the Same Node ## Working on the Same Node
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment