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

multiple kernel jupyter

时间:2017-01-21 13:06:12      阅读:186      评论:0      收藏:0      [点我收藏+]

标签:ges   font   int   cti   mono   py3   nbsp   dal   packages   

Add kernel python3 in jupyter

http://ipython.readthedocs.io/en/stable/install/kernel_install.html

conda create -n ipykernel_py3 python=3 ipykernel
source activate ipykernel_py3    # On Windows, remove the word ‘source‘
python -m ipykernel install --user

 

After this, still can not use numpy, to install numpy into kernel py3, all the packages are similar

source activate ipykernel_py3

conda install numpy

conda install pandas

multiple kernel jupyter

标签:ges   font   int   cti   mono   py3   nbsp   dal   packages   

原文地址:http://www.cnblogs.com/sumile123/p/6336798.html

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