Spyder不在变量浏览器中显示列表和数组 [英] Spyder does not show lists and arrays in variable explorer

查看:440
本文介绍了Spyder不在变量浏览器中显示列表和数组的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我真的不知道为什么,但是Spyder不再能够在变量浏览器中显示列表或数组.您是否有相同的问题,是否有任何修复程序?我在两台计算机上都遇到了这个问题.

i don't really know why, but Spyder is not able to show lists or arrays in the variable explorer anymore. Do you have the same problem, any fixes? I have that problem on two computers.

示例:

CSV = []
for x in os.listdir(location):
    if x.split(".")[-1] =="CSV":
        CSV.append(location+x)
CSV = np.array(CSV)

非常感谢!

推荐答案

菜单(工具->首选项->变量资源管理器)快捷键(Ctrl + Alt + Shift + P)

Menu (Tools->Preferences->Variable Explorer) Shortcut (Ctrl+Alt+Shift+P)

禁用所有过滤器

这篇关于Spyder不在变量浏览器中显示列表和数组的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆