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

Add DashCytoscape.jl v0.3.0 #137

Closed rpkyle closed 3 years ago

rpkyle commented 3 years ago

Closes https://github.com/plotly/dash-cytoscape/issues/136

This PR proposes to contribute v0.3.0 of DashCytoscape for Julia, and to modify the package.json to use the same build:backends syntax as is currently used in the core Dash component libraries.

For reference, I tested the package build with Julia v1.5.2 and my sample app:

https://gist.github.com/rpkyle/230086c112da16ea3118a7c04e69717a

xhluca commented 3 years ago

to use the same build:backends syntax as is currently used in the core Dash component libraries.

Can you update contributing with this information?

xhluca commented 3 years ago

Ok if the title is changed to "Add DashCytoscape.jl v0.3.0"?

rpkyle commented 3 years ago

to use the same build:backends syntax as is currently used in the core Dash component libraries.

Can you update contributing with this information?

fixed in aa4ebbf

RohitRathore1 commented 3 years ago

@rpkyle is DashCytoscape publicly available for Julia?