Automatically Display Results Of Last Cell Execution In Spyder 4 Console
I updgraded from Spyder 3 to Spyder 4 and now when I execute a cell I need to wrap a print() around whatever variable is in the last line of the cell so that the contents are autom
Solution 1:
What setting do I need to revert in order to get back to the prior set up?
You need to go to the menu
Tools > Preferences > Editor > Run Code
and activate the option called
Copy full cell contents to the console when running code cells
.
Post a Comment for "Automatically Display Results Of Last Cell Execution In Spyder 4 Console"