jupyter notebook 删除指定编译环境kernel

之前在jupyter notebook上安装过其它python,现在需要卸载他,一共有2个kernel需要卸载。刚好拿来做例子,步骤十分简单。

jupyter notebook 删除指定编译环境kernel_第1张图片

第一步,查看所有核心

使用命令:查看所有已经安装的jupyter notebook 的 kernel

jupyter kernelspec list

其中pycharm-45e48ce2, python37264bitc6b37f70ed214a20aff3052af003aec3 是本例子中需要卸载的kernel。

第二步,卸载指定核心

使用命令

jupyter kernelspec remove kernel_name

卸载我们想要卸载的核心,下图为本例。

第三步,检查

首先还是运行命令:

jupyter kernelspec list

查看所有已经安装的jupyter notebook 的 kernel。

 

结果显示已经没有问题了,现在打开jupyter notebook 检查一下

jupyter notebook 删除指定编译环境kernel_第2张图片

成功解决

你可能感兴趣的:(bug与思考,Python,大数据,python,jupyter,anaconda)