On Sunday, May 19, 2019 at 5:48:23 PM UTC+9, Volker Braun wrote:
>
> If you find yourself typing show() all the time you probably want to 
> change the displayhook to typeset stuff, i.e.  you want "%display typeset" 
> in the notebook or on the command line:
>
> sage: m = random_matrix(ZZ, 3)
> sage: m
> [12 -5  6]
> [ 1 -1  1]
> [-1  2  1]
> sage: %display unicode_art
> sage: m
> ⎛12 -5  6⎞
> ⎜ 1 -1  1⎟
> ⎝-1  2  1⎠
>

I had thought of even proposing show_unicode_art() method for sage objects 
:-)
 

> In general, I would lean more on the side of reasonable defaults (e.g. why 
> is %display typeset not the default in the notebook, its easier for power 
> users to turn it off than for novices to turn it on) than a proliferation 
> of more display-related methods.
>

I would prefer the current default %display plain in the notebook though I 
am a novice in this regard.

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-devel/fbc754af-a4a9-43b9-8bc3-776bf3dcce24%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to