- source activate py36_tf140 # 激活conda环境
- conda install ipykernel # 安装ipykernel
- python -m ipykernel install --user --name py36_tf140 --display-name py36_tf140_display # 将环境写入notebook的kernel中
- jupyter kernelspec list # 查看jupyter中已添加的环境
-
- jupyter kernelspec list # 显示jupyter中已添加的环境
- jupyter kernelspec remove py36_tf140_display