[sage-support] Re: How set up new accounts in a Python script? (instead of the notebook web form?)

2011-05-27 Thread Chris Seberino
On May 27, 3:34 pm, Berkin Malkoc malk...@gmail.com 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?

Chris

-- 
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to 
sage-support+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sage-support
URL: http://www.sagemath.org


Re: [sage-support] Re: How set up new accounts in a Python script? (instead of the notebook web form?)

2011-05-27 Thread Robert Bradshaw
On Fri, May 27, 2011 at 3:35 PM, Chris Seberino cseber...@gmail.com wrote:
 On May 27, 3:34 pm, Berkin Malkoc malk...@gmail.com 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 sage-support@googlegroups.com
To unsubscribe from this group, send email to 
sage-support+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sage-support
URL: http://www.sagemath.org