Why I can't access remote Jupyter Notebook server?

前端 未结 15 1089
清酒与你
清酒与你 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:06

    Anyone who is still stuck - follow the instructions on this page.

    Basically:

    1. Follow the steps as initially described by AWS.

      1. Open SSH as normal.
      2. source activate python3
      3. Jupyter Notebook
    2. Don't cut and paste anything. Instead open a new terminal window without closing the first one.

    3. In the new window enter enter the SSH command as described in the above link.

    4. Open a web browser and go to http://127.0.0.1:8157

提交回复
热议问题