Remote jupyter notebook - ActiveBrainAtlasPipeline/neuroglancer GitHub Wiki

Using ssh to start a remote jupyter notebook session

  1. Connect to the VPN with the VPN client
  2. ssh -L 8001:localhost:8888 [email protected]
  3. That will put you on muralis, then source that virtualenv
  4. source /usr/local/share/pipeline/bin/activate
  5. jupyter notebook
  6. Take note of the token in the stdout that command gives you
  7. Open up your macs browser to http://localhost:8001
  8. It will ask you for that token, paste it in and you should be in the jupyter notebook that is accessing the workstation.