On Sat, May 3, 2014 at 3:25 PM, <[email protected]> wrote: > On Friday, May 2, 2014 10:46:53 PM UTC-5, Christian Caballero wrote: >> >> Is there a `typeset` option like in the sage notebook for SageMathCloud? >> Or ist it necessary to use the `show()` function? > > > Yes there is...https://github.com/sagemath/cloud/wiki/FAQ#typsetting-output > > Turn it on with > > typeset_mode(True) > > and off with > > typeset_mode(False) > > Putting > > %auto > typeset_mode(True) > > at the top of a worksheet will make this automatic.
Yep -- thanks. Just a note -- I think that %auto doesn't necessarily 100% work correctly, always. This is a bug, which will get fixed, as soon as a couple of more high priority issues are resolved. William > > > -- > You received this message because you are subscribed to the Google Groups > "sage-support" 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 http://groups.google.com/group/sage-support. > For more options, visit https://groups.google.com/d/optout. -- William Stein Professor of Mathematics University of Washington http://wstein.org -- You received this message because you are subscribed to the Google Groups "sage-support" 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 http://groups.google.com/group/sage-support. For more options, visit https://groups.google.com/d/optout.
