[sage-devel] Re: [Knoboo-devel] Re: [sage-devel] Re: Sage public notebook servers

2008-10-15 Thread William Stein
On Tue, Oct 14, 2008 at 2:13 PM, Dorian Raymer <[EMAIL PROTECTED]> wrote: > 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 mano

[sage-devel] Re: [Knoboo-devel] Templating engine for the Notebook

2008-08-25 Thread alex clemesha
On Mon, Aug 25, 2008 at 4:39 AM, Timothy Clemans <[EMAIL PROTECTED]> wrote: > > Hi, > > Regarding the Sage Notebook, I propose that we use a templating engine > instead of using Python string templates class and writing HTML code > in the Python code. I have converted the existing templates in Ext

[sage-devel] Re: [Knoboo-devel] #3456 notebook -- SQLize the notebook

2008-06-19 Thread William Stein
On Thu, Jun 19, 2008 at 4:56 PM, Timothy Clemans <[EMAIL PROTECTED]> wrote: > > Tom made a ticket for SQLizing the Sage Notebook, see > http://trac.sagemath.org/sage_trac/ticket/3456. I'm interested in this > but don't have a clue how to start. I would like some help figuring > out how to go about

[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: [Knoboo-devel] Signal Handling

2008-06-09 Thread William Stein
On Mon, Jun 9, 2008 at 3:05 PM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Hi, > I have been revisiting some process control code in Knoboo, and > realized > how well Sage responds to SIG-INT compared to standard Python. It > basically > works too good... ;) Could you please make this quest

[sage-devel] Re: knoboo

2008-04-12 Thread Fabio Tonti
Wow very cool! I've been wanting to try it out for some time now, but I was just too lazy to install it manually... Thanks William&Alex! On Sat, Apr 12, 2008 at 7:40 AM, Hector Villafuerte <[EMAIL PROTECTED]> wrote: > > On Fri, Apr 11, 2008 at 11:16 PM, William Stein <[EMAIL PROTECTED]> wrote: >

[sage-devel] Re: knoboo

2008-04-11 Thread Hector Villafuerte
On Fri, Apr 11, 2008 at 11:16 PM, William Stein <[EMAIL PROTECTED]> wrote: > > local/lib/knoboo.tac It's alive! Alex was right, adding "import sys;print sys.path" fixed it. Thanks, -- Hector --~--~-~--~~~---~--~~ To post to this group, send email to sage-devel@

[sage-devel] Re: knoboo

2008-04-11 Thread William Stein
local/lib/knoboo.tac On 4/11/08, Hector Villafuerte <[EMAIL PROTECTED]> wrote: > > On Fri, Apr 11, 2008 at 9:34 PM, alex clemesha <[EMAIL PROTECTED]> wrote: > [...] > > Hector: maybe you could throw in a > > "import sys;print sys.path" > > into the beginning of "trunk/knoboo/knoboo.tac"? > [...]

[sage-devel] Re: knoboo

2008-04-11 Thread Hector Villafuerte
On Fri, Apr 11, 2008 at 9:34 PM, alex clemesha <[EMAIL PROTECTED]> wrote: [...] > Hector: maybe you could throw in a > "import sys;print sys.path" > into the beginning of "trunk/knoboo/knoboo.tac"? [...] Sure, but I'm not a developer yet :) so I could use some guidance. I have 3 knoboo.tac file

[sage-devel] Re: knoboo

2008-04-11 Thread alex clemesha
On Fri, Apr 11, 2008 at 6:32 PM, William Stein <[EMAIL PROTECTED]> wrote: > > On Fri, Apr 11, 2008 at 6:25 PM, alex clemesha <[EMAIL PROTECTED]> wrote: > > > > Hi Hector, > > > > Sage ships with Python2.5, which has sqlite builtin, > > so this should not be a problem. > > > > -Alex > >

[sage-devel] Re: knoboo

2008-04-11 Thread William Stein
On Fri, Apr 11, 2008 at 6:25 PM, alex clemesha <[EMAIL PROTECTED]> wrote: > > Hi Hector, > > Sage ships with Python2.5, which has sqlite builtin, > so this should not be a problem. > > -Alex Yes, but it *is* a problem. Probably something went wrong with his Sage install or something. That is

[sage-devel] Re: knoboo

2008-04-11 Thread alex clemesha
Hi Hector, Sage ships with Python2.5, which has sqlite builtin, so this should not be a problem. -Alex On Fri, Apr 11, 2008 at 6:22 PM, Hector Villafuerte <[EMAIL PROTECTED]> wrote: > > On Fri, Apr 11, 2008 at 7:09 PM, William Stein <[EMAIL PROTECTED]> wrote: > > > > Hi, > > > > I just m

[sage-devel] Re: knoboo

2008-04-11 Thread Hector Villafuerte
On Fri, Apr 11, 2008 at 7:09 PM, William Stein <[EMAIL PROTECTED]> wrote: > > Hi, > > I just made a Knoboo optional spkg (http://www.knoboo.com/). Knoboo is > similar to the Sage notebook but looks more likey Mathematica and uses > xmlrpc. > > To try it out: > > 1. Type sage -optional to