LoginSignup
0
0

More than 3 years have passed since last update.

【再起動】あれ、自動で起動するはずのJupyterが動かない。

Last updated at Posted at 2019-05-27

状況

計算機サーバで不具合が生じて再起動した後、Jupyterにアクセスしたところエラーの表示に遭遇。

対処法

~/.jupyter/jupyter_notebook_config.py

に対して

- c.NotebookApp.ip = '*'
+ c.NotebookApp.ip = '0.0.0.0'

と変更を加え再起動する。
再現性もあったので、バグなんでしょうか?

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