Re: [sage-support] Installing latest sage

2011-11-21 Thread William Stein
On Mon, Nov 21, 2011 at 3:51 PM, Eric Kangas wrote: > I tried installing sage on my Toshiba Portege M200 tablet. I am using > ubuntu 10.10. Here is the error message I am receiving: > > > ** > WARNING!  This Sage install was built

Re: [sage-support] Re: Error when trying to use sage server

2011-11-21 Thread William Stein
On Mon, Nov 21, 2011 at 4:51 PM, Jason wrote: > It looks like even when not using the notebook, I can't even import > numpy. All I did was uncompress the lzma download and put it in my > home directory. I don't see any caveats in the readme: > http://boxen.math.washington.edu/sage/linux/32bit/READ

[sage-support] Re: line numbering

2011-11-21 Thread Jason Grout
On 11/21/11 8:07 PM, rych wrote: Yes, I also see a normal text box ... which automagically turns into line-numbered syntax-highlighted code editor in about 20-30 seconds. Probably JavaScript code has to be loaded from somewhere ("Wating for api.flattr.com" in the status bar). But now it's interac

[sage-support] Re: line numbering

2011-11-21 Thread rych
Yes, I also see a normal text box ... which automagically turns into line-numbered syntax-highlighted code editor in about 20-30 seconds. Probably JavaScript code has to be loaded from somewhere ("Wating for api.flattr.com" in the status bar). But now it's interactive: as soon as I finish typing "f

[sage-support] Re: [sage-notebook] Using slashes in downloading worksheets

2011-11-21 Thread Jason Grout
On 11/21/11 3:40 PM, kcrisman wrote: Given that Sage Days 35.5 will be held at the Ken Olsen Science Center, we definitely shouldn't talk trash against the PDP-11. Point taken! Can you call up your good buddies from the DEC crowd and ask if we could have a demo of Sage on a PDP-11? :) Jaso

[sage-support] Re: line numbering

2011-11-21 Thread Jason Grout
On 11/21/11 3:40 PM, rych wrote: What about getting line-numbering as a part of a package of web-based code editor with syntax highlighting? That sounds like a great idea, if one can be found that is quick, works across all browsers, doesn't slow down the notebook, etc. One idea is to take o

[sage-support] Re: Error when trying to use sage server

2011-11-21 Thread Jason
Thanks! I was able to import and use a worksheet by removing the server_pool option. However, the documentation here says that it specifies that worksheet processes run as separate users, not that there are multiple servers: http://www.sagemath.org/doc/reference/sagenb/notebook/notebook_object.html

Re: [sage-support] Error when trying to use sage server

2011-11-21 Thread Renan Birck Pinheiro
2011/11/21 Jason > I did a fresh install of Ubuntu 10.04, and placed the precompiled sage > 4.7.2 folder in my home folder. > > I run sage in a terminal then use this command to start the server: > notebook(interface='', server_pool=['sage1@localhost'], ulimit='-v > 50', accounts=True) > > I'

[sage-support] Error when trying to use sage server

2011-11-21 Thread Jason
I did a fresh install of Ubuntu 10.04, and placed the precompiled sage 4.7.2 folder in my home folder. I run sage in a terminal then use this command to start the server: notebook(interface='', server_pool=['sage1@localhost'], ulimit='-v 50', accounts=True) I'm able to access it and create a

[sage-support] Re: [sage-notebook] Using slashes in downloading worksheets

2011-11-21 Thread kcrisman
> >> Note that the "%" character is explicitly listed as a "reserved > >> character" not allowed by some filesystems at [1].  That would be a > >> very good reason not to percent encode the worksheet title when > >> generating the filename. > > >> [1]http://en.wikipedia.org/wiki/Filename#Reserved_

[sage-support] Re: line numbering

2011-11-21 Thread rych
What about getting line-numbering as a part of a package of web-based code editor with syntax highlighting? I saw another example of a seemingly successful Code window here, http://www.learnpython.org/ Is it hard to attach/develop/maintain, is it buggy/slow? Igor -- To post to this group, send

[sage-support] Re: [sage-notebook] Using slashes in downloading worksheets

2011-11-21 Thread Jason Grout
On 11/21/11 12:32 PM, William Stein wrote: On Mon, Nov 21, 2011 at 10:15 AM, Volker Braun wrote: On Monday, November 21, 2011 3:23:00 PM UTC, William wrote: Good point. We should go through at least the table at [1] and replace all such instances by "_". Why don't we percent-encode the wor

Re: [sage-support] Re: [sage-notebook] Using slashes in downloading worksheets

2011-11-21 Thread William Stein
On Mon, Nov 21, 2011 at 10:15 AM, Volker Braun wrote: > On Monday, November 21, 2011 3:23:00 PM UTC, William wrote: >> >> Good point.  We should go through at least the table at [1] and replace >> all such >> instances by "_". > > Why don't we percent-encode the worksheet title? Actually I'm surpr

[sage-support] Re: [sage-notebook] Using slashes in downloading worksheets

2011-11-21 Thread Volker Braun
On Monday, November 21, 2011 3:23:00 PM UTC, William wrote: > > Good point. We should go through at least the table at [1] and replace > all such > instances by "_". > Why don't we percent-encode the worksheet title? Actually I'm surprised that we don't do that already. Its so easy: sage: impor

[sage-support] Re: [sage-notebook] Using slashes in downloading worksheets

2011-11-21 Thread William Stein
On Sun, Nov 20, 2011 at 11:35 PM, P Purkayastha wrote: > > > On Monday, November 21, 2011 10:47:17 AM UTC+8, William Stein wrote: >> >> On Sat, Nov 19, 2011 at 11:22 AM, kcrisman wrote: >> > You might want to try making a worksheet with a title with a slash. >> > Like >> > >> > And/or the best wo