问题遇到的现象和发生背景
在anaconda里面安装了jupyter notebook,
问题相关代码,请勿粘贴截图
(base) C:\Users\欸>jupyter notebook
[I 2022-04-01 11:39:08.725 LabApp] JupyterLab extension loaded from D:\anaconda\lib\site-packages\jupyterlab
[I 2022-04-01 11:39:08.725 LabApp] JupyterLab application directory is D:\anaconda\share\jupyter\lab
[I 11:39:08.736 NotebookApp] The port 8888 is already in use, trying another port.
[I 11:39:08.736 NotebookApp] The port 8889 is already in use, trying another port.
[I 11:39:08.736 NotebookApp] The port 8890 is already in use, trying another port.
[I 11:39:08.736 NotebookApp] The port 8891 is already in use, trying another port.
[I 11:39:08.736 NotebookApp] The port 8892 is already in use, trying another port.
[I 11:39:08.736 NotebookApp] Serving notebooks from local directory: C:\Users\帆琛
[I 11:39:08.736 NotebookApp] Jupyter Notebook 6.4.5 is running at:
[I 11:39:08.736 NotebookApp] http://localhost:8866/?token=52553de989a1678f7dc1098aeba9af7cd88af500a0c11d69
[I 11:39:08.736 NotebookApp] or http://127.0.0.1:8866/?token=52553de989a1678f7dc1098aeba9af7cd88af500a0c11d69
[I 11:39:08.736 NotebookApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).
[C 11:39:08.876 NotebookApp]
To access the notebook, open this file in a browser:
file:///C:/Users/%E5%B8%86%E7%90%9B/AppData/Roaming/jupyter/runtime/nbserver-4384-open.html
Or copy and paste one of these URLs:
http://localhost:8866/?token=52553de989a1678f7dc1098aeba9af7cd88af500a0c11d69
or http://127.0.0.1:8866/?token=52553de989a1678f7dc1098aeba9af7cd88af500a0c11d69
运行结果及报错内容
我的解答思路和尝试过的方法
刚才看其他人写的,把这个jupyter notebook --generate-config.py文件里c.NotebookApp.browser =‘’的改成这样子c.NotebookApp.browser = ‘chrome'也同样不能运行;
update application也不能运行