This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
#Import needed library
import folium
#Create map object
m = folium.Map(location=[45.5236, -122.6750])
#Show map
m
view raw
folium_ex.py
hosted with ❤ by
GitHub