私はcentos6.5サーバーでJupyterNotebookサーバーを起動しました。jupyterは次のように実行されています。
[I 17:40:59.649 NotebookApp] Serving notebooks from local directory: /root
[I 17:40:59.649 NotebookApp] 0 active kernels
[I 17:40:59.649 NotebookApp] The Jupyter Notebook is running at:https://[all ip addresses on your system]:8045/
[I 17:40:59.649 NotebookApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).
同じローカルエリアネットワークでJupyterにリモートでアクセスしたい場合、たとえばopenhttp://192.168.1.111:8045/
とすると、Jupyterページをまったく開くことができません。ちなみに、リモートのcentosサーバーに正常にアクセスできます。
考えられる理由は何ですか?
jupyter notebook --ip 0.0.0.0
すると、同じ結果でランタイムを決定できますが、構成ファイルは必要ありません。