Error “Unable to open Jupyter Notebook: Port 8888 is already in use”

后端 未结 3 470
深忆病人
深忆病人 2021-01-03 04:54

I am getting following error when I run Jupyter Notebook:

(base) C:\\Users\\ramne>jupyter notebook
[I 01:19:00.648 NotebookApp] The port 8888 is already i         


        
3条回答
  •  灰色年华
    2021-01-03 05:20

    You could use --port argument to instruct jupyter to start the notebook server on another port.

    Use jupyter notebook --help command to view the complete list of options.

提交回复
热议问题