Automatically display results of last cell execution in Spyder 4 console

后端 未结 1 1979
情书的邮戳
情书的邮戳 2020-12-11 11:15

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 ar

相关标签:
1条回答
  • 2020-12-11 11:30

    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.

    0 讨论(0)
提交回复
热议问题