安装anaconda后找不到spyder
问题:
安装Anaconda后,发现Anaconda中快捷启动方式的文件夹中有些工具没有了,之前一段时间时而没有了Spyder。
解决方法:
1、在Windows的cmd中输入如下命令:
conda update menuinst
2、接下来执行如下命令:
conda install -f console_shortcut ipython ipython-notebook ipython-qtconsole launcher spyder
相关文章教程推荐:spyder教程
来源:PY学习网:原文地址:https://www.py.cn/article.html