conda创建python环境
conda create -n openvoice python=3.9
激活环境
source activate openvoice
在虚拟环境中安装ipykernel
pip install ipykernel
添加虚拟环境进到 jupyter notebook
python -m ipykernel install --user --name openvoice --display-name openvoice
启动 jupyter notebook
jupyter notebook
文章来源:https://www.toymoban.com/news/detail-796523.html
参考链接:使用Conda来配置Jupyter notebook的虚拟环境https://www.cnblogs.com/tccjx/articles/16469642.html文章来源地址https://www.toymoban.com/news/detail-796523.html
到了这里,关于jupyter notebook 配置conda 虚拟环境python的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!