Accessing the jupyter notebook of a dev server from local machine

less than 1 minute read

Execute the jupyter notebook in your server, and in your local machine create a ssh tunnel between 8888 ports.

ssh -N -f -L localhost:8888:localhost:8888 user@server.address