如何加到可选Kernel中?(jupyter notebook)
Posted 豆丫丫
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了如何加到可选Kernel中?(jupyter notebook)相关的知识,希望对你有一定的参考价值。
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)的主要内容,如果未能解决你的问题,请参考以下文章
Jupyter Notebook安装新python kernel
Ipython/Jupyter:等待 kernel_info 回复超时