Tutorial for using Putty to Run Jupyter NoteBook on CRC Clusters (Updated):

  1. Open a Putty session, connect to CRC clusters, open the virtual environment without requesting for GPU, and run the following command
  2. jupyter notebook --no-browser --port=8889

  3. Open a Command Prompt window and run the following command:
  4. putty -N -L localhost:8888:localhost:8889 your_pitt_id@h2p.crc.pitt.edu

  5. At the end, you need to open the following link in your browser:
  6. http://localhost:8888/