First time here? Check out the FAQ!

Revision history  [back]

Revision 1

Workspace similar to MATLAB and Spyder

Is there a workspace similar to MATLAB that can list the variables in Wing Pro? In MATLAB or Spyder, once execute a script, the variable created by the script will be listed in the workspace. These variables can be called by another new script without being defined in the new script. For example, in Spyder, after execute A.py there are x = 1.0, y = 2.0, z = 3.0 in the workspace. Now, we can run B.py calling x, y, z with the values shown in workspace even though x, y, z are not specified in B.py. Is it possible to do this in Wing Pro?