thanks But if I run sage in ipython would I be able to use the interact?
On Wednesday, April 16, 2014 11:59:03 AM UTC-4, William wrote: > > On Wed, Apr 16, 2014 at 8:48 AM, Fred Gruber <[email protected]<javascript:>> > wrote: > > I'm running a sage notebook. Is it possible to open a shell session of > sage > > that connects to the same kernel running on the notebook in order to > access > > the same variables? > > > > I know it is possible in ipython > > (http://ipython.org/ipython-doc/rel-1.1.0/interactive/notebook.html) > so I > > was wondering if it is possible in sage as well. > > It's not possible in Sage, unfortunately. > > I'm sure you already know, but to use Sage in IPython, you would do this: > > %load_ext sage.misc.sage_extension > > For other readers, you can connect via the terminal in ipython by doing > > ipython console --existing f0d951ae-9f86-4159-a427-afd9d9e72bbf > > where the uuid is that of the ipython session... > > > > > thanks > > > > -- > > 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. > > 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.
