jupyrdf / ipyradiant

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

Post-process Networkx Graph in Widgets #109

Closed zwelz3 closed 3 years ago

zwelz3 commented 3 years ago

Add a boolean checkbox and trait for "allow disconnected" nodes in networkx widgets. This will remove all nodes without edges from the graph that is being visualized.

Update example for custom RDF2NX process to use the InteractiveViewer with the checkbox checked.