jupyter的恢复

#笔记本之前重装了c盘,以前装过jupyter,记录jupyter的恢复过程#

##anaconda的恢复##

系统环境变量中添加安装目录。

按照此文恢复快捷方式:https://blog.csdn.net/bat67/article/details/81231390

jupyter就可以正常使用了。

##jupyter默认本地目录修改,看此文:https://blog.csdn.net/caterfreelyf/article/details/79774311

生成的配置文件在C:/user/administrator。(能找到配置文件的话直接修改)

##更换jupyter的Python解释器

https://blog.csdn.net/sinat_34328764/article/details/83214172

##kernel dead 的解决方法:

pip3 install --upgrade ipykernel

猜你喜欢

转载自www.cnblogs.com/lancezliang/p/10549671.html