Created
December 11, 2020 08:37
-
-
Save betterdatascience/f265a33c38991cbabcde4274bd66da29 to your computer and use it in GitHub Desktop.
002_folium
This file contains hidden or 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
| import folium | |
| quake_map = folium.Map( | |
| location=[-16.495477, 174.9663341], | |
| zoom_start=6, | |
| width=1024, | |
| height=600 | |
| ) | |
| quake_map |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment