Running jupyter notebook via tunneling

I am trying to run jupyter notebook from our network server and I am connecting it from my windows machine with PuTTY. It works and I want to document this for future reference.

This link provides a very good help!

Basic set up via PuTTY connection from windows

Tunneling set up

Cn040701 is the proper name for ib01, which is the one I usually log on to.

The to run jupyter:
jupyter notebook –no-browser –port=8889 –ip=0.0.0.0

And finally I went to http://localhost:8889 to open it in a browser.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.