On Sun, May 4, 2014 at 8:10 AM, Kannappan Sampath <[email protected]> wrote: > Hi Sage-Support, > > I would like to arrange so that all the computations on a certain worksheet > Sage Math Cloud evaluate in GAP. One way is to have %gap in the beginning of > all cells. Is there a simpler way?
Put %default_mode gap at the top of a cell to make that the default mode. To switch back, use %default_mode sage William > -Kannappan. > > -- > 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.
