[sage-devel] Re: [codenode-devel] Re: New Features! Updated live notebook. Support for Sage!

2009-10-19 Thread Dorian Raymer
snip] > TypeError: Unable to start maxima > > Is there a problem with the sage installation? > > Cheers, > Stan > > Dorian Raymer wrote: > > Hello everyone, > > We have merged a big development effort into the master repository > > <http://github.com/coden

[sage-devel] New Features! Updated live notebook. Support for Sage!

2009-10-16 Thread Dorian Raymer
Hello everyone, We have merged a big development effort into the master repository ! This represents a milestone in the ongoing effort to bring the whole design to a new stable point. The Frontend was re-implemented using Django earlier this year, and we now ha

Re: [codenode-devel] Re: [sage-devel] Indents in notebook cells

2009-08-10 Thread Dorian Raymer
Evaluating Kiran's CELL 1 in a codenode python notebook returns a similar error: File "", line 1 u = 2+3 ^ IndentationError: unexpected indent I don't think this is a sign of any bug, it is simply bad Python syntax. It doesn't make sense to exec something with leading white space with no

[sage-devel] Re: notebook rewrite

2009-07-22 Thread Dorian Raymer
Hi Glenn, On Wed, Jul 22, 2009 at 4:41 PM, ghtdak wrote: > > > > > > > My primary problem is that the Sage subprocess is blocking forever on > > > the other side of the pipe when its not computing... Therefore, I > > > can't have a Sage sub-process that I'm using in the notebook that is > > > al

[sage-devel] Re: notebook rewrite

2009-07-21 Thread Dorian Raymer
Hi Ondrej, I like what you have done! On Tue, Jul 21, 2009 at 10:21 AM, Ondrej Certik wrote: > > On Tue, Jul 21, 2009 at 10:44 AM, William Stein wrote: > > > > On Tue, Jul 21, 2009 at 9:39 AM, Ondrej Certik wrote: > >> > >> On Tue, Jul 21, 2009 at 1:58 AM, Robert > >> Bradshaw wrote: > >>> > >>

[sage-devel] Re: [codenode-devel] Re: Re: notebook on the app engine

2009-06-16 Thread Dorian Raymer
On Tue, Jun 16, 2009 at 5:54 AM, Ondrej Certik wrote: > > On Tue, Jun 16, 2009 at 4:30 AM, Alex Clemesha wrote: > > > >>> > >>> >> > >>> >> You can't run Sage on the Google Ap Engine. > >>> > > >>> > Couldn't you have a Google App Engine application call the simple > http > >>> > api to make some

[sage-devel] Re: [codenode-devel] Re: Re: notebook on the app engine

2009-06-16 Thread Dorian Raymer
On Mon, Jun 15, 2009 at 6:59 AM, William Stein wrote: > > On Mon, Jun 15, 2009 at 3:40 PM, Jason Grout > wrote: > > > > William Stein wrote: > >> On Sun, Jun 14, 2009 at 10:16 PM, David Joyner > wrote: > >>> Excellent! > >>> > >>> Once/if you get Sage running on it, will students of mine (<100 to

[sage-devel] Re: mathematica advertising

2009-04-06 Thread Dorian Raymer
Search for 'open source mathematica'. Sage is the first hit and there is an accompanying add for Mathematica Home Edition. It's a perfectly reasonable strategy on MMAs part and is really a compliment to Sage. Wolfram is paying for a runner-up spot to keep up. Way to go :) Dorian On Mon, Apr 6,

[sage-devel] Re: Sage public notebook servers

2008-10-14 Thread Dorian Raymer
Hi, This is a good discussion. It's interesting to see, after all this time, the public notebook being attacked! (exclaimed in the most respectful, positive, excited that now this problem really has to be solved manor :) Over the last few months I've been thinking about and working on the problems

[sage-devel] Re: [Knoboo-devel] Re: Signal Handling

2008-06-09 Thread Dorian Raymer
In knoboo.kernel.engine.server.py, the method serve_forever has an exception handler for KeyboardInterrupt; this is to prevent the server from being shutdown by accident. When the interrupt button in the notebook is pressed, knoboo.kernel.process.EngineProcessControl sends INT signals to the engin

[sage-devel] Re: AMS Notices: Open Source Mathematical Software

2007-11-18 Thread Dorian Raymer
I didn't see any mention in this thread that the article has been posted on Slashdot! http://science.slashdot.org/article.pl?sid=07/11/18/1341232 On Nov 18, 2007 2:53 PM, William Stein <[EMAIL PROTECTED]> wrote: > > On Nov 18, 2007 3:49 PM, root <[EMAIL PROTECTED]> wrote: > > One possible other

[sage-devel] Re: SAGE-2.7!

2007-08-01 Thread Dorian Raymer
Reporting (a little late) a successful build of 2.7 followed by a good upgrade to 2.7.2.1 on Feisty Fawn Core2Duo 1GB. I noticed my last name was misspelled in the credits... It is D. Raymer instead of 'Ramier'. -Dorian On 7/20/07, William Stein <[EMAIL PROTECTED]> wrote: > > > On 7/20/07, Pabl

[sage-devel] Re: doc browser

2007-01-27 Thread Dorian Raymer
One neat thing that already works is viewing the actual python tutorial from the python documentation in the doc-browser. Some examples do not evaluate successfully due to certain differences between the sage and python interpreters, but is still a very useful tool for learning python nonetheless.