-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
aladin lite in the viewers list? #99
Comments
Hello! That's a good idea! I guess we have multiple possible approaches for this:
The cleanest would be the later IMO, but the fastest to implement would be the second one probably. |
I prefer a viewer plugin system for |
I'm not sure I understand. glue-jupyter provides our glue application object, so it's the one responsible for handling the interface between the viewers and the application, right? So viewers in gluepyter wouldn't have a choice to depend on glue-jupyter?
That sounds difficult :S Unless we get ipywidgets running in a Qt app using the web viewer Qt thing. |
The QT app has this addon : https://github.com/glue-viz/glue-aladin . It got a bit abandoned but I guess we could make it work again? PS: I'm a bit lost between the three solutions. |
the viewer like
Or the plugin author needs to create 2 versions of the viewer, one using ipywidgets for |
There is an existing ipywidget version : https://github.com/cds-astro/ipyaladin |
Not with the current architect. For now, we only support the widgets provided by |
We should definitely clarify all this in the README |
I think the best way forward would be to revive the glue-aladin plugin and to do something similar to what was done for glue-wwt which is that the plugin package can provide both the Qt and Jupyter viewers. We should get aladin working with 'vanilla' glue-jupyter and we will then get it 'for free' in glue-jupyterlab. |
Nice! I see that you're the dev of the plugin. Should we move the conversation in the other repository? |
@ManonMarchand - sounds good! I've opened an issue here: glue-viz/glue-aladin#2 |
Hello again Gluepyter's team,
Would you be interested in a collaboration to add aladin-lite as the possible viewers?
It is a web app that allows visualization of fits files, votables, hips, mocs... and other astronomy standards.
The software looks like this : https://aladin.cds.unistra.fr/AladinLite/
Its source code is there : https://github.com/cds-astro/aladin-lite
There is an ipywidget version here (it was presented at the JupyterCon where I heard of Gluepyter 😉 ) : https://github.com/cds-astro/ipyaladin
There was an extension for the glue-desktop software a long time ago : https://github.com/glue-viz/glue-aladin but it does not work anymore
Tagging aladin-lite's dev : @bmatthieu3 cause he asked me to be tagged 🙂
The text was updated successfully, but these errors were encountered: