jupyter入门
入门
安装
1 | conda install jupyter notebook |
进入笔记
1 | jupyter notebook |
增删虚拟环境
Jupyter Notebook 增加kernel的方法
Jupyter Notebook导入和删除虚拟环境
在Jupyter Notebook中选择特定的虚拟环境
1 | conda install -n pytorch ipykernel |
删除 jupyter kernelspec remove pytorch
显示列表 jupyter kernelspec list
Reference
All articles in this blog are licensed under CC BY-NC-SA 4.0 unless stating additionally.
Comment