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.
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.
This is an update for Spyder version 3.1.4:
Increase the buffer to view more lines in the IPython console. Then close and restart Spyder.