Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

spyder python how to re-open Variable Explorer

Tags:

I accidentally closed the variable explorer on my Pythone(Spyder)... Does anyone know how I can reopen it? If I must reinstall the program, then I will but I just want to see if there is a way. Thank you!

like image 556
Jason Berneuw Avatar asked Sep 29 '15 02:09

Jason Berneuw


People also ask

How do you refresh a variable Explorer in Spyder?

To trigger a refresh, simply click the reload button on the Variable Explorer toolbar, or press the shortcut Ctrl+R ( Cmd-R ) when it has focus.

How do you use variable Explorer Spyder?

The Variable Explorer gives you information on the name, size, type and value of each object. To modify a scalar variable, like an number, string or boolean, simply double click it in the pane and type its new value.

How do I see local variables in Spyder?

So select Run|Debug from the menu instead of running the file directly. Then you can step into the function - the values of the variables will be visible in the variable explorer when the execution is inside the function. You're totally right.

How do I reset my Spyder environment?

Q: How do I reset Spyder's preferences to the defaults? Either use the Reset Spyder to factory defaults under Tools in Spyder's menu bar, the Reset Spyder settings Start menu shortcut (Windows), or run spyder --reset in your system terminal (Anaconda prompt on Windows).


1 Answers

Go to View/Panes and select Variable Explorer.

like image 72
Andrew LaPrise Avatar answered Sep 22 '22 05:09

Andrew LaPrise