Professor Stein, Is it possible to save more than one variable at a time to \tmp?
Best, Evren On Thursday, April 4, 2013 12:36:10 AM UTC-4, William wrote: > > On Wed, Apr 3, 2013 at 6:50 PM, evren <[email protected] <javascript:>> > wrote: > > Hi everyone, > > > > I use sage online. How can I pass variables from one worksheet to the > other? For instance, if I have a matrix in one worksheet, how do I > transfer it to another worksheet? > > > > You could save it to /tmp, e.g., something link > > save(m, '/tmp/a.sobj') # in one > > > m = load('/tmp/a.sobj') # in the other > > William > > Evren > > > > -- > > 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] <javascript:>. > > To post to this group, send email to > > [email protected]<javascript:>. > > > Visit this group at http://groups.google.com/group/sage-support?hl=en. > > For more options, visit https://groups.google.com/groups/opt_out. > > > > > > > > -- > 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?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
