-
Notifications
You must be signed in to change notification settings - Fork 363
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
Error displaying widget: model not found #1182
Comments
Try creating a fresh conda env to install geemap conda create -n gee python=3.11 |
This one isn't working, any sugestions?
|
Try conda create -n gee python=3.11 |
It's working with the new env. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
i'm trying to use ipyleaflet with geemap, map function.
I wasn't capable to make it work for Jupyter Lab 3.6.7 (also not in 4.0.11, but the issues seems to appear more frequently in 4+ so I downgraded). In Jupyter Notebook version 6.5.4 the function works properly. I'm using an env with Python 3.10.13.
What I've already tried:
I've followed the instructions in https://leafmap.org/installation/#upgrade-leafmap and also the main issues reported like #739.
None of the solutions worked for me. Including restart, hard reset, close browser, refresh windows, all after the installations/updates.
My jupyter lab extension list output:
I really couldn't identify what I'm missing.
Thank you
The text was updated successfully, but these errors were encountered: