From 60722f4e544184a2256d5ebe2e962f12bc464461 Mon Sep 17 00:00:00 2001 From: Arushi Goel Date: Fri, 18 Sep 2020 10:56:19 +0100 Subject: [PATCH] update remote-working-guide --- notes/._remote-working-guide.md | Bin 4096 -> 4096 bytes notes/remote-working-guide.md | 2 ++ 2 files changed, 2 insertions(+) diff --git a/notes/._remote-working-guide.md b/notes/._remote-working-guide.md index 025cde640e83cd872e53b52ec9a1c00632795d94..14dec76ba6b437265df7d660126e26e815097522 100644 GIT binary patch delta 12 TcmZorXi%6C&6uz;W(hw48=eGB delta 12 TcmZorXi%6C%^0vTW(hw48%_j0 diff --git a/notes/remote-working-guide.md b/notes/remote-working-guide.md index 86fc67c..dd1528b 100644 --- a/notes/remote-working-guide.md +++ b/notes/remote-working-guide.md @@ -16,6 +16,8 @@ It is assumed you already have a SSH client set up on the machine you are connec Now you can set up the environment as given in these [instructions](environment-set-up.md). Once you have done that, you may want to run jupyter notebooks over SSH which you can do so by following the step-by-step detailed instructions below. +**Note**: If you are using Windows OS, then skip to the instructions [here](remote-working-guide.md#Set Up SSH Tunneling in Windows) to connect to the remote server. + # Running Jupyter notebooks over SSH Below is a guide for how to start a Jupyter notebook server remotely on one of the shared-use `student.compute` servers and to connect to it on a local machine by port-forwarding over SSH. These instructions have been written for use with a SSH client running within a terminal session - although it may be possible to replicate the relevant commands within a GUI based SSH client, you will need to figure out how to do this yourself. They were written and tested on Ubuntu 14.04 and no attempt has been made to test them on other operating systems.