plotly / dash-cytoscape

Interactive network visualization in Python and Dash, powered by Cytoscape.js

Home Page:https://dash.plot.ly/cytoscape

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Feature request] dynamically create&edit networks. adding nodes and edges

drahnreb opened this issue · comments

Would really appreciate the ability to add elements (nodes and edges) dynamically via a context menu #58, select&connect (for edges) or even by drag&drop.

Cytoscape seems to support this in principle:
http://manual.cytoscape.org/en/stable/Creating_Networks.html#adding-a-node

any luck @drahnreb? I did some convoluted solution... Would love to see improvements.