plotly / dash-cytoscape

Interactive network visualization in Python and Dash, powered by Cytoscape.js
https://dash.plot.ly/cytoscape
MIT License
595 stars 120 forks source link

Make Dash Cytoscape Async #154

Open xhluca opened 3 years ago

xhluca commented 3 years ago

Recently, in order to minimize the size of files transferred on Dash Docs (dash.plotly.com), we made dash-vtk async: https://github.com/plotly/dash-vtk/pull/29

Might be worth making dash-cytoscape async as well, since the extra requires takes up 300kb size.

cc: @alexcjohnson