Login to Jupyter Notebook remotely
- On server:
jupyter notebook --no-browser --port=8889 - On local terminal:
ssh -N -f -L localhost:8888:localhost:8889 username@serverIP - On local browser: Open http://localhost:8888/ with token
jupyter notebook --no-browser --port=8889ssh -N -f -L localhost:8888:localhost:8889 username@serverIP