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

vdom in google-collab? #77

Closed rcox771 closed 5 years ago

rcox771 commented 5 years ago

I just gave it a shot and found that it didn't work out of the box. All I get is an empty div for the example. Is there a quick fix?

image

I could see vdom getting adopted much more across the academic/mooc communities out there if this was a thing. There are already some out there that use widget interfaces to do simple dataset interaction, ml model prediction, etc. but vdom seems like it could do wonders.

rgbkrk commented 5 years ago

You'll want to let the colab folks know over in https://github.com/googlecolab/colabtools/issues or something.

cc @craigcitro

craigcitro commented 5 years ago

Thanks @rgbkrk!

https://github.com/googlecolab/colabtools/issues is the place to report (aka Help -> Report a bug).

rcox771 commented 5 years ago

Will do, thanks @craigcitro @rgbkrk