Jupyter notebook, run on server, open in your browser

  1. Run this on your 'remote-machine'
    jupyter notebook --no-browser --port=8898
  2. Run this on your 'local-machine'
    ssh -N -f -L 127.0.0.1:8898:127.0.0.1:8898 yourname@server_address
  3. Type this in the browser on your 'local-machine'
    http://127.0.0.1:8898/
    click here for more information

你可能感兴趣的:(Jupyter notebook, run on server, open in your browser)