Hellloooooooo everybody !

I am having a small problem. There is a function that is meant to
output a big table, and while it works fine in the console it is a
mess in the notebook:

from sage.combinat.designs.latin_squares import MOLS_table
MOLS_table(50,1)

This, because the notebook tries to be smart and splits the lines when
they are too long. What can I do to avoid that ?

Nathann

P.S. : Oddly, the same table is correctly displayed in the doc with
the notebook:

sage.combinat.designs.latin_squares?

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to