Mikie wrote: > Does anyone have a simple API that takes input from a form and uses > Sage to calculate the solution and displays it on the hrml page. > I don't want to use the notebook. > > I have CentOS running in a local network with Sage and Moodle. > > I thought I seen something like this on Wiki.
You can read about the simple web API by doing: sage: import sage.server.simple.twist sage: sage.server.simple.twist? I guess this hasn't been added to the reference manual yet. 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 -~----------~----~----~----~------~----~------~--~---
