gee-community/geemap

My notebook wont work anymore after running the map display

varga901 opened this issue · 2 comments

Environment Information

python=3.8.2
conda=23.3.1

Hello, I am just checking the map but after few minutes of checking the map the when i hover to the toolbar and to the globe icon it wont display the panel anymore. And when i also try to run other codes my notebook wont work anymore

My code:
import geemap
import ee

ee.Authenticate()
ee.Initialize()

map = geemap.Map()
img = ee.Image('projects/ee-etbautista-test/assets/data/agave')

map.centerObject(img, 17)
map.addLayer(img, name='bug')

map
geemap_bug

giswqs commented

I can't reproduce the issue. Try JupyterLab. If you can identify the steps that always trigger the freeze, I can help debug it. Otherwise, there is not much I can do.

giswqs commented

Try JupyterLab. Jupyter Notebook is being depreciated. Some new ipywidgets features might not be compatible with Jupyter notebook.
https://jupyterlab.readthedocs.io/en/stable/getting_started/installation.html