On Fri, May 27, 2011 at 3:35 PM, Chris Seberino <[email protected]> wrote: > On May 27, 3:34 pm, Berkin Malkoc <[email protected]> wrote: >> It is in the >> reference:http://www.sagemath.org/doc/reference/sagenb/notebook/notebook.html > > Thank you. Those docs appear to be for a Sage session. > > I actually need it to work from a Django web application unrelated to > Sage!?!? > > In other words, my question pertains to a Python script instead of a > Sage session! > > Is this possible? >
A sage script is just a pre-parsed python script. The majority of the pre-parsing is math-specific so it would probably work as is (once you've imported the used functions from sage.all). - Robert -- 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
