Centos6.5 sunucumda bir Jupyter Notebook sunucusu başlattım ve jupyter şu şekilde çalışıyor
[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'e aynı yerel alan ağından uzaktan erişmek istediğimde, açık deyin http://192.168.1.111:8045/
, Jupyter sayfasını hiç açamıyorum. Bu arada uzaktaki centos sunucusuna başarıyla erişebiliyorum.
Olası sebep nedir?
jupyter notebook --ip 0.0.0.0
, bir yapılandırma dosyasına ihtiyaç duymadan aynı sonuca sahip çalışma zamanına karar verebilirsiniz.