首页 > 其他 > 详细

multiple kernel jupyter

时间:2017-01-21 13:05:48      阅读:272      评论:0      收藏:0      [点我收藏+]

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

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

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!