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
The widgets needs value to automatically update the backbone model; it also needs a description. Can ipytangle be easier to plug into interact and interactive?
The text was updated successfully, but these errors were encountered:
Going from interact into tangle is reasonable: once you define an @interact function, you get back a function which has a .widget member (tuple though, yuck).
In the other direction, adding a value and description is doable, but i guess passing a tangle straight up would mean a pointer to itself so that you still got back the tangle instance...
i'd have to figure out how to trigger the change of value on any change on any user-defined traitlet, but that should be okay if it doesn't cause an infinite loop.
As part of #3, i'll end up building widgets to represent all of the traitlets that get created (or reuse ones if a widget value itself is given). that might make this easier, as you could ask for
The widgets needs
value
to automatically update the backbone model; it also needs a description. Canipytangle
be easier to plug intointeract
andinteractive
?The text was updated successfully, but these errors were encountered: