import folium m = folium.Map(location=[38.85,115.48], zoom_start=14,control_scale=True,width='50%') m m.save('map.html')