[sage-devel] Re: SAGE notebook interaction

2009-09-07 Thread William Stein
On Mon, Sep 7, 2009 at 1:28 PM, Ondrej Certik wrote: > > On Mon, Sep 7, 2009 at 12:52 PM, Matthew Turk wrote: >> >> Hi Ondrej, >> >> Thanks for your speedy reply.  Looking a bit closer, it seems to me >> that a lot of this may be related to coercion of types to be sage >> types.  By replacing the

[sage-devel] Re: SAGE notebook interaction

2009-09-07 Thread Ondrej Certik
On Mon, Sep 7, 2009 at 12:52 PM, Matthew Turk wrote: > > Hi Ondrej, > > Thanks for your speedy reply.  Looking a bit closer, it seems to me > that a lot of this may be related to coercion of types to be sage > types.  By replacing the SageObject stuff with "object" or simply > removing it (as is d

[sage-devel] Re: SAGE notebook interaction

2009-09-07 Thread Matthew Turk
Hi Ondrej, Thanks for your speedy reply. Looking a bit closer, it seems to me that a lot of this may be related to coercion of types to be sage types. By replacing the SageObject stuff with "object" or simply removing it (as is done elsewhere in the codebase) I was able to get to the point of t

[sage-devel] Re: SAGE notebook interaction

2009-09-06 Thread Ondrej Certik
Hi Matthew! On Sun, Sep 6, 2009 at 10:10 PM, Matthew Turk wrote: > > Hi there, > > I was wondering if anyone had done much with notebook interaction > widgets in FEMhub.  They import okay: > > from sage.server.notebook.interact import * > > But (for instance) instantiation of a slider with more t