为jupyter添加conda中的kernel
1. Anaconda 虚拟环境配置以及在 Jupyter 中的相关配置
如果遇到 ModuleNotFoundError: No module named 'IPython.core' 报错
2. jupyter notebook切换虚拟环境时遇到的异常解决(ModuleNotFoundError: No module named ‘IPython.core‘)
补充命令
//查看 Jupyter notebook kernel jupyter kernelspec list //删除 jupyter 内核 jupyter kernelspec remove kernelname