用anaconda3更新python库之后jupyter不能使用的问题

WARNING:root:kernel 152a55a1-e393-4e86-b271-859b924e6a3e restarted

更新之后,启动jupyter在终端显示类似的结果。经过百度之后,可能的原因是版本不匹配,建议更新python库

conda update --all

更新到最新后更新anaconda

conda update anaconda

以上操作还不能解决问题,只能重新安装ipykernel

conda remove ipykernel
conda install ipykernel

我是先卸载核后重新安装,有更新了anaconda,我认为直接更新anaconda应该就能解决,建议先更新。

希望我的建议能减少你debug的时间。

 

你可能感兴趣的:(jupyter,jupyter,kernel,error,debug)