jupyrdf / ipyradiant

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

Integrate initial graph explorer capabilities #74

Closed zwelz3 closed 3 years ago

zwelz3 commented 3 years ago

With #61 introducing the GraphExploreNodeSelection, and #68 introducing the InteractiveViewer, this ticket scopes in the integration of these capabilities into a unified GraphExplorer widget.

The widget should support the selection of nodes, their population in the viewer, and the successful execution of basic workflows for graph exploration. Selected nodes should have their data displayed via ipywidgets.Output using IPython.display.JSON.

Blocked by #61 #68