Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

large table

If I try to print large table in the notebook with too many columns then each row is split into various lines. For example in the output of

table([['z' for j in range(num_column)] for k in range(10)])

with num_column larger then 18, the rows are split. (it is not the case if I use for example html(table(...)).

Is it possible to visualize correctly tables with many columns with the standard table command?

large table

If I try to print large table in the notebook with too many columns then each row is split into various lines. For example in the output of

table([['z' for j in range(num_column)] for k in range(10)])

with num_column larger then 18, the rows are split. (it is not the case if I use for example html(table(...)).

Is it possible to visualize correctly tables with many columns with the standard table command?