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

Choose correct style widget for scatter layers in Jupyter volume viewer #388

Closed Carifio24 closed 3 months ago

Carifio24 commented 3 months ago

Azmé and I noticed that the Jupyter volume viewer will give an error if one tries to add a scatter layer, due to the fact that the Jupyter viewer only has the volume layer style widget registered. This PR updates the Jupyter viewer so that the application can choose the correct widget for scatter layers.