jupyter安装多个python环境
将anaconda的环境添加到jupyter中
1.进入anaconda的一个环境
activation 环境名
2.安装 ipykernel
pip install ipykernel
3.将本环境添加到jupyter中
python -m ipykernel install --user
将anaconda的环境添加到jupyter中
1.进入anaconda的一个环境
activation 环境名
2.安装 ipykernel
pip install ipykernel
3.将本环境添加到jupyter中
python -m ipykernel install --user