jupyter notebook 闪退

起始位置

查看 jupyter 快捷文件的属性里的快捷方式,修改 “目标” 里的目录或文件,看看有没有 % HOME%,有的话去掉再运行试试。可能是找不到目标目录或文件了。

jupyter_notebook_config

打开 C:\Users 用户名 .jupyter 中的 jupyter_notebook_config
更改 #c.NotebookApp.notebook_dir = ‘’
https://blog.csdn.net/LawenceRay/article/details/88622610

如果没有设置文件,则在 Anaconda Prompt 终端输入:

1
$ jupyter notebook --generate-config

更改默认浏览器 https://hackmd.io/@lido2370/SkfHHh6er

python 文章总览

jupyter notebook 闪退