multiple kernel jupyter
Posted sumile123
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了multiple kernel jupyter相关的知识,希望对你有一定的参考价值。
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的主要内容,如果未能解决你的问题,请参考以下文章
Atom / Sublime喜欢Jupyter中的Multiple选择
Jupyter Notebook安装新python kernel
新手求指点 anaconda重装jupyter报错Multiple Errors Encountered.