Reputation: 2022
When you run code in RStudio, it logs both the code and the output in the console (see here). Is it possible to do the same in Spyder?
Upvotes: 0
Views: 38
Reputation: 34136
(Spyder maintainer here) You can run cells and get their contents printed on the console by going to the menu
Tools > Preferences > Editor > Run code
and enabling the option called Copy full cell contents to the console when running code cells
.
Upvotes: 1