- 查看虚拟环境:
conda env list
- 将环境写入jupyter notebook 的kernel中
python -m ipykernel install --user --name tensorflow --display-name "tensorflow"
win10 jupyter添加Anaconda虚拟环境
最新推荐文章于 2022-10-07 16:13:16 发布
conda env list
python -m ipykernel install --user --name tensorflow --display-name "tensorflow"