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. -- 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.
