jupyrdf / ipyradiant

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

Improve InteractiveViewer behavior #110

Open zwelz3 opened 3 years ago

zwelz3 commented 3 years ago

During updates on #109, the allow disconnected checkbox within CytoscapeViewer was disabled. This was done due to an issue where the CytoscapeWidget.graph is updated before the CytoscapeWidget.graph.nodes are available, which prevents the InteractiveViewer from being able to reapply custom node styling.

This ticket scopes improvements to the InteractiveViewer that allow it to properly sync changes with CytoscapeViewer, which will re-enable the allow disconnected option.