New issue 1314: Implement _repr_html_
for surfaces using webgl
https://bitbucket.org/yt_analysis/yt/issues/1314/implement-_repr_html_-for-s...
Kacper Kowalik:
I think it's a low hanging fruit. Should be fairly straight forward to get it using
three.js since surface
already provides vertices and faces. Nice example of
how it can be done:
http://nbviewer.jupyter.org/github/DavidPowell/openmodes-examples/blob/maste...