mwcraig / reducer

Friendly professional-level data reduction...documentation here:
https://reducer.readthedocs.org
BSD 3-Clause "New" or "Revised" License
26 stars 10 forks source link

Hack a visible property into `ipywidgets.HBox` #149

Closed mwcraig closed 7 years ago

mwcraig commented 7 years ago

There is already something like this in gui.py L282 to add a visible traitlet to ToggleContainer (on the ipw6 branch). Ideally would monkey-patch it into HBox also, or I'll need to make a subclass of HBox and do it that way.

reduction