Source: https://www.digitalocean.com/community/tutorials/how-to-install-run-connect-to-jupyter-notebook-on-remote-server
ssh -L 8888:localhost:8888 your_server_username@your_server_ip
jupyter notebook --allow-root --ip 0.0.0.0 --port 8888
ssh -L 8888:localhost:8888 your_server_username@your_server_ip
jupyter notebook --allow-root --ip 0.0.0.0 --port 8888