Tunneling SSH w/ a Jupyter Notebook

Jan. 28, 2021, 7:27 a.m.

# Establish a secure shell (SSH) with the server in this way

ssh -L 8091:localhost:8090 user@000.00.00.000

# Navigate to the directory to start Jupyter

jupyter notebook --no-browser --port 8090

# Now on your local browser application enter the following url

http://127.0.0.1:8091/tree/

 


Comment Count: 0 Comments: