0
点赞
收藏
分享

微信扫一扫

java stream distinct根据list某个字段去重

汤姆torn 2024-01-17 阅读 9

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

参考链接:使用Conda来配置Jupyter notebook的虚拟环境icon-default.png?t=N7T8https://www.cnblogs.com/tccjx/articles/16469642.html

举报

相关推荐

0 条评论