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
Let's say in the future, we have astrowidgets API implemented with different visualization tools (backends); e.g., Ginga, glue-jupyter, PyWWT, etc. How do we enable switching backends?
Do we do this at import time and then have it fixed for a session? Example: from astrowidgets.ginga import ImageWidget
Do we allow user to switch inside an active session? Example: import astrowidgets; astrowidgets.set_backend('ginga'); from astrowidgets import ImageWidgets
Let's say in the future, we have
astrowidgets
API implemented with different visualization tools (backends); e.g., Ginga, glue-jupyter, PyWWT, etc. How do we enable switching backends?from astrowidgets.ginga import ImageWidget
import astrowidgets; astrowidgets.set_backend('ginga'); from astrowidgets import ImageWidgets
Also see: #93
The text was updated successfully, but these errors were encountered: