Running on canopy version 1.5.5.3123 With;
Folium Version: 0.1.2, Build: 1
The following code;
import folium import pandas as pd LDN_COORDI
Considering the above answers, another simple way is to use it with Jupiter Notebook.
for example (on the Jupiter notebook):
import folium london_location = [51.507351, -0.127758] m = folium.Map(location=london_location, zoom_start=15) m
and see the result when calling the 'm'.