openforis / sepal

Geographical Data Processing in the Cloud
https://sepal.io/
MIT License
205 stars 46 forks source link

why is ipyleaflet installation pin to 13.3 in init_jupyter ? #201

Closed 12rambau closed 2 years ago

12rambau commented 2 years ago

I'm trying to track down what's causing https://github.com/12rambau/sepal_ui/issues/509. It stop working when when we dropped geemap in sepal_ui (stopping to pin geemap==0.8.9 and thus ipyleaflet==0.13).

Looking at the Jupyter_init.sh https://github.com/openforis/sepal/blob/master/modules/sandbox/script/init_jupyter.sh it seems that the version number is pinned to 13.3. I think it's not mandatory anymore.

I did a PR to experiment on it, let me know what you think