jupyter notebook 使用虚拟环境 删除内核
程序员文章站
2022-05-29 09:39:38
...
1.进入虚拟环境后安装ipykernel:
conda install ipykernel
2.运行ipykernel安装指令
python -m ipykernel install --user --name mask
注意:如果出现ImportError: cannot import name ‘AsyncGenerator’
将原来的prompt-toolkit-3.0.2版本降为 2.0.10版本:
pip install prompt-toolkit==2.0.10
3.查看 Jupyter notebook kernel
jupyter kernelspec list
4.删除 jupyter 内核
jupyter kernelspec remove kernelname
推荐阅读
-
anaconda 环境新建/删除/拷贝 jupyter notebook上使用python虚拟环境 TensorFlow
-
非线性函数的最小二乘拟合——兼论Jupyter notebook中使用公式 [原创]
-
Jupyter notebook 创建、切换Anaconda(Python)虚拟环境
-
jupyter notebook内核配置的图文教程
-
Jupyter Notebook使用笔记
-
Jupyter Notebook使用 tqdm显示进度条(单行显示)
-
ModuleNotFoundError: No module named 'torch'(anaconda安装好Pytorch却无法在Jupyter notebook使用)
-
jupyter notebook的使用
-
jupyter lab使用anaconda虚拟环境
-
安装jupyter并使用Anaconda虚拟环境的kernel