Anaconda中的jupyter notebook内核出错(kernel error)的问题

问题描述:由于安装了又卸载了太多次Anaconda,所以打开jupyter notebook发现内核出错,无法执行
问题解决
简单粗暴
管理员身份打开anaconda prompt
卸载:conda uninstall jupyter notebook
安装:conda install jupyter notebook
(重启后发现kernel有效了)

你可能感兴趣的:(python,anaconda,python,kernel)