jupyter notebook使用虚拟环境
workon pandas
切换到虚拟环境下
pip install ipykernel
安装ipykernel到虚拟环境
python -m ipykernel install --name Pandas
添加虚拟环境到jupyter notebook
jupyter notebook
启动jupyter notebook 选择刚才添加的环境即可
博观而约取,厚积而薄发。
workon pandas
切换到虚拟环境下
pip install ipykernel
安装ipykernel到虚拟环境
python -m ipykernel install --name Pandas
添加虚拟环境到jupyter notebook
jupyter notebook
启动jupyter notebook 选择刚才添加的环境即可