I can't get auto_update=false to work for me in an input cell. Is it broken or am I putting it in the wrong place?
The interact looks like this :
@interact(layout={'top':[['alp1','bet1','alp2','a1','a2'],['A','An','B','Bn','s']]})
def gtrap(bet1=input_box(70,width=10,label='$\\beta_1$', auto_update=false),alp1=input_box(50,width=10,label='$\\alpha_1$', auto_update=false), ... ):
If I change the value in one box, then move the cursor to another box to change that value, the interact updates automatically.
This happens in Chrome, Firefox, and Edge.
Any suggestions?
Thanks,
Carl Eberhart