ioam / paramnb

Generate ipywidgets from Parameterized objects in the notebook
BSD 3-Clause "New" or "Revised" License
36 stars 10 forks source link

Extract param/widget sync code from Widgets class #53

Open ceball opened 7 years ago

ceball commented 7 years ago

Currently it's spread out within Widgets._make_widget(), making it difficult to understand and re-use (e.g. in a 'watcher' function/change event).