Python – Output in the console window is not displayed

Output in the console window is not displayed… here is a solution to the problem.

Output in the console window is not displayed

I

use Spyder in Python and my output is probably 4000 lines, the code runs fine without any errors, and I can even see the output being generated while the code is running.
It takes about 2 seconds to generate the output, but I’m guessing only the last 100 lines show up in the output.
The rest of the output is gone.
There seems to be a page limit or something Spyder related, so it only shows the last 100 lines or some number of lines.

How do I view the entire output?

Solution

I recommend printing out the body as a document that can be referenced later. You won’t miss a line.

Related Problems and Solutions