I am new to Python but have extensive experience with Matlab. I'm just trying some data processing and am getting some strange behavior after Spyder has been open for a while (hours).
If I run a simple .py file from Spyder, such as plotting data from a csv file, it attempts to execute, but does respond. After this, if I take my cursor and activate the "Console" window and proceed to hit "Enter" a number of times to run the line in the console (which is blank), I will eventually get my code to run! It will plot, for example.
Rebooting the system allows the program to run as expected...over time the performance degraded.
Thanks,
M
Should say, "but does NOT respond..."