我想運行運行在我的ubuntu vm上的jupyter筆記本,這是我使用vagrant解僱的。訪問運行在vm上的jupyter筆記本
$ jupyter notebook --no-browser --port 8004 [I 18:26:10.152 NotebookApp] Serving notebooks from local directory: /home/vagrant/path/to/jupyter/notebook/directory [I 18:26:10.153 NotebookApp] 0 active kernels [I 18:26:10.154 NotebookApp] The Jupyter Notebook is running at: http://localhost:8004/ [I 18:26:10.154 NotebookApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).
Jupyter筆記本在localhost啓動。但要從我的主機訪問筆記本,我需要在0.0.0.0中啓動筆記本。如何綁定IP 0.0.0.0,以便它在vm中路由到127.0.0.1?
我的主機是Windows和VM是Ubuntu的14.04.4
VirtualBox的有一個端口轉發窗口... –
或者http://jupyter-notebook.readthedocs.io/en/latest/public_server.html#notebook-public-server –
另外,如果這就是你使用Vagrant的所有東西,那麼Docker有一個Jupyter圖像 –