Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Using layout option with auto_update=false

I'm writing an interactive and want the two pull-down menus and the update button to all appear in one row. @interact(layout={'top': [["ansA", "ansB"]]})works fine but doesn't show the update button. How do I include it in the layout?