Update interface to fix needs found by Hatchet.
kisaacs opened this issue · 2 comments
kisaacs commented
This assumes the disambiguation of Hatchet-local vis wrapper stuff and the lower-level Roundtrip.
cscully-allison commented
- 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
cscully-allison commented
Got all this done and done :)