jupyrdf / ipyradiant

Jupyter widgets for working with RDF graphs.
BSD 3-Clause "New" or "Revised" License
5 stars 7 forks source link

Migrate widgets to GridspecLayout #104

Open zwelz3 opened 3 years ago

zwelz3 commented 3 years ago

GridspecLayout within ipywidgets is a much cleaner implementation for positioning multiple widgets together as compared to nested boxes.

This ticket includes migrating over existing widgets (e.g. QueryWidget) to the GridspecLayout and cleaning up the new versions.