First time here? Check out the FAQ!

Ask Your Question
0

large table

asked 11 years ago

abc gravatar image

updated 11 years ago

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?

Preview: (hide)

1 Answer

Sort by » oldest newest most voted
2

answered 11 years ago

ppurka gravatar image

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

Preview: (hide)
link

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: 11 years ago

Seen: 317 times

Last updated: Aug 23 '13