jupyter notebook python2 python3 kernel共存

在windows系统下配置了anaconda2 和anaconda3 共存,但是想在jupyter notebook中能够启用py2 和py3

网上有的攻略说activate python2 然后启动jupyter notebook,没有效果

需要添加kernel

activate python27

ipython kernelspec install-self

启动jupyter notebook后,配置成功,如下图:


你可能感兴趣的:(python,数据分析)