Created
August 23, 2018 00:07
-
-
Save parulnith/58647fc9e632aca6ae932883f03e9eda to your computer and use it in GitHub Desktop.
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
map.save('plot_data.html') | |
# Import the Folium interactive html file | |
from IPython.display import HTML | |
HTML('<iframe src=plot_data.html width=700 height=450></iframe>') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment