#sshでサーバーに繋ぎ
nohup jupyter notebook >/dev/null 2>&1 & --no-browser --port=00000
#手元のTerminalで
ssh -N -f -L 12345:localhost:12345 -i ~/.ssh/id_rsa -p 00000 tapioca@000.000.00.000
#Chrome
localhost:12345
Go to list of users who liked
More than 3 years have passed since last update.
#sshでサーバーに繋ぎ
nohup jupyter notebook >/dev/null 2>&1 & --no-browser --port=00000
#手元のTerminalで
ssh -N -f -L 12345:localhost:12345 -i ~/.ssh/id_rsa -p 00000 tapioca@000.000.00.000
#Chrome
localhost:12345
Register as a new user and use Qiita more conveniently
Go to list of users who liked