jupyter notebook使用虚拟环境

workon pandas
切换到虚拟环境下
pip install ipykernel
安装ipykernel到虚拟环境
python -m ipykernel install --name Pandas
添加虚拟环境到jupyter notebook
jupyter notebook
启动jupyter notebook 选择刚才添加的环境即可
posted @ 2021-02-17 10:55  shmily墨鱼  阅读(55)  评论(0)    收藏  举报