Ask Your Question

reveil's profile - activity

2014-06-08 10:41:18 +0200 received badge  Notable Question (source)
2014-02-12 11:14:55 +0200 received badge  Popular Question (source)
2012-06-23 00:22:46 +0200 received badge  Student (source)
2012-06-22 23:18:08 +0200 commented answer Width of input_text boxes

Than you Jason, it's clear.

2012-06-21 15:56:31 +0200 asked a question Width of input_text boxes

Does layout syntax allow to modify following example

@interact(layout=[['a','b'],['c','d']])
def _(a=1,b=2,c=3,d=4):
    print a+b+c+d

in order to control the width of the four input text boxes ?

(I know that

@ interact
def _(a=input_text(a=1, width=15), b=...)

makes this possible, the question is : 'can we do that inside layout' ?)

2012-06-18 13:18:07 +0200 commented answer sage-5.0.1-linux-64bit-ubuntu_10.04.3_lts-x86_64-Linux does not work on ubuntu 12.04 ? What can we do ?

Thanks Volker, dh-exec was not in my packages list, I just added it for next eventual compilation.

2012-06-18 13:14:43 +0200 commented answer sage-5.0.1-linux-64bit-ubuntu_10.04.3_lts-x86_64-Linux does not work on ubuntu 12.04 ? What can we do ?

Thank you John; I just ran make (was in a hurry but saw that checks could be done); so much to explore now.

2012-06-17 05:15:03 +0200 answered a question sage-5.0.1-linux-64bit-ubuntu_10.04.3_lts-x86_64-Linux does not work on ubuntu 12.04 ? What can we do ?

Successful compilation and hope that all features will be present

2012-06-16 09:02:45 +0200 asked a question sage-5.0.1-linux-64bit-ubuntu_10.04.3_lts-x86_64-Linux does not work on ubuntu 12.04 ? What can we do ?

version sage-5.0.1-linux-64bit-ubuntu_10.04.3_lts-x86_64-Linux does not work on ubuntu 12.04 ? What can we do ? Does 5.0.1 source compile on Ubuntu 12.04 (64 bits) ?