[AstroPy] Printing a whole table

Eduardo Bañados Torres eebanado at uc.cl
Thu Jun 5 18:09:19 EDT 2014


Hi,

reading the docs I think this is what you want:

t.pprint(max_lines=-1, max_width=-1)  # Print full table no matter how
long / wide it is

where t is an_astropy_table in your example.

I hope it helps.


Cheers

On Thu, Jun 5, 2014 at 9:22 PM, triccare triccare <triccare at gmail.com>
wrote:

> Greetings,
>
> A basic question: For astropy.tables, is there an options somewhere so
> that the call
>
> print an_astropy_table
>
> does not summarize the table?
>
> I know of the more() and show_in_browser() methods, but these have a hard
> time in ipython notebooks, and often just want to see the table.
>
> Thank you for your time!
>
> _______________________________________________
> AstroPy mailing list
> AstroPy at scipy.org
> http://mail.scipy.org/mailman/listinfo/astropy
>
>


-- 
Eduardo Bañados
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/astropy/attachments/20140606/f0ec33a4/attachment.html>


More information about the AstroPy mailing list