Rick Lupton
Rick Lupton
Draft JSON schema is here: https://github.com/ricklupton/sankeydata Please comment on attributes that are missing, or parts of the data model that don't make sense to you. The schema is incomplete --...
- Stan? - Sankeymatic - Circular Sankey - eSankey - Umberto? GaBi? - LCA tools?
TODO: make a list here of what needs to be covered
Some people have had trouble because their ipysankeywidget was out of date. Check the pip version requirements are correct and explain in the docs.
Should be compatible with: - floWeaver results - graphical editors (include coordinates) - other tools (sankeymatic, circular sankey, etc)
See - https://github.com/jupyter-widgets/ipyleaflet/issues/396 - https://github.com/jupyter-widgets/ipywidgets/issues/2470 Possible fixes: - https://github.com/jupyter-widgets/ipyleaflet/commit/45f0f512d814c893f121166c49088dad5a2add3f - https://github.com/jupyter-widgets/ipyleaflet/commit/a2c383d73884bf2f05f7ef4987248876171d993b May be related to issues #52 and #48 and #47
Installing ipysankeywidget seems to install an extension file in `notebook.d` which refers to "ipysankeywidget/extension", which I think is wrong -- it should be `jupyter-sankey-widget/extension`. The latter is created in notebook.json...