Trying to run Geemap on JupyterLab on Lightning.ai #2245
-
Hi, I am trying to get geemap to run on JupyterLab on Lightning.ai Failed to load model class 'LeafletMapModel' from module 'jupyter-leaflet' I'm wondering if there is another cloud based Jupyterlab service (free, but not Google colab) that can successfully run geemap? My goal is to create a geemap app that runs completely in the cloud, with access to conda packages, and is easy to share with others. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
This is a very common ipyleaflet installation issue, see
There is not much geemap do can about it. For developing web apps, you can try solara. |
Beta Was this translation helpful? Give feedback.
This is a very common ipyleaflet installation issue, see
There is not much geemap do can about it.
For developing web apps, you can try solara.