You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to make a dependable widget, using observe function. I want to leverage the use of interact_manual rather than interactive. Something like mywidget.children=newwidget.children where mywidget and newwidget are bunch of widgets using Interact_Manual. I am able to do so using interactive. Just want to be able use Interact_Manual as well