[sage-support] Re: notebook display error

2007-05-24 Thread Marshall Hampton
Argh! This happened to me again, this time on a fresh 2.5.3 install. I thought that starting from scratch might fix things. I have the problem using a notebook with an IP address - i.e. it hasn't happened yet on this installation on the default settings - notebook(). Nothing will display using

[sage-support] Re: notebook display error

2007-05-24 Thread William Stein
On 5/24/07, Marshall Hampton [EMAIL PROTECTED] wrote: Help! I was hoping to collaborate with someone using SAGE this week via a notebook, and I can't unless I get this fixed. Because I was getting errors as described above, where the leading / was missing on the path, I used a double // in

[sage-support] Re: notebook display error

2007-05-24 Thread William Stein
I've attached the hg patch that fixes the notebook problem you've been reporting. You can apply it with hg_sage.apply('4585.patch') followed by sage -br (which will take 10 minutes).. Or, just wait for sage-2.5.4. On 5/24/07, William Stein [EMAIL PROTECTED] wrote: On 5/24/07, Marshall

[sage-support] Re: notebook display error

2007-05-23 Thread Marshall Hampton
Here are two more diagnostic data points: the problem persists even if I run sage as a different user, but things seem OK if I just use the basic notebook() command with no arguments. Since I had done that before having these problems, I wonder if something goes wrong when a brand-new nb.sobj is

[sage-support] Re: notebook display error

2007-05-18 Thread Marshall Hampton
Thanks. Several of my .sws files gave me errors when I tried to upload them - is there any compatability requirements for that - e.g. having the same version of sage or sage directory? Its also possible that I saved those worksheets on a Windows machine and then moved them over to my OS X

[sage-support] Re: notebook display error

2007-05-18 Thread William Stein
On 5/18/07, Marshall Hampton [EMAIL PROTECTED] wrote: Thanks. Several of my .sws files gave me errors when I tried to upload them - is there any compatability requirements for that - e.g. having the same version of sage or sage directory? Its also possible No -- all versions should work on

[sage-support] Re: notebook display error

2007-05-17 Thread William Stein
On 5/17/07, Marshall Hampton [EMAIL PROTECTED] wrote: I have a more reproducible version of this bug. If you execute the following three commands in seperate cells, you should see the sort of problem I am having: show(line(((0,0),(1,1 show(line(((0,0),(1,1))),figsize=[1280,800]) Gees

[sage-support] Re: notebook display error

2007-05-16 Thread Justin C. Walker
On May 16, 2007, at 1:35 PM, Marshall Hampton wrote: I am having trouble getting the show() command to work in the notebook. After the following commands: sage: a = [[[0.0, -1.0], [0.0, 1.0]], [[0.0, 1.0], [0.0, -1.0]]] sage: pts3=[point((pt[0],pt[1])) for w1 in a for pt in w1] sage:

[sage-support] Re: notebook display error

2007-05-16 Thread Marshall Hampton
I copied/pasted it from the notebook, so its not a typo. I opened it by navigating manually through the filesystem, but the address is correct (with the leading /). I haven't had a problem of this type before, and I have done some very similar things. The trouble began when I was writing some