Anaconda
文章平均质量分 70
123我是木头人
Maintain patience and enthusiasm.
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
在jupyter notebook中使用conda创建的虚拟环境——学习分享
jupyter notebook新手小白,原本装的是tensorflow=1.14,但是在进行深度学习时,遇到需要tensorflow=2.x版本,这就需要我在jupyter notebook中更换tensorflow版本,下面是我看到的一些讲的比较清楚的网址分享: 1. https://blog.youkuaiyun.com/qq_36017609/article/details/104271429 2. https://blog.youkuaiyun.com/u013517182/article/details/9305134原创 2021-08-20 10:33:26 · 480 阅读 · 0 评论 -
jupyter notebook出现kernel waitting,please wait一系列错误的解决办法
第一次使用jupyter notebook的常见问题kernel waitting,please waitImportError: cannot import name 'create_prompt_application' from 'prompt_toolkit.shortcuts'先找原因如何解决推荐参考博客网址 kernel waitting,please wait 第一步 打开Anaconda Prompt,输入python -m ipykernel install --user 到这一步,可能原创 2021-08-18 09:11:24 · 482 阅读 · 0 评论
分享