cytoscape / ipycytoscape

A Cytoscape Jupyter widget
https://ipycytoscape.readthedocs.io/en/master/
BSD 3-Clause "New" or "Revised" License
261 stars 62 forks source link

Extend watch to rebuild labextension #311

Closed jenshnielsen closed 2 years ago

jenshnielsen commented 2 years ago

Without this I find reloading the labextension as described in the readme does not work. Adding this and it seems to work correctly. I have taken this dirrectly from the settings in ipympl https://github.com/matplotlib/ipympl/blob/master/package.json#L34

And set webpack in development mode to avoid a warning about mode being unset when watching

github-actions[bot] commented 2 years ago

Binder :point_left: Launch a binder notebook on branch _jenshnielsen/ipycytoscape/watch_rebuild_labextension

ianhi commented 2 years ago

Thanks!