1 安装和下载
2.字体和背景设置
3. 运行代码时,出现:no module named ***(在已安装的情况下)
4. References
此时需要将Tools -> Prefrences -> Python interpretor-> Use the following Python interpretor
填入本地的python地址,重启软件
重启之后报错
解决办法:
cmd -> pip install spyder-kernels=2.3* ,重启软件即可正常使用
cmd -> python -> import sys -> print(sys.path)
一般在列表中的第5个
1.下载地址:https://www.spyder-ide.org/
2. 改变字体和背景: https://blog.csdn.net/CHQC388/article/details/88881324
3. Spyder下使用python已安装的包: https://blog.csdn.net/weixin_43084928/article/details/82820892
4. 快速查找Python安装路径方法:https://blog.csdn.net/zhaomengszu/article/details/79401043