helpfulengineering / project-data-platform

An experimental attempt to make a CLI for supply-chain modeling for Helpful Engineering's Project Data
GNU Affero General Public License v3.0
9 stars 2 forks source link

Adds ipynb visualizations #62

Closed timr11 closed 9 months ago

timr11 commented 9 months ago

Addresses issue #61

fixes #61 fixes #13

Earlier, we wanted to visualize supply chains in .ipynb's and have them be interactive. Used notebookjs, as per Harry's suggestion, to implement the visualizations in JS and render them in python. This is that code.

devhawk commented 9 months ago

One small nit: there are three display_graph code blocks in the ipynb notebook, but the visualization is always rendered in the james_kitchen code block. Will open separate issue to track this so that we can merge the visualization code