On Sun, Jan 3, 2010 at 9:43 AM, Ken Levasseur <[email protected]> wrote: > I've been trying to get an interaction running with the interact > function but even the simplest ones don't run as expected on my > version of Sage ('Sage Version 4.2.1, Release Date: 2009-11-14'). > Sage is running on my MacBook Pro (w/ OSX 10.6.2). > > For example, if I evaluate > > @interact > def _(n=slider(1,10)): > plt=plot(cos(n*x),(x,-pi,pi)) > show(plt) > > > all I get is the slider, no plot. Is there a library I'm missing, or > something?
Does the same thing work fine for you at http://sagenb.org? If so, then you're likely having exactly the problem that you saw indicated when you started Sage in the startup message. William -- To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sage-support URL: http://www.sagemath.org
