- Install software
bash setup_env/install_env.sh
- Forward port - you will have to run 2 and 3 in a separate terminal
ssh -N -L localhost:8888:localhost:8889 username@ssh.fsl.byu.edu
- Run jupyter notebook on super computer
Navigate to our project folder on the super computer
bash setup_env/activate_jupyter_notebook.sh
ssh -L 8888:localhost:$yourport $username@ssh.fsl.byu.edu