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

Remove dependency on IPython #63

Open yuvipanda opened 6 years ago

yuvipanda commented 6 years ago

IPython is a pretty heavy package to depend on. Currently we only use it for Unicode handling between 2 & 3.

We should remove this dependency.

Followup to #59