- Email to request an account and cc Judy
- Install Anaconda3 by
wget https://repo.continuum.io/archive/Anaconda3-2020.02-Linux-x86_64.sh
(the date should be changed to the latest version) ls
and find the file name (which is Anaconda3-2020.02-Linux-x86_64.sh in this case)bash Anaconda3-2020.02-Linux-x86_64.sh
so Anaconda3 would be installed- Close and reopen terminal
- Connect to campus VPN
ssh [email protected]
and log in with ucsd passwordconda activate
jupyter notebook --port 8889
(it can be any 4-digit)- Open a new command window that's on local but not on nightingale
ssh -fNL 8889:localhost:8889 [email protected]
- Go to "localhost:8889" in your browser and it shall work!
The process is the exact same for tversky.ucsd.edu