其他分享
首页 > 其他分享> > 如何给jupyter notebook添加指定虚拟环境

如何给jupyter notebook添加指定虚拟环境

作者:互联网

1.  在dos中输入conda activate 虚拟环境,激活虚拟环境;

 

 

2. 安装ipykernel,输入

pip install ipykernel

3. 添加环境变量,输入

python -m ipykernel install --name 虚拟环境

4. 重启jupyter notebook:

  

 

  完成!!!!!!

标签:jupyter,ipykernel,notebook,虚拟环境,install,输入
来源: https://www.cnblogs.com/northeast/p/16065870.html