Skip to content

Commit

Permalink
strip map
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastienlanglois committed Jan 22, 2024
1 parent cd13490 commit 0685e5a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/notebooks/gis.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@
"metadata": {},
"outputs": [],
"source": [
"m = leafmap.Map(center=(48.63, -74.71), zoom=5, basemap=\"USGS Hydrography\")"
"m = leafmap.Map(center=(48.63, -74.71), zoom=5, basemap=\"USGS Hydrography\")\n",
"m"
]
},
{
Expand Down Expand Up @@ -136,8 +137,7 @@
"metadata": {},
"outputs": [],
"source": [
"m.zoom_to_gdf(gdf)\n",
"display(HTML(m.to_html()))"
"m.zoom_to_gdf(gdf)"
]
},
{
Expand Down

0 comments on commit 0685e5a

Please sign in to comment.