Skip to content

access jupyter notebook

  • run jupyter notebook and then click on the link with token
  • remember that to continue using jupyter, this tab of cmd/windows terminal will should be left alone. hence you should open another tab to continue.

witchtig* **if you reach this point in the milestone but you are running with the problem that the jupyter notebook isn't working. Then exit, and login again using the following ssh -L 8888:localhost:8888 -J yourid@login1.math.uni-hamburg.de yourid@mathgpu1.physnet.uni-hamburg.de

The purpose of the -L 8888:localhost:8888 is so we can create a tunnel between the jupyter notebook address and our browser.

When you have successfully run a jupyternotebook in your browser, you have now finished this milestone