我試圖在遠程服務器上設置Jupyter筆記本,以便我可以從瀏覽器的任何地方訪問它。我跟着指示here,所以現在我跑了筆記本,服務器,其輸出設置遠程Jupyter筆記本
[W address NotebookApp] Widgets are unavailable. Please install widgetsnbextension or ipywidgets 4.0
[I address NotebookApp] Serving notebooks from local directory: /home/poda
[I address NotebookApp] 0 active kernels
[I address NotebookApp] The Jupyter Notebook is running at: https://[all ip addresses on your system]:9999/
[I address NotebookApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).
所以,我想通過myserver.name.com:9999
沒有工作,通過與dig +short myip.opendns.com @resolver1.opendns.com
獲得IP地址,還依賴於直接連接來訪問它(所以我嘗試從Chrome瀏覽器訪問some.ip.address.num:9999
),這也沒有奏效。我在這裏錯過了什麼?謝謝!
也許防火牆? – BlackBear
您可以嘗試設置隧道並以此方式訪問它,請參閱http://stackoverflow.com/a/42125221/1684720瞭解如何執行此操作。 – gattsbr