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: 2012-04-11 07:43:01 -0600
Seen: 122 times
Last updated: Apr 11 '12
Output of @interact disappears when exporting Jupyter notebook to HTML
Using Interactive commands in notebook when not logged in
Plot disappears in interactive
Sage interact slider and textbox
How to fix interact flickering of a ranged plot?
Strange type error in interactive
Fast show()? (for cached plots for @interact)