jupyter notebook 新增内核kernel
程序员文章站
2022-03-03 16:28:24
...
1.打开anaconda prompt,**新增的python配置环境,如新增的环境命名为mytf
activate mytf
2.进入mytf虚拟环境,安装ipykernel
pip install ipykernel
3.确保安装ipykernel后,输入:
python -m ipykernel install --name mytf
重新打开jupyter后,出现新增内核
推荐阅读
-
jupyter notebook内核配置的图文教程
-
在Jupyter Notebook/Lab中添加R Kernel
-
在jupyter notebook的kernel里显示自己的环境
-
jupyter notebook 多环境conda kernel配置
-
jupyter notebook切换kernel
-
【python】Jupyter Notebook添加kernel
-
jupyter notebook 安装 php、go kernel
-
Centos7.6安装工具(7)--安装gophernotes(jupyter notebook下安装go内核)
-
jupyter notebook 使用虚拟环境 删除内核
-
python 环境迁移 & jupyter notebook 添加kernel