-
Notifications
You must be signed in to change notification settings - Fork 11
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
Not working with geemap #52
Comments
As you can see above the app is showing. But with errors, meaning it is not really working even though interactivity like below is showing. panel-geemap.mp4 |
@MarcSkovMadsen
|
@MarcSkovMadsen I tried to reproduce your errors, but I couldn't get a map to load at all. I'm not sure if it was due to user error when signing up for the google earth data, or if there is an issue that I can try and resolve in ipywidgets_bokeh. Let me know if this issue persists for you. |
@bilgetutak I tried to reproduce your example as well. I was able to get the panel template to render, but I ended up getting 400 error codes on tile requests from openstreetmap. I'm not sure why that occurred, but until I figure that out I'm not sure I can help resolve any ipywidgets_bokeh issues that may be happening. |
geemap enables users to use Google Earth Engine in Python Notebooks. See https://github.com/giswqs/geemap. I would like to be able to use geemap with Panel but I cannot as it raises errors in the browser console and the terminal.
I don't know if the issue is on
ipywidgets_bokeh
side or geemaps, so I've crossposted here gee-community/geemap#1101.Reproducible example
Then
panel serve script.py --autoreload --show
wherescript.py
containsThen I see the errors
and in the terminal
$ panel serve 'script.py' --autoreload --show 2022-06-12 11:07:23,557 Starting Bokeh server version 2.4.3 (running on Tornado 6.1) 2022-06-12 11:07:23,559 User authentication hooks NOT provided (default user enabled) 2022-06-12 11:07:23,560 Bokeh app running at: http://localhost:5006/script 2022-06-12 11:07:23,561 Starting Bokeh server with process id: 32072 2022-06-12 11:07:27,280 WebSocket connection opened 2022-06-12 11:07:27,281 ServerConnection created 2022-06-12 11:07:27,305 WebSocket connection opened 2022-06-12 11:07:27,306 ServerConnection created 2022-06-12 11:07:28,329 No such comm: 32d8eaaf587145428eaf87cde1e9eda1 2022-06-12 11:07:28,591 No such comm: 32d8eaaf587145428eaf87cde1e9eda1 2022-06-12 11:07:28,597 No such comm: 32d8eaaf587145428eaf87cde1e9eda1 2022-06-12 11:07:29,826 No such comm: 32d8eaaf587145428eaf87cde1e9eda1 2022-06-12 11:07:29,926 No such comm: 32d8eaaf587145428eaf87cde1e9eda1 2022-06-12 11:07:29,931 No such comm: 32d8eaaf587145428eaf87cde1e9eda1
The text was updated successfully, but these errors were encountered: