0
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

サーバー上で起動したJupyter notebookをリモートで開く

Posted at

#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
0
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?