Pierre wrote: > hi all, > > I'm writing this on behalf of a colleague. We've been trying to > experiment with public worksheets, so that his students could play > with an @interact -- first time i've tried this. We have copied this > example from the wiki : > > http://www.sagenb.org/home/pub/360/ > > It works fine on a local machine, but the public worksheet seems to > stall. Anything we've done wrong ?
Interacts don't work on published worksheets for security reasons. However, you can copy or download the worksheet to your own account and the interact will work fine there, as you've seen. > > On a related note, is there another way to turn an @interact session > into *something* (not sure what, simple animation, java-based > thing...) that could be put up on a webpage on one of our own > servers ? So there's no need to rely on sagenb.org (which i suspect is > having trouble today, it seems very slow from here). Of course I mean > that we don't have sage running on the university servers yet... The best solution I've found is having my own sage server. Students can log into that sage server, visit a published worksheet, and "edit a copy", which they can then experiment with. Note that sagenb.org is not designed to support classes as a class sage server; rather, it's designed to give a person a way to try out Sage. Are you wanting to turn an @interact into a java-based thing that doesn't rely on Sage? That's probably a big project---right now, sage does all of the work behind the interacts, so you'd need to somehow reimpliment the required parts into Java, which is no small feat. If you just want a screenshot-like animation, that is probably more doable, though there isn't anything available to easily do that. You could do it by hand, of course. Thanks, Jason --~--~---------~--~----~------------~-------~--~----~ 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 URLs: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---
