yt-project / yt_idv

Interactive volume rendering for yt
Other
9 stars 6 forks source link

Use ipycanvas instead of an image widget #8

Open matthewturk opened 3 years ago

matthewturk commented 3 years ago

We should use ipycanvas (check out https://github.com/martinRenou/ipycanvas/pull/150 for inspiration!) for displaying images and responding to interaction, instead of the ipywidgets.Image widget.