标签:ges font int cti mono py3 nbsp dal packages
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
标签:ges font int cti mono py3 nbsp dal packages
原文地址:http://www.cnblogs.com/sumile123/p/6336798.html