Jupyter Notebook on Remote Server

On server: ipython notebook --no-browser --port=8889

On local machine: ssh -N -f -L localhost:8888:localhost:8889 alex@server40

On local browser: localhost:8888

Last updated