2022-05-20 同时解决使用jupyter创建python时错误Creating Notebook Failed或者occurred while 以及jupyter的kernel error问题

由于很长时间没用python了,加之电脑之前出点问题,重新安装了anaconda

首先遇到了问题1:
就是能访问,但是不能创建
搜索之后发现和这位大哥遇到的情况类似:
https://blog.csdn.net/qq_44867456/article/details/118439589
使用jupyter创建python时错误Creating Notebook Failed或者occurred while creating a new notebook
解决的办法:
打开Anaconda Prompt,输入如下命令,然后执行。 jupyter notebook --generate-config,覆盖原来的配置文件。

接着就遇到了问题2:
就是新建jupyter notebook,但是提示kernel error
问题又和这位老兄的情况差不多 https://blog.csdn.net/sinat_21791203/article/details/108340526