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?

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

Reply via email to