笑点低羽毛

文章
5
资源
0
加入时间
2年10月18天

Windows 解决jupyter notebook切换anaconda环境的问题

解决jupyter notebook切换anaconda环境的问题安装插件(在根目录下)conda install nb_conda打开jupyter notebook后会发现多了Conda在conda内切换环境到你需要配置的环境conda activate env_name在切换的环境下安装jupyter notebookpip install jupyter安装好之后打开jupyter 就可以切换环境了...