jupyrdf / ipyradiant

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

Updated InteractiveViewer widget #103

Closed zwelz3 closed 3 years ago

zwelz3 commented 3 years ago

This PR adds a new version of the InteractiveViewer. This is the first iteration of a new ipycytoscape-based widget that uses css classes to create interactive graphs. The current version of this InteractiveViewer supports toggling the visibility of rdf:types and predicates in the graph.

Future version will include a legend for the node coloring.

Binder

Test Procedure:

Checklist:

Closes #101