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
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2012-04-11 14:43:01 +0100
Seen: 692 times
Last updated: Apr 12 '12