back to overview
21 Mar 2022
run jupyter notebook on a server (link)
# on server jupyter notebook --no-browser --port=8888 # on local machine ssh -NL localhost:1234:localhost:8888 username@server.uni-heidelberg.de # in browser localhost:1234