You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Geemap uses ipywidget's Output widget substantially to display text and plots. It appears that Output widget behaves different in different environments, causing issues such as disappearing maps in ArcGIS Pro.
Geemap uses ipywidget's Output widget substantially to display text and plots. It appears that Output widget behaves different in different environments, causing issues such as disappearing maps in ArcGIS Pro.
The problematic way:
The recommended way:
Relevant issues:
Output.clear_output()
in a thread does not block until the output is cleared jupyter-widgets/ipywidgets#3260Output.clear_output()
to be thread-safe. jupyter-widgets/ipywidgets#3261The text was updated successfully, but these errors were encountered: