[sage-support] Re: non-english characters in Notebook

2007-12-13 Thread greg2k4
William, thanks for reply. For now, I'll try to add encoding instructions to the html in Edit mode... As for me, I'm university professor (in electrical engineering field) trying to find non-proprietary tools for my students :-) By the way, did you see

[sage-support] Re: non-english characters in Notebook

2007-12-13 Thread greg2k4
Well, no luck with direct workaround. If I change %u0441 to #x0441;, it shows correct char *for this only session*, but on save+load, it gets replaced by even more non- english char (like euro sign :-) You're right, this seems caused by how worksheet is saved/loaded. The only way of indirect

[sage-support] Re: [sage-devel] Re: [sage-support] non-english characters in Notebook

2007-12-13 Thread alex clemesha
On Dec 12, 2007 8:36 AM, William Stein [EMAIL PROTECTED] wrote: On Dec 12, 2007 7:48 AM, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi all, I need to use non-english characters (in comments) in Notebook worksheet. While working, they're shown w/o problem, but if I save (download to

[sage-support] Re: non-english characters in Notebook

2007-12-13 Thread greg2k4
Alex, Excuse me for asking, but if I'm not mistaken, I (end-user) can't do any of these 2 things, right? --~--~-~--~~~---~--~~ To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For

[sage-support] Re: non-english characters in Notebook

2007-12-13 Thread greg2k4
Besides, I don't think the 1st one (meta tag) will work, because %u is not standard html representation for unicode char... --~--~-~--~~~---~--~~ To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to

[sage-support] Starting notebook() mode as daemon

2007-12-13 Thread Šarūnas Burdulis
Hello, Is anybody running sage in notebook() mode as an automatically started service/daemon? Any hints on doing this? Thanks, Šarūnas Math Dept., Dartmouth --~--~-~--~~~---~--~~ To post to this group, send email to sage-support@googlegroups.com To unsubscribe

[sage-support] Display of free module element is funny

2007-12-13 Thread pgdoyle
The vector v2 doesn't display properly in the attached Sage output. Or rather, the free module element v2. (Should I be worried that I got a free module element when I expected a vector, or will everything work out for the best?) Cheers, Peter --- sage:

[sage-support] Re: Display of free module element is funny

2007-12-13 Thread William Stein
On Dec 13, 2007 9:39 AM, pgdoyle [EMAIL PROTECTED] wrote: The vector v2 doesn't display properly in the attached Sage output. Or rather, the free module element v2. (Should I be worried that I got a free module element when I expected a vector, or will everything work out for the best?)

[sage-support] Re: non-english characters in Notebook

2007-12-13 Thread greg2k4
Not possible to use html+js wrapper. While it works ok with static file (saved as html), with *live* worksheet an error occures: === uncaught exception: Permission denied to get property HTMLDocument.body === However, it's not a problem any more, as now I know how to set pure html sections that

[sage-support] Re: non-english characters in Notebook

2007-12-13 Thread William Stein
On Dec 13, 2007 10:32 AM, greg2k4 [EMAIL PROTECTED] wrote: However, it's not a problem any more, as now I know how to set pure html sections that are rendered w/o problem with any characters. Thanks, William! Could you summarize the situation with rendering problems? Is it as follows: (1)

[sage-support] sage-vmware: empty trash and get problems

2007-12-13 Thread greg2k4
Browsing my sage/notebook folders, I found a lot of documents in Trash. Along with my own worksheets, there were some others', perhaps leaved by developers. While it was a luck to found a tutorial chapter there (which lead me to very important knowledge), I tried to empty the trash. BTW, there's

[sage-support] Re: sage-vmware: empty trash and get problems

2007-12-13 Thread William Stein
On Dec 13, 2007 10:41 AM, greg2k4 [EMAIL PROTECTED] wrote: Browsing my sage/notebook folders, I found a lot of documents in Trash. Along with my own worksheets, there were some others', perhaps leaved by developers. When you interactively browse the help through the sage notebook maybe it

[sage-support] command line install of OS X binary

2007-12-13 Thread Marshall Hampton
Hi, I would like to install sage on a bunch (30-60) of computers (intel OS X machines) which don't have the developer tools included (like make). Is there a way of remotely installing the OS binaries? Has anyone done something like this on a large scale? I will attempt to figure this out on

[sage-support] Re: How to use mathematica and sage ?

2007-12-13 Thread Jason Grout
William Stein wrote: On Dec 12, 2007 10:00 PM, pgdoyle wrote: Hi William, If we set up a sage notebook server on a machine with mathematica installed, and let the general public sign up for accounts, then the general public will be able to run mathematica through the sage browser. And

[sage-support] Re: non-english characters in Notebook

2007-12-13 Thread greg2k4
Could you summarize the situation with rendering problems? Is it as follows: (1) When you try to put them in input cells, they get corrupted on load/save. To be correct, they're replaced by non-browser unicode codes (like %u0440 instead of #x0440; ) (2) Using edit mode, unicode not in

[sage-support] Re: How to use mathematica and sage ?

2007-12-13 Thread William Stein
On Dec 13, 2007 10:35 AM, Jason Grout [EMAIL PROTECTED] wrote: William Stein wrote: On Dec 12, 2007 10:00 PM, pgdoyle wrote: Hi William, If we set up a sage notebook server on a machine with mathematica installed, and let the general public sign up for accounts, then the general

[sage-support] Re: command line install of OS X binary

2007-12-13 Thread William Stein
On Dec 13, 2007 10:48 AM, Marshall Hampton [EMAIL PROTECTED] wrote: Hi, I would like to install sage on a bunch (30-60) of computers (intel OS X machines) which don't have the developer tools included (like make). Is there a way of remotely installing the OS binaries? Has anyone done

[sage-support] Re: sage-vmware: empty trash and get problems

2007-12-13 Thread greg2k4
Trash. Along with my own worksheets, there were some others', perhaps leaved by developers. When you interactively browse the help through the sage notebook maybe it creates those worksheets Don't think so. They had a created date 122 hours again, while my docs were all 30 or less

[sage-support] Re: Subcontracting to Mathematica

2007-12-13 Thread pgdoyle
Let me simplify the question. Is there a better way to get Mathematica to go off and compute a Bessel function for me than this: def math_bessel_K(nu,x): m=mathematica('N[BesselK['+str(mathematica(nu)) +','+str(mathematica(x))+'],20]') return m.sage() Cheers, Peter

[sage-support] Re: sage-vmware: empty trash and get problems

2007-12-13 Thread greg2k4
Don't think so. They had a created date 122 hours again must be ago instead of again, of course ;-) --~--~-~--~~~---~--~~ To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more

[sage-support] Re: How to use mathematica and sage ?

2007-12-13 Thread Jason Grout
Timothy Clemans wrote: So it is illegal to ssh to a machine with Mathematica and use it because it is being used over the web without webmathematica? Well, technically SSH is not http, but on the other hand, the computer probably is still a webserver. [snip] h. allowing access to the

[sage-support] Re: sage-vmware: empty trash and get problems

2007-12-13 Thread greg2k4
Correct data: name: Copy of 2.8 elliptic curves owner: admin last edited: 122 days ago by admin same for 1 Untitled (related to sage-vmware 2.8.13 ZIP) --~--~-~--~~~---~--~~ To post to this group, send email to sage-support@googlegroups.com To unsubscribe from

[sage-support] Re: sage-vmware: empty trash and get problems

2007-12-13 Thread William Stein
On Dec 13, 2007 11:07 AM, greg2k4 [EMAIL PROTECTED] wrote: Trash. Along with my own worksheets, there were some others', perhaps leaved by developers. When you interactively browse the help through the sage notebook maybe it creates those worksheets Don't think so. They had a

[sage-support] Re: Subcontracting to Mathematica

2007-12-13 Thread William Stein
On Dec 13, 2007 11:08 AM, pgdoyle [EMAIL PROTECTED] wrote: Let me simplify the question. Is there a better way to get Mathematica to go off and compute a Bessel function for me than this: def math_bessel_K(nu,x): m=mathematica('N[BesselK['+str(mathematica(nu))

[sage-support] Re: How to use mathematica and sage ?

2007-12-13 Thread William Stein
On Dec 13, 2007 11:13 AM, Jason Grout [EMAIL PROTECTED] wrote: Timothy Clemans wrote: So it is illegal to ssh to a machine with Mathematica and use it because it is being used over the web without webmathematica? Well, technically SSH is not http, but on the other hand, the computer

[sage-support] Re: Subcontracting to Mathematica

2007-12-13 Thread Timothy Clemans
I'm getting {{{id=2| def math_bessel_K(nu,x): return mathematica(nu).BesselK(x).N(20).sage() math_bessel_K(2,I) /// Traceback (most recent call last): File stdin, line 1, in module File /home/tclemans/.sage/sage_notebook/worksheets/admin/5/code/ 9.py, line 6, in module exec

[sage-support] Re: non-english characters in Notebook

2007-12-13 Thread greg2k4
input block started with %html can contain only ascii chars. non- english gets replaced by %u as described above. G, it inserts: htmlfont color=blackinserted text/fonthtml IMHO, very bad practice and should not be recommended. I'd suggest to use html _ourside_of_{{}}_ whenever

[sage-support] Re: How to use mathematica and sage ?

2007-12-13 Thread Jason Grout
William Stein wrote: On Dec 13, 2007 11:13 AM, Jason Grout [EMAIL PROTECTED] wrote: Timothy Clemans wrote: So it is illegal to ssh to a machine with Mathematica and use it because it is being used over the web without webmathematica? Well, technically SSH is not http, but on the other hand,

[sage-support] Re: Subcontracting to Mathematica

2007-12-13 Thread William Stein
On Dec 13, 2007 11:54 AM, Timothy Clemans [EMAIL PROTECTED] wrote: I'm getting {{{id=2| def math_bessel_K(nu,x): return mathematica(nu).BesselK(x).N(20).sage() math_bessel_K(2,I) /// Traceback (most recent call last): File stdin, line 1, in module File

[sage-support] Re: Starting notebook() mode as daemon

2007-12-13 Thread G. Edgar
On Dec 13, 9:50 am, Šarūnas Burdulis [EMAIL PROTECTED] wrote: Hello, Is anybody running sage in notebook() mode as an automatically started service/daemon? Any hints on doing this? Thanks, Šarūnas Math Dept., Dartmouth I haven't tried it. Do you mean like sage -notebook

[sage-support] Re: Starting notebook() mode as daemon

2007-12-13 Thread mabshoff
On Dec 13, 9:05 pm, G. Edgar [EMAIL PROTECTED] wrote: On Dec 13, 9:50 am, Šarūnas Burdulis [EMAIL PROTECTED] wrote: Hello, Hello Šarūnas, Is anybody running sage in notebook() mode as an automatically started service/daemon? Any hints on doing this? a daemon mode for Sage in on the

[sage-support] Call for developers: Looking for FAQ maintainers

2007-12-13 Thread mabshoff
Hello, Sage has an faq at http://wiki.sagemath.org/faq It is a rather young wiki page (first real content 2 weeks ago), but it has been growing rapidly due to the influx of more users because of all the recent publicity. I have been trying to add every interesting question that I see on

[sage-support] Re: command line install of OS X binary

2007-12-13 Thread Marshall Hampton
The problem is that I am not the real administrator of the machines, this is a one time thing. The binaries appear to work, but now I need to install the biopython package, which for some reason needs gcc. So I plan on installing the xcode tools on one machine, and then copying the entire

[sage-support] Re: sage-vmware: empty trash and get problems

2007-12-13 Thread alex clemesha
On Dec 13, 2007 12:12 PM, William Stein [EMAIL PROTECTED] wrote: On Dec 13, 2007 11:46 AM, alex clemesha [EMAIL PROTECTED] wrote: Trash. Along with my own worksheets, there were some others', perhaps leaved by developers. When you interactively browse the help through

[sage-support] Re: command line install of OS X binary

2007-12-13 Thread William Stein
On Dec 13, 2007 2:10 PM, Marshall Hampton [EMAIL PROTECTED] wrote: The problem is that I am not the real administrator of the machines, this is a one time thing. The binaries appear to work, but now I need to install the biopython package, which for some reason needs gcc. So I plan on

[sage-support] Re: command line install of OS X binary

2007-12-13 Thread Marshall Hampton
Excellent! Thank you! On Dec 13, 5:30 pm, William Stein [EMAIL PROTECTED] wrote: On Dec 13, 2007 2:10 PM, Marshall Hampton [EMAIL PROTECTED] wrote: The problem is that I am not the real administrator of the machines, this is a one time thing. The binaries appear to work, but now I

[sage-support] Re: command line install of OS X binary

2007-12-13 Thread William Stein
On Dec 13, 2007 4:27 PM, Marshall Hampton [EMAIL PROTECTED] wrote: Excellent! Thank you! The only problem you might run into is if the optional biopython package is somehow not relocatable, which would be a bug you should report here. By the way, could you describe from a sage point of view

[sage-support] Re: Strange behavior in Partition(x).next()

2007-12-13 Thread David Harvey
On Dec 13, 2007, at 9:19 PM, mekaj wrote: def get_partitions(x,y=[]): The problem might be your default argument above. This is really a python issue. Every time your function is called, it's getting the *same* list object. The standard python idiom to get around this is: def

[sage-support] Re: command line install of OS X binary

2007-12-13 Thread Marshall Hampton
Its a pretty heterogeneous package for bioinformatics; there are lots of modules that do lots of different things, written by different people. Because of that, as with sage, there is some redundancy in function that is slowly being weeded out. There are only about 5-10 very active developers