size of input_box
how to make an input_box bigger in a sage cell interact?
add a comment
@interact
def _(v = input_box('Multiline\nInput',label='Click to change value',type=str,height=5,width=25)):
print v
Asked: 2012-04-11 14:43:01 +0200
Seen: 1,045 times
Last updated: Apr 12 '12