Skip to content

Commit 0245698

Browse files
authored
%matplotlib inline (#608)
in response to this warning.. `%pylab is deprecated, use %matplotlib inline and import the required libraries. Populating the interactive namespace from numpy and matplotlib`
1 parent 73fdd8b commit 0245698

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/examples/notebooks/Working_with_CloudOptimizedGeoTIFF_simple.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"\n",
4242
"from folium import Map, TileLayer\n",
4343
"\n",
44-
"%pylab inline"
44+
"%matplotlib inline"
4545
]
4646
},
4747
{

0 commit comments

Comments
 (0)