nteract / vdom

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

Support inline styles when generating HTML #64

Closed yuvipanda closed 6 years ago

yuvipanda commented 6 years ago

Fixes #14

yuvipanda commented 6 years ago

The errors are due to lack of ordering in dictionaries. I think FrozenDict should subclass OrderedDict instead of dict. I'll try to fix that up later today.

yuvipanda commented 6 years ago

@MSeal ok, I think I got everything!

yuvipanda commented 6 years ago

More py2 issues! Will take a look shortly

yuvipanda commented 6 years ago

Fixed for real I think!

rgbkrk commented 6 years ago

Oh heck yes!

yuvipanda commented 6 years ago

Thank you for the review, @MSeal!