环境搭建06-Ubuntu16.04在Jupyter中添加或删除

2020-09-13  本文已影响0人  JLGao的简书

一、添加conda环境

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中已添加的环境

二、删除conda环境

jupyter kernelspec list  # 显示jupyter中已添加的环境
jupyter kernelspec remove py36_tf140_display
上一篇下一篇

猜你喜欢

热点阅读