I searched online a while to locally access jupyter notebook on a remote cluster server, but with no good luck.
Currently, it is only one computing node without MPI.
Maybe you can help me out ![]()
The problem is fixed. The issue seems to be the ip address. Here is a working example:
1, login to computer node and run jupyter notebook:
jupyter notebook --no-browser --ip=‘0.0.0.0’
2, On local machine, run
ssh cluster_address -L 8888:: -N
-
Go to browser and enter URL: “http://localhost:8888/”
-
When prompted, enter token (from remote notebook’s “running at:” url)