hdc-arizona/roundtrip

Update interface to fix needs found by Hatchet.

kisaacs opened this issue · 2 comments

This assumes the disambiguation of Hatchet-local vis wrapper stuff and the lower-level Roundtrip.

  • Turn Roundtrip into a normal class
  • Define a function for loading arbitrary JS files
  • Define a function for loading arbitrary CSS files
  • Define a function for loading arbitrary HTML "template" files
  • Define a function for binding multiple jupyter scope variables to multiple javascript scope variables
  • Define a function for retrieving data from javascript code
  • Investigate a means to watch a Jupyter cell and update vis when that cell updates

Got all this done and done :)