- 安装notebook
如果本机或者anaconda没有安装jupyter notebook
pip install jupyter notebook
conda install ipykernel
- 把虚拟环境导入jupyter notebook
python -m ipykernel install --user --name 虚拟环境名 --display-name 环境代称
pip install jupyter notebook
conda install ipykernel
python -m ipykernel install --user --name 虚拟环境名 --display-name 环境代称