And wait for minutes until the remote servers opens a Firefox window and renders the content bit by bit. Until I found the instructions here and realized that there is a much faster way to use Jupyter notebook on remote machines:
https://amber-md.github.io/pytraj/latest/tutorials/remote_jupyter_notebook
Step 0.
Get Jupyter notebook on both the remote and local machine
Step 1
. Run jupyter notebook in the remote host without browser:
jupyter notebook --no-browser --port=8889
You should see something like this:
Privacy & Cookies: This site uses cookies. By continuing to use this website, you agree to their use.
To find out more, including how to control cookies, see here:
Cookie Policy