Ask Your Question
1

size of input_box

asked 13 years ago

dasmith88 gravatar image

how to make an input_box bigger in a sage cell interact?

Preview: (hide)

1 Answer

Sort by » oldest newest most voted
0

answered 13 years ago

Shashank gravatar image
@interact
def _(v = input_box('Multiline\nInput',label='Click to change value',type=str,height=5,width=25)):
    print v
Preview: (hide)
link

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

Stats

Asked: 13 years ago

Seen: 869 times

Last updated: Apr 12 '12