At least you can do

sage: from sage.repl.rich_output import get_display_manager
sage: dm = get_display_manager()
sage: dm.text = 'unicode_art'
sage: matrix([[2,1],[2,2]])
⎛2 1⎞
⎝2 2⎠

There was a proposal in

  http://trac.sagemath.org/ticket/18270#comment:6

to actually make it the default if the locales are specified as unicode, e.g. "en_US.utf8". Would be nice.

Vincent

On 24/01/16 14:10, Nathann Cohen wrote:
Hello everybody,

I just noticed that M.str(unicode=True) (when M is a matrix) prints the
matrix very nicely (especially when it is a block matrix), with pretty
parentheses on both sides.

   sage: print matrix.block(3,3,[matrix.ones(2)]*9).str(unicode=True)

Would it be possible to make it the default behaviour? Through Volker's
machinery for auto-detection of output format, for instance?

THaaaaaaanks,

Nathann


--
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 https://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to