-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
map not rendering in vscode jupyter notebook if ipywidgets >8.0 #1407
Comments
@vonnonn It took me a while to debug. The reason is that ipywidgets 8.0 does not support VS code. If you create a fresh env and install |
geemap v0.19.5 now works with VS Code. |
Mr. Wu, you are a magician! Well done! I have a lot of respect for the work
you're doing in the open-source community.
Cheers,
Josh von Nonn
Geographer
Western Geographic Science Center, USGS
***@***.***
…On Thu, Jan 19, 2023 at 9:05 PM Qiusheng Wu ***@***.***> wrote:
geemap v0.19.5 now works with VS Code.
—
Reply to this email directly, view it on GitHub
<#1407 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AQN5ZVM7RTPKM3CSR2OKBFDWTIMK7ANCNFSM6AAAAAAUBCOOS4>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
@vonnonn My pleasure. Thank you for the kind words. Feel free to open issues if you run into any problems with geemap. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Discussed in #1406
Originally posted by vonnonn January 19, 2023
I've created two clean environments, one with python=3.7 and one with 3.9, only installing geemap with the conda-forge channel. The geemap.Map will render in a jupyter notebook env from CLI but not VSCODE. So, I assume this is an issue with the jupyter.widget, but it's just odd that ipyleaflet will render but not geemap. I also added a control to the map since geemap defaults with several (this still might be the problem. I haven't explored all controls).
Thanks for any help in advance,
Josh
The text was updated successfully, but these errors were encountered: