Relative Content

Tag Archive for spyder

Spyder IDE. How to watch single variable

I’m new to Spyder. It seems comfortable and precious but I can’t the option to watch only the variables I need. Variable Explorer shows me everything.
If I wanto to watch values of variable “foo”, I must look for it between mani, a lot ot, variables

Spyder 5 documentation of folds?

I’m looking for comprehensive documentation on Spyder 5 Editor folds, e.g., whether one can collapse all folds, open folds up to a certain level, whether there are even levels, etc. The Spyder 5 Editor documentation (here_ doesn’t seem to even mention folds, from a browser search of the page.

Where Spyder does saves files that was changed?

on my Spyder I have a checkmark on Preferences – Editor – Advanced Settings – Automatically save a copy of file with unsaved changes (Autosave interval 60 sec). And now I need this function to work very much. But where I could find the saved file? Spyder version: 5.5.1

Trouble with debugging with “Step Into (CTRL+F11)” on remote kernel in Spyder IDE

I make a remote connection with nanopi using remote spyder kerner. I can successfully run and debug files; BUT!!!,
when i want to step into (CTRL+F11) function which locate in another file, Spyder Editor DON’T open this file. But debug proccess still continued (I can see it in “Variable Explorer” and there are no error in “Console”).