[sage-support] Re: Adding text/formatting to worksheets in the notebook

2008-10-08 Thread Stan Schymanski
So that's what Knoboo is about? I'm excited!! Serge, did you know that you can also format whole cells as html by putting %html at the top of them? You then just write html code in the rest of the cell and it will be formatted. Use $...$ to have typeset equations in your html cells. Example:

[sage-support] Re: Adding text/formatting to worksheets in the notebook

2008-10-08 Thread Jason Grout
Serge Salamanka wrote: thank you. very useful %hide and %hideall behave the same couldn't figure out the difference Try quitting the worksheet and then going back to it. That's when I see the difference. By the way, I worked a bit the other week on getting a wiki-like syntax. That

[sage-support] Re: Using Sage with a large number of undergraduate students.

2008-10-08 Thread Pierre
Ironically pretty much everything works under Solaris now but the notebook. I think that issue is easy to fix (RAND_MAX related incidentally, is it possible to get knoboo to work on solaris instead of the notebook ? (sorry if this question is somewhat besides the point)

[sage-support] Re: integer linear programming in Sage?

2008-10-08 Thread Martin Albrecht
On Wednesday 08 October 2008, Marshall Hampton wrote: Martin - is that already accessible in sage or would some sort of wrapper have to be written? Here are the Singular examples done with Sage: sage: singular.LIB(intprog.lib) 1. call with single right-hand vector sage: A = matrix(ZZ, 2, 3,

[sage-support] Re: Adding text/formatting to worksheets in the notebook

2008-10-08 Thread Serge Salamanka
This is just amazing !!! One would never thought about having it all. works great. Thanks Stan Schymanski пишет: So that's what Knoboo is about? I'm excited!! Serge, did you know that you can also format whole cells as html by putting %html at the top of them? You then just write html code

[sage-support] Re: Adding text/formatting to worksheets in the notebook

2008-10-08 Thread Serge Salamanka
thank you. very useful %hide and %hideall behave the same couldn't figure out the difference Jason Grout пишет: Serge Salamanka wrote: Just found an example html(h1Double Precision Root Finding Using Bisection/h1) here: http://wiki.sagemath.org/interact/calculus Sorry to trouble about it.

[sage-support] Re: Adding text/formatting to worksheets in the notebook

2008-10-08 Thread Serge Salamanka
Jason Grout пишет: Serge Salamanka wrote: thank you. very useful %hide and %hideall behave the same couldn't figure out the difference Try quitting the worksheet and then going back to it. That's when I see the difference. Yes, it works after quitting the notebook and going back.

[sage-support] Re: Adding text/formatting to worksheets in the notebook

2008-10-08 Thread Jason Grout
Serge Salamanka wrote: Jason Grout пишет: Serge Salamanka wrote: thank you. very useful %hide and %hideall behave the same couldn't figure out the difference Try quitting the worksheet and then going back to it. That's when I see the difference. Yes, it works after quitting the

[sage-support] Cython editor

2008-10-08 Thread cesarnda
what do you usually use as a cython editor? I have a problem, if I have a very long function, and later I want this function in a class, I will have to indent every line, is there a way to avoid doing this? --~--~-~--~~~---~--~~ To post to this group, send email

[sage-support] Re: Cython editor

2008-10-08 Thread Simon King
Dear Cesar, On Oct 8, 1:22 pm, cesarnda [EMAIL PROTECTED] wrote: what do you usually use as a cython editor? I'm using XEmacs in Python mode. Indentation is then automatic. Cheers Simon --~--~-~--~~~---~--~~ To post to this group, send email to

[sage-support] Re: Cython editor

2008-10-08 Thread Carlo Hamalainen
On Wed, Oct 8, 2008 at 7:31 PM, Simon King [EMAIL PROTECTED] wrote: I'm using XEmacs in Python mode. Indentation is then automatic. I think the question is about changing the indenting of a large block of existing Python code. In gvim I select text using the visual mode (V) and then use or to

[sage-support] Re: Cython editor

2008-10-08 Thread cesarnda
actually for python, there is a plugin for eclipse, but if you open a pyx file it does not work On 8 oct, 12:37, Carlo Hamalainen [EMAIL PROTECTED] wrote: On Wed, Oct 8, 2008 at 7:31 PM, Simon King [EMAIL PROTECTED] wrote: I'm using XEmacs in Python mode. Indentation is then automatic. I

[sage-support] Re: Adding text/formatting to worksheets in the notebook

2008-10-08 Thread Serge Salamanka
TinyMCE editor seems to be useful Is that possible to implement interface on the basis of smth like Plone (plone.org) ? Do you have experience doing javascript/AJAX development? Nope. I don't. I think I could be useful in developing some dynamic features of interface because I'm interested

[sage-support] Re: URGENT - Problem with installing sage on suse10.1

2008-10-08 Thread Ines Abdeljaoued-TEJ
Hi ! Le Tuesday 07 October 2008 14:57:35 Michael Abshoff, vous avez écrit : On Mon, Oct 6, 2008 at 1:03 PM, Ines Abdeljaoued-TEJ [EMAIL PROTECTED] wrote: Hi ! Now I am using gcc-4.2.4 and I have to update libstdc++.SO.6... I join to this email the compressed install.log Thanks for

[sage-support] Re: Cython editor

2008-10-08 Thread Jason Grout
cesarnda wrote: what do you usually use as a cython editor? I have a problem, if I have a very long function, and later I want this function in a class, I will have to indent every line, is there a way to avoid doing this? I use the sage notebook. I can then very easily compile the code

[sage-support] Re: Cython editor

2008-10-08 Thread cesarnda
I have vim for mac os, what do you mean by and ? On 8 oct, 12:37, Carlo Hamalainen [EMAIL PROTECTED] wrote: On Wed, Oct 8, 2008 at 7:31 PM, Simon King [EMAIL PROTECTED] wrote: I'm using XEmacs in Python mode. Indentation is then automatic. I think the question is about changing the

[sage-support] Re: Cython editor

2008-10-08 Thread cesarnda
Nevermind, I have already found out On 8 oct, 16:44, cesarnda [EMAIL PROTECTED] wrote: I have vim for mac os, what do you mean by and ? On 8 oct, 12:37, Carlo Hamalainen [EMAIL PROTECTED] wrote: On Wed, Oct 8, 2008 at 7:31 PM, Simon King [EMAIL PROTECTED] wrote: I'm using XEmacs in

[sage-support] simplify with respect to side relations

2008-10-08 Thread Alex Raichev
Hi all: Is there a Sage command similar to Maple 11's 'simplify/siderels' which simplifies an expression with respect to given relations? I couldn't find mention of such a command in the Sage documentation. For more details, here's the Maple 11 help documentation. Alex

[sage-support] Re: Cython editor

2008-10-08 Thread Joel B. Mohler
On Wednesday 08 October 2008 01:37:40 pm Carlo Hamalainen wrote: On Wed, Oct 8, 2008 at 7:31 PM, Simon King [EMAIL PROTECTED] wrote: I'm using XEmacs in Python mode. Indentation is then automatic. I think the question is about changing the indenting of a large block of existing Python

[sage-support] Re: Cython editor

2008-10-08 Thread cesarnda
but usually they give 5 spaces instead of 4 On 8 oct, 17:06, Joel B. Mohler [EMAIL PROTECTED] wrote: On Wednesday 08 October 2008 01:37:40 pm Carlo Hamalainen wrote: On Wed, Oct 8, 2008 at 7:31 PM, Simon King [EMAIL PROTECTED] wrote: I'm using XEmacs in Python mode. Indentation is then

[sage-support] Re: Cython editor

2008-10-08 Thread Joel B. Mohler
On Wednesday 08 October 2008 06:10:16 pm cesarnda wrote: but usually they give 5 spaces instead of 4 That's not the usually that I experience. But, even if it is what your editor does, it is almost certainly configurable. -- Joel --~--~-~--~~~---~--~~ To post

[sage-support] Re: Adding text/formatting to worksheets in the notebook

2008-10-08 Thread Jason Grout
Serge Salamanka wrote: TinyMCE editor seems to be useful Is that possible to implement interface on the basis of smth like Plone (plone.org) ? Do you have experience doing javascript/AJAX development? Nope. I don't. I think I could be useful in developing some dynamic features of

[sage-support] Re: Cython editor

2008-10-08 Thread cesarnda
yes I know, but If I use that same editor for Java or C and I want it to indent with 5 spaces when I program with those lenguage I will have to reconfigure it. In Eclipse, with the python plugin I don't have to do this, also vi can do that. The reason I asked this question was just to know