Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Just how you'd think! (Thanks to the clever folks who wrote all this, I love this and use it a lot.)

@interact(layout={'top': [["ansA", "ansB",'auto_update']]})
 def _(ansA=4,ansB=5,auto_update=False):
        print ansA+ansB

See this interact live.