jupyrdf / ipyradiant

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

Improve QueryWidget Grid and Layout #87

Closed zwelz3 closed 3 years ago

zwelz3 commented 3 years ago

The preliminary QueryWidget was satisfactory for early release, but should be improved to support common adoption.

This ticket scopes in:

We removed the auto/flex width in favor of something with a more predictable behavior. The Textarea height adjustment (in the UI) cannot be disabled, but clicking it breaks our resize capability. This is unavoidable until the css is available to disable it in ipywidgets. See this issue for tracking.

We decided that the graph and query text namespaces should be kept separate. Users will note that they can use namespaces that are already bound within the widget graph, or they can define the prefixes in the query body. A future update may include an additional namespace argument to aid in automation, but for now these two methods are deemed sufficient.

Closed by #102