Versions Compared

Key

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

...

Info

For seamless access to the cluster and Jupyter Notebooks, ensure your SSH Keys are configured

Run Jupyter Notebook

BRB
Jupyter notebook can be started through the following command:

...

Keep track of the http://127.0.0.1:port/?token link. This will be needed once the SSH connection is established.

For Curie (Greenberg) change --port=8959

From another terminal

ssh -o ProxyCommand="ssh -W %h:%pĀ userid@aphrodite.med.cornell.edu" -LĀ localhost:8959:node159.panda.pbtech:8959userid@node159.panda.pbtech

SCU - Cluster Connection

From within a different terminal, edit the ~/.ssh/config file on your local workstation to include the following, replace MY_CWID, with your CWID:

...