Ask Your Question
0

large table

asked 2013-08-23 11:37:19 +0200

abc gravatar image

updated 2013-08-23 11:59:56 +0200

vdelecroix gravatar image

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?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2013-08-23 19:59:35 +0200

ppurka gravatar image

Click on the left of the output to get the full unwrapped output.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

Stats

Asked: 2013-08-23 11:37:19 +0200

Seen: 220 times

Last updated: Aug 23 '13