jupyter添加内核
1、转到对应虚拟环境下>
conda activate EH
2、在对应虚拟环境下安装ipykernel
pip install ipykernel
3、将ipykernel设置到jupyter notebook
python -m ipykernel install --user --name=EH --display-name EH
jupyter删除内核
1、查看内核
jupyter kernelspec list
2、 删除内核
jupyter kernelspec remove EH
3、再查看内核情况
jupyter kernelspec list