码迷,mamicode.com
首页 > 其他好文 > 详细

向jupyter notebook加入Anaconda3中已添加的虚拟环境kernel

时间:2019-03-12 23:48:12      阅读:263      评论:0      收藏:0      [点我收藏+]

标签:img   虚拟环境   base   tensor   notebook   python   mic   install   虚拟环境安装   

# jupyter notebook添加Anaconda虚拟环境的kernel

#  开启虚拟环境

(base) C:\Users\jiangshan>activate tensorflow

#  首先向虚拟环境安装ipykernel
(tensorflow) C:\Users\jiangshan>conda install -n tensorflow ipykernel

# 进行配置
(tensorflow) C:\Users\jiangshan>python -m ipykernel install --user --name tensorflow --display-name "Tensorflow" 
Installed kernelspec tensorflow in C:\Users\jiangshan\AppData\Roaming\jupyter\kernels\tensorflow
# 启动jupyter notebook,然后在"新建"中就会有Tensorflow这个kernel了 
(tensorflow) C:\Users\jiangshan>jupyter notebook

技术图片

 

向jupyter notebook加入Anaconda3中已添加的虚拟环境kernel

标签:img   虚拟环境   base   tensor   notebook   python   mic   install   虚拟环境安装   

原文地址:https://www.cnblogs.com/jeshy/p/10520443.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!