Windows 解决jupyter notebook切换anaconda环境的问题
解决jupyter notebook切换anaconda环境的问题安装插件(在根目录下)conda install nb_conda打开jupyter notebook后会发现多了Conda在conda内切换环境到你需要配置的环境conda activate env_name在切换的环境下安装jupyter notebookpip install jupyter安装好之后打开jupyter 就可以切换环境了...
原创
2022-05-17 13:34:44 ·
511 阅读 ·
0 评论