I'm not sure how to word this but I'm not getting the complete history after I run a script. I have some print statements and I see the results print out as it's running. But then when I go back and scroll vertically to take a closer look at the output, the results are gone. In other words the first lines are not displayed.
I have the following statement in my code so it should display all the lines
pd.set_option('display.max_rows', 180000)
What do I need to do to see all the output; not just the last part ?