Skip to content Skip to sidebar Skip to footer

Spyder Does Not Show Lists And Arrays In Variable Explorer

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 comput

Solution 1:

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

Disable all the filters

enter image description here

Solution 2:

Just make sure "Exclude capitalized references" in "Tools->Preferences->Variable Explorer" is not marked. The reason you don't see your list in variable explorer is that your list name starts with capital letters and Spyder considers it a capitalized reference. If you define it as for example 'my_csv' or 'aCSV' instead of 'CSV', you don't need to change the setting and it will be fine.

Post a Comment for "Spyder Does Not Show Lists And Arrays In Variable Explorer"