glue-viz / glue-plotly

Experimental plot.ly plugin for glue
BSD 3-Clause "New" or "Revised" License
2 stars 8 forks source link

Separate glue_qt and glue_jupyter import attempts #47

Closed Carifio24 closed 1 year ago

Carifio24 commented 1 year ago

This PR fixes a bug where we attempt to import the base glue_qt and glue_jupyter viewer types in the same try/except/ block. This means that we only define the types properly if both imports succeed, which is bad. This PR separates these into their own blocks so that they can succeed or fail separately.