1. 程式人生 > >jupyter notebook python2 python3 kernel共存

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後,配置成功,如下圖: