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
p.p1 { margin: 0.0px 0.0px 0.0px 0.0px; font: 18.0px "Andale Mono"; color: #29f914; background-color: #000000 }
span.s1 { }
source activate ipykernel_py3
p.p1 { margin: 0.0px 0.0px 0.0px 0.0px; font: 18.0px "Andale Mono"; color: #29f914; background-color: #000000 }
span.s1 { }
conda install numpy
p.p1 { margin: 0.0px 0.0px 0.0px 0.0px; font: 18.0px "Andale Mono"; color: #29f914; background-color: #000000 }
span.s1 { }
conda install pandas
时间: 2024-10-25 12:40:28