Spyder IDE Console History

后端 未结 2 671
渐次进展
渐次进展 2020-12-10 15:09

How to see print history in console in spyder IDE ? If more data gets printed it does not shows on console and not even shows the scroll bar.

相关标签:
2条回答
  • 2020-12-10 15:51

    The default configuration is to buffer 10,000 lines. If you require a larger buffer, you will have to change settings in Preferences->Console->Display->Source Code->Buffer: to increase the number of lines.

    0 讨论(0)
  • 2020-12-10 15:58

    This is an update for Spyder version 3.1.4:

    1. Tools
    2. Preferences (The shortcut is: Ctrl+Alt+Shift+P)
    3. IPython console (in the left menu of the Preferences utility)
    4. Source code
      1. Buffer: 500 Lines (in the right menu under the "Display" tab)

    Increase the buffer to view more lines in the IPython console. Then close and restart Spyder.

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