glue-viz / glue-vispy-viewers

3-d data viewers for glue based on VisPy
http://glueviz.org/en/stable/whatsnew/experimental_3d.html#experimental-3d
BSD 2-Clause "Simplified" License
25 stars 21 forks source link

Refactor viewer classes to split out Qt from non-Qt part, and define Jupyter viewers #381

Closed astrofrog closed 4 months ago

astrofrog commented 4 months ago

VisPy now works inside Jupyter notebook/lab thanks to jupyter_rfb, so this PR aims to split out the Qt-specific parts of this package and define separate Qt and Jupyter viewers. Main tasks to do: