Spyder IDE Console History

匆匆过客 提交于 2019-12-18 05:56:37

问题


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.


回答1:


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.




回答2:


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.



来源:https://stackoverflow.com/questions/26751140/spyder-ide-console-history

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!