cds-astro / ipyaladin

An IPython Widget for Aladin Lite, the sky viewer.
https://cds-astro.github.io/ipyaladin/
BSD 3-Clause "New" or "Revised" License
126 stars 26 forks source link

does not work in google colab? #112

Closed ManonMarchand closed 1 month ago

ManonMarchand commented 2 months ago

Have report from users that we might have issues in colab, this is just a reminder to check

tboch commented 1 month ago

Do you have more details? 0.4.0 seems to work fine on colab, I managed to run 02_Base_Commands.ipynb (except the add_fits part, but this seems to be a different issue, not related to colab)

ManonMarchand commented 1 month ago

It was a report from an astronomer at IAU, I cannot reproduce neither. It works just fine on my computer too.

Did you get a specific error message with add_fits?

tboch commented 1 month ago

It seems the version I installed in colab (0.4.0) did not support add_fits. The message I got is:

AttributeError: 'Aladin' object has no attribute 'add_fits'

ManonMarchand commented 1 month ago

Hum yes. The examples are for the current master and not for the latest version. This is not user friendly. Maybe we should start developing in a "develop" branch?