majianyu
11/23/2017 - 2:10 AM

ssh_jupyter

# Server
jupyter notebook --no-browser --port=8889

# Client
ssh -N -f -L localhost:8888:localhost:8889 remote_user@remote_host