Remote jupyter notebook - ActiveBrainAtlasPipeline/neuroglancer GitHub Wiki
Using ssh to start a remote jupyter notebook session
- Connect to the VPN with the VPN client
ssh -L 8001:localhost:8888 [email protected]
- That will put you on muralis, then source that virtualenv
source /usr/local/share/pipeline/bin/activate
jupyter notebook
- Take note of the token in the stdout that command gives you
- Open up your macs browser to http://localhost:8001
- It will ask you for that token, paste it in and you should be in the jupyter notebook that is accessing the workstation.