1. 程式人生 > >如何加到可選Kernel中?(jupyter notebook)

如何加到可選Kernel中?(jupyter notebook)

style python pytho alt 安裝 2.7 分享 log info

技術分享圖片

step1:

打開命令窗口後,輸入

conda create -n env_name python=2.7

即給anaconda安裝了python2.7

step2:

繼續輸入

activate env_name

即進入python2.7環境

step3:

輸入

pip install ipykernel

即 在anaconda 中的jupyter notebook中添加新核

如何加到可選Kernel中?(jupyter notebook)