Skip to content

Instantly share code, notes, and snippets.

@ntopulos
Last active March 4, 2021 00:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ntopulos/3257a58b3cc99c825d5d8f18d54f99b5 to your computer and use it in GitHub Desktop.
Save ntopulos/3257a58b3cc99c825d5d8f18d54f99b5 to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
import folium
# Create a map
m_1 = folium.Map(location=[42.32,-71.0589], tiles='openstreetmap', zoom_start=10)
# Display the map
m_1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment