Tutorial for using Putty to Run Jupyter NoteBook on CRC Clusters (Updated):
- Open a Putty session, connect to CRC clusters, open the virtual environment without requesting for GPU, and run the following command
jupyter notebook --no-browser --port=8889
- Open a Command Prompt window and run the following command:
putty -N -L localhost:8888:localhost:8889 your_pitt_id@h2p.crc.pitt.edu
- At the end, you need to open the following link in your browser:
http://localhost:8888/