Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Viewing Workspace variables in python like in MATLAB

I am trying to move to Python from MATLAB to conduct my research work. I am trying to figure out if there is any way by which I can view the Workspace variables on execution (As shown in the red box in the image : http://postimg.org/image/4wp5qzkuj/ ) as MATLAB does in Python. I am using the Spyder IDE for my work.

Thank you !

CSA

like image 218
Adi279 Avatar asked Sep 11 '26 09:09

Adi279


1 Answers

Spyder offers this,

in the Mac version it is under view -> panes -> variable explorer

I do not know where to find it in other OS

hope to help you, Glostas

like image 61
Glostas Avatar answered Sep 13 '26 23:09

Glostas