Jupyter notebook: No connection to server because websocket connection fails

前端 未结 6 781
我在风中等你
我在风中等你 2020-12-08 18:26

I have just installed Jupyter over pip (Python version is 3.7.2) in Windows 10, started the jupyter server by calling jupyter notebook, created a new notebook w

6条回答
  •  北荒
    北荒 (楼主)
    2020-12-08 18:54

    Reset your jupyter notebook configuration file by use this below command to reset default config of jupyter_notebook_config.py

    jupyter notebook --generate-config
    

提交回复
热议问题