You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The glue-jupyter package includes a registry of available viewers - however this isn't currently properly populated so not quite ready for use. But it is just a heads-up that in the near future you should be able to use:
In [2]: from glue_jupyter.registries import viewer_registry
In [3]: viewer_registry.members
Out[3]: {'scatter': {'cls': glue_jupyter.bqplot.scatter.viewer.BqplotScatterView}, ...}
to find out what viewers are available, including viewers defined in other plugin packages (e.g. glue-wwt), so it will be possible to use this without hard-coding the list of viewers. I will update this issue once the registry is usable.
The text was updated successfully, but these errors were encountered:
The glue-jupyter package includes a registry of available viewers - however this isn't currently properly populated so not quite ready for use. But it is just a heads-up that in the near future you should be able to use:
to find out what viewers are available, including viewers defined in other plugin packages (e.g. glue-wwt), so it will be possible to use this without hard-coding the list of viewers. I will update this issue once the registry is usable.
The text was updated successfully, but these errors were encountered: