[sage-support] Re: Installing SAGE alongside existing Python installation

2010-12-14 Thread emil
On Dec 12, 9:30 pm, Juanlu_001 juanlu...@gmail.com wrote: Hmm, you are right, I might break something if I don't stuck in 2.6... All right, thank you very much anyway. On Dec 12, 3:57 pm, Harald Schilly harald.schi...@gmail.com wrote: On Sunday, December 12, 2010 3:49:33 PM UTC+1,

[sage-support] Re: How have forms in Sage notebooks where users can enter values?

2010-12-14 Thread kcrisman
Do you mean this, from sage: interact? or something else? I'm not sure what you mean. DEFAULTS: Defaults for the variables of the input function determine interactive controls. The standard controls are ``input_box``, ``slider``, ``range_slider``, ``checkbox``,

[sage-support] Re: Installing SAGE alongside existing Python installation

2010-12-14 Thread Simon King
Hi, On 14 Dez., 17:07, emil emil.widm...@gmail.com wrote: Is it an idea to do it the other way around? Make symlink to the python which is contained in sage to use it from outside? I think that functionality is provided by the command install_scripts. Cheers, Simon -- To post to this group,

[sage-support] Using sage python with GUI

2010-12-14 Thread mankoff
Hi Sage Group, I'm trying to use sage as a means to get a nice python installation, without actually using sage. I hope this is an OK use of the software. I imagine I'll transition to using the sage specific tools, but to start I would like to work with just python. I have installed sage (4.6)

[sage-support] Re: How have forms in Sage notebooks where users can enter values?

2010-12-14 Thread Jason Grout
On 12/14/10 11:33 AM, Chris Seberino wrote: How have forms in Sage notebooks where users can enter values? I'm thinking of making user friendly Sage notebooks with lots of interactive components. I can imagine users needing to enter values in addition to moving sliders with the mouse. (Yes

[sage-support] Re: Installing SAGE alongside existing Python installation

2010-12-14 Thread emil
On Dec 14, 7:41 pm, Simon King simon.k...@uni-jena.de wrote: Hi, On 14 Dez., 17:07, emil emil.widm...@gmail.com wrote: Is it an idea to do it the other way around? Make symlink to the python which is contained in sage to use it from outside? I think that functionality is provided by

[sage-support] Re: Installing SAGE alongside existing Python installation

2010-12-14 Thread Simon King
Hi Emil! On 14 Dez., 23:20, emil emil.widm...@gmail.com wrote: Could you give an example of how to use install_scripts  to make e.g. python or R available from outside sage? For example: I have a directory bin/ in my home directory, that also is in my PATH. Once upon a time, I did sage:

[sage-support] Cannot print large dense matrices + A.str() also fails

2010-12-14 Thread pranav
Hi, I am using sage 4.6 for calculating the kernel of dense square matrices. I want to get the entries of the kernel matrix. However when I print the kernel matrix from my python script it gives the following output - Free module of degree 55 and rank 52 over Integer Ring Echelon basis matrix:

[sage-support] Re: Cannot print large dense matrices + A.str() also fails

2010-12-14 Thread Simon King
Hi Pranav! On 15 Dez., 04:36, pranav pranav.garg2...@gmail.com wrote: Traceback (most recent call last):   File out.py, line 79, in module     print A.str()   File parent.pyx, line 703, in sage.structure.parent.Parent.__getattr__ (sage/structure/parent.c: 5382)   File parent.pyx, line 268,