CS-SI / eodag-labextension

Jupyterlab extension for EODAG search
Apache License 2.0
18 stars 2 forks source link

Support for JupyterLab v4 #141

Open ebjorntvedt-csgroup opened 6 months ago

ebjorntvedt-csgroup commented 6 months ago

Hi Sylvain,

I have seen in the compatibility section that the latest version is compatible with JupyterLab v3.

However, have you planned support with JupyterLab v4?

Thanks, Espen

sbrunato commented 6 months ago

Hi @ebjorntvedt-csgroup , not yet but this will be needed.

For migration, we should follow https://jupyterlab.readthedocs.io/en/4.0.x/extension/extension_migration.html#jupyterlab-3-x-to-4-x Using pyproject.toml instead of setup.py might be needed

eroan-marie commented 1 month ago

Hello,

After some tests, eodag-labextension doesn't seem to be working with jupyterlab v4, there is an issue with ipyleaflet that cause the extension to show the message "bounds are not valid" when using any version above 0.17.3. But using this version of ipyleaflet also downgrades jupyterlab to 3.6.7.

Regards, Eroan.