Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 384 Bytes

jupyter_notebook_setup.md

File metadata and controls

15 lines (10 loc) · 384 Bytes

Log onto machine to see if jupyter is running

ssh bd2k@

screen

jupyter notebook --no-browser

New tab or terminal: This sends the jupyter notebook to your local browser

ssh -NL 8157:localhost:8888 bd2k@

Open up yet another tab

ssh bd2k@

Check that your jupyter notebook is working and you have an terminal session

running on the server