[IPython-user] printing lots of stuff to the screen

Jerry McRae qrs0xyc02@sneakemail....
Thu May 24 23:41:30 CDT 2007


I believe it is a property of the shell, not IPython.  You didn't say what
OS you are using.

If you are on a Windows box, open the cmd shell menu (either click on top
left icon, or us alt-<space>.  Then Properties, layout tab, and change the
Screen Buffer Size Height to a larger number.  I have mine set to a width of
100 and height of 3000.  The Window Size needs to be divisors.  I have mine
100 and 50.

If you are on a different OS, someone else will have to help.

If IPython can modify these values, it would be new to me.

HTH, TGFI
--Jerry
(Thank God For IPython)

On 5/24/07, Ryan Krauss ryanlists-at-......... |Python projects/jml| <
...> wrote:
>
> I have a program that prints lots of stuff to the screen.  I am trying
> to teach a bit about fmin and optimization, so I made my cost function
> print the values of the variables at each step.  But only the last 30
> or so steps are avialable when it finishes and I really want to show
> the beginning.  Is there a way to change how far back I can scroll
> into stuff printed to stdout (using print from within a Python
> script)?
>
> Thanks,
>
> Ryan
> _______________________________________________
> IPython-user mailing list
> IPython-user@scipy.org
> http://lists.ipython.scipy.org/mailman/listinfo/ipython-user
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ipython.scipy.org/pipermail/ipython-user/attachments/20070524/76e1b475/attachment.html 


More information about the IPython-user mailing list