What about having an option at startup? Something like:
sage starts the command line interface with nice unicode sage -ascii starts the command line interface with the old style (for the user cases mentioned here: blind people, copy-paste able output and so on) El domingo, 24 de enero de 2016, 18:10:27 (UTC+1), Nathann Cohen escribió: > > 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/sage-devel. For more options, visit https://groups.google.com/d/optout.
