-
-
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
Tool bar and specifically the Inspector tool doesn't work consistently #1560
Comments
Do you have a code example that triggers this? |
Real basic code. I can send you a video of the inconsistent tool bar geemapToolbarIssues.mp4 |
I am not sure if the Python 3.8 causes the issue. Try creating a fresh conda env with Python 3.9 |
Lots of errors
[E 22:27:48.715 NotebookApp] Uncaught exception in zmqstream callback |
This seems to be a Jupyter notebook issue rather than geemap. A lot of Jupyter users reported the same issue. Try downgrading jupyterlab and tornado to see if it works. pip install jupyterlab==3.0.0 tornado==6.1 |
|
The pip install jupyterlab==3.0.0 tornado==6.1 Fixed it. Tool bar seems to work great now. Thanks!!! |
Glad to hear that it helped. Feel free to reopen the issue if needed. |
Downgrading jupyterlab==3.0.0 tornado==6.1 did not resolve my issue with the frozen toolbar. I can just click once and then I am unable to use any other functionality of the toolbar. Any other idea's on a solution to this bug? |
Check Chrome Developer tools to see what errors are there |
@giswqs that solved my issue! Thank you so much. |
How did you solve it? You mentioned that 'Downgrading jupyterlab==3.0.0 tornado==6.1 did not resolve it' |
It appears I had an issue with mixed content on my browser - too many items running causing issues with Jupyter Notebook functionality. I reset my Chrome settings to normal, plus I reinstalled geemap, Jupyter Notebook, and did downgrade jupyterlab==3.0.0 tornado==6.1.. However, I am fairly positive the issue was due to unusual Chrome settings I was utilizing. Thank you for the support on this! |
Thank you for sharing your solution. Hope others facing similar issues can benefit from your suggestion. |
|
Environment Information
Please run the following code on your computer and share the output with us so that we can better debug your issue:
Mon Jun 12 21:43:28 2023 Eastern Daylight Time
OS | Windows | CPU(s) | 20 | Machine | AMD64
Architecture | 64bit | RAM | 63.9 GiB | Environment | Jupyter
Python 3.8.16 (default, Jan 17 2023, 22:25:28) [MSC v.1916 64 bit (AMD64)]
geemap | 0.20.6 | ee | 0.1.351 | ipyleaflet | 0.17.2
folium | 0.14.0 | jupyterlab | 3.5.3 | notebook | 6.5.4
ipyevents | 2.0.1 | geopandas | 0.12.2 |
Description
I don't have any luck with the tool bar. I run my code and draw the map and if the toolbar shows (doesn't always) and I use the inspector tool it allows me one click on the map before it gives me a plus cursor and stops working entirely. I pretty much have to restart the kernel to get it to work again?
The text was updated successfully, but these errors were encountered: