nteract / vdom

🎄 Virtual DOM for Python
https://github.com/nteract/vdom/blob/master/docs/mimetype-spec.md
BSD 3-Clause "New" or "Revised" License
222 stars 35 forks source link

Example notebooks are broken #67

Closed mpacer closed 5 years ago

mpacer commented 6 years ago

Right now, our _html_repr_ is not handling a couple of our features:

I've got a PR to fix the first two but the last one is more of a design decision on how we want to support updated displays of vdom objects.

@rgbkrk @yuvipanda

willingc commented 5 years ago

68 fixes the first two items. Third item moved to #83