size of input_box
how to make an input_box bigger in a sage cell interact?
add a comment
how to make an input_box bigger in a sage cell interact?
@interact
def _(v = input_box('Multiline\nInput',label='Click to change value',type=str,height=5,width=25)):
print v
Asked: 13 years ago
Seen: 869 times
Last updated: Apr 12 '12