Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Open another terminal session on your local workstation or laptop. We will next set up a tunnel over ssh so that connections to a port on your local machine are forwarded to a port on the remote machine. In this case, the port Jupyter is using on the login node. The port that you use locally is independent of the remote port but it typically makes sense to use the same port number. That will also make allow a simple copy/paste of the URL presented by jupyter notebook to work. In the newly opened terminal session on your local machine, run the following command:

...