[sage-devel] Re: notebook help needed

2009-11-08 Thread Matt Rissler
On Oct 14, 11:03 am, William Stein wst...@gmail.com wrote: On Wed, Oct 14, 2009 at 4:55 AM, Thierry Dumont tdum...@math.univ-lyon1.fr wrote: William Stein a écrit : Hi, Nearly two weeks ago I had the notebook stabilized and all known new bugs fixed (after separating it off from

[sage-devel] Re: notebook help needed

2009-11-08 Thread William Stein
I'm not sure why, but the storage abstraction broke my multiple boxes acting as compute nodes via NFS and server_pool.  If I run the notebook with a localhost login server_pool=['sa...@localhost'], then it works.  If I don't, server_pool=['sa...@node1'], then it appears that the server opens

[sage-devel] Re: notebook help needed

2009-11-08 Thread Thierry Dumont
William Stein a écrit : I'm not sure why, but the storage abstraction broke my multiple boxes acting as compute nodes via NFS and server_pool. If I run the notebook with a localhost login server_pool=['sa...@localhost'], then it works. If I don't, server_pool=['sa...@node1'], then it appears

[sage-devel] Re: notebook help needed

2009-10-14 Thread Thierry Dumont
William Stein a écrit : Hi, Nearly two weeks ago I had the notebook stabilized and all known new bugs fixed (after separating it off from sage as a separate program and rewriting the expect stuff). But I realized that it would be a total nightmare to introduce yet another sobj (sage

[sage-devel] Re: notebook help needed

2009-10-14 Thread William Stein
On Wed, Oct 14, 2009 at 4:55 AM, Thierry Dumont tdum...@math.univ-lyon1.fr wrote: William Stein a écrit : Hi, Nearly two weeks ago I had the notebook stabilized and all known new bugs fixed (after separating it off from sage as a separate program and rewriting the expect stuff).  But I

[sage-devel] Re: notebook help needed

2009-10-14 Thread Thierry Dumont
William Stein a écrit : On Wed, Oct 14, 2009 at 4:55 AM, Thierry Dumont tdum...@math.univ-lyon1.fr wrote: W 2) With the current notebook. I tried the following experience: I have 2 machines (actually 3). On these machines there are unix users sage1, sage2, ..., sage3...,sagen, with the same

[sage-devel] Re: notebook help needed

2009-10-14 Thread ma...@mendelu.cz
Do not know if this is relevant, but I get the message It looks like jsMath failed to set up properly (error code -7). I will try to keep going, but it could get ugly. when looking at published worksheets, like http://uw.sagenb.org/home/pub/4/ I do not have this problem with Sage 4.1.1 Firefox

[sage-devel] Re: notebook help needed

2009-10-14 Thread Jason Grout
ma...@mendelu.cz wrote: Do not know if this is relevant, but I get the message It looks like jsMath failed to set up properly (error code -7). I will try to keep going, but it could get ugly. when looking at published worksheets, like http://uw.sagenb.org/home/pub/4/ I do not have this

[sage-devel] Re: notebook help needed

2009-10-12 Thread slabbe
Hi, I hope people will testhttp://uw.sagenb.org/! Please try it.  Report any bugs at all that you find. I tested the %timeit option. It works when a space is added after %timeit, but works like %time when no space is added : --- %time t = 9+0

[sage-devel] Re: notebook help needed

2009-10-12 Thread Marshall Hampton
Its a little thing, but I noticed that the DATA directory is missing its last '/', which is present in previous notebook versions. I like having a trailing '/' present in a directory string, so this seems like a regression. Haven't noticed anything else yet. -Marshall On Oct 12, 12:03 am,

[sage-devel] Re: notebook help needed

2009-10-12 Thread Jason Grout
William Stein wrote: Hi, Nearly two weeks ago I had the notebook stabilized and all known new bugs fixed (after separating it off from sage as a separate program and rewriting the expect stuff). But I realized that it would be a total nightmare to introduce yet another sobj (sage object)

[sage-devel] Re: notebook help needed

2009-10-12 Thread Håkan Granath
Report any bugs at all that you find. A regression from the notebook in Sage 4.1.2.alpha4 is the loss of parenthesis matching introduced in trac #3646 /Håkan --~--~-~--~~~---~--~~ To post to this group, send an email to sage-devel@googlegroups.com To

[sage-devel] Re: notebook help needed

2009-10-12 Thread Rob Beezer
Initial observations: Redraws of plots in interacts are much improved - just a brief flash and not a long delay. Heavy-duty jsMath works fine, but I guess this is a function of the browser and not the notebook so much. I perceive a more noticeable lag when I do an initial (simple) calculation

[sage-devel] Re: notebook help needed

2009-10-12 Thread William Stein
On Mon, Oct 12, 2009 at 6:52 AM, Marshall Hampton hampto...@gmail.com wrote: Its a little thing, but I noticed that the DATA directory is missing its last '/', which is present in previous notebook versions.  I like having a trailing '/' present in a directory string, so this seems like a

[sage-devel] Re: notebook help needed

2009-10-12 Thread William Stein
On Mon, Oct 12, 2009 at 7:07 AM, Jason Grout jason-s...@creativetrax.com wrote: William Stein wrote: Hi, Nearly two weeks ago I had the notebook stabilized and all known new bugs fixed (after separating it off from sage as a separate program and rewriting the expect stuff).  But I realized

[sage-devel] Re: notebook help needed

2009-10-12 Thread Ondrej Certik
On Mon, Oct 12, 2009 at 9:42 AM, William Stein wst...@gmail.com wrote: On Mon, Oct 12, 2009 at 6:52 AM, Marshall Hampton hampto...@gmail.com wrote: Its a little thing, but I noticed that the DATA directory is missing its last '/', which is present in previous notebook versions.  I like

[sage-devel] Re: notebook help needed

2009-10-12 Thread William Stein
On Mon, Oct 12, 2009 at 9:48 AM, Ondrej Certik ond...@certik.cz wrote: On Mon, Oct 12, 2009 at 9:42 AM, William Stein wst...@gmail.com wrote: On Mon, Oct 12, 2009 at 6:52 AM, Marshall Hampton hampto...@gmail.com wrote: Its a little thing, but I noticed that the DATA directory is missing

[sage-devel] Re: notebook help needed

2009-10-12 Thread Marshall Hampton
Yes, please! Ondrej's usage is very similar to mine. I would find it quite annoying to have to os.path.join all the time. Marshall On Oct 12, 11:54 am, William Stein wst...@gmail.com wrote: OK, I'll change it to end in os.path.sep, which is cross-platform and still allows for your use case

[sage-devel] Re: notebook help needed

2009-10-12 Thread Gonzalo Tornaria
On Mon, Oct 12, 2009 at 2:42 PM, William Stein wst...@gmail.com wrote: name using os.path.join, which doesn't put a trailing slash in.  One should write code using os.path.join too, which means you shouldn't depend on a slash being forward -- it might be backwards (on windows it is). Note