Loop3D/map2loop-2-legacy

Notebook "1. map2loop leaflet example" various modules not found

Opened this issue · 1 comments

Cell 3

"ModuleNotFoundError: No module named 'folium'"

"ModuleNotFoundError: No module named 'ipyleaflet'"

Hey @markdlindsay, hope you're well - there's an extra step when using the leaflet maps to draw an area. You can run the following in a notebook cell -

!conda install -c conda-forge folium ipyleaflet ipywidgets -y 
!jupyter nbextension enable --py --sys-prefix ipyleaflet

or cmd line (without the exclamation points), then restart the notebook (id recommend actually restarting the whole server, i.e. ctrl+c in your terminal and then reissuing Jupyter notebook). Let me know if this works