Why I can't access remote Jupyter Notebook server?

前端 未结 15 1004
清酒与你
清酒与你 2020-12-02 04:53

I have started a Jupyter Notebook server on my centos6.5 server.And jupyter is running like

[I 17:40:59.649 NotebookApp] Serving notebooks from local directo         


        
15条回答
  •  遥遥无期
    2020-12-02 05:22

    I managed to get the access my local server by ip using the command shown below:

    jupyter notebook --ip xx.xx.xx.xx --port 8888
    

    replace the xx.xx.xx.xx by your local ip of the jupyter server.

提交回复
热议问题