On Thu, Dec 17, 2015 at 1:48 PM, Robert <rxjw...@gmail.com> wrote:
> Hi,
>
> When I use Enthought/Canopy, help(DataFrame) has so much content that it
> exceeds the display buffer, i.e. its head is cut off as I go up to see it.
> I would like to know whether there is a way similar to Linux redirection to
> save the help DataFrame content to a file?

If you use command-line Python (by just running 'python' or 'python3'
in your shell), you should be able to use help() with a More pager.

ChrisA
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to