Skip to content

Folium Map not Rendering in Jupyter Notebook When Markers are Added #835

@flanabode

Description

@flanabode

I'm using code directly from http://folium.readthedocs.io/en/latest/quickstart.html

This will render the map just fine (with the markers commented out):

map_2 = folium.Map(location=[45.372, -121.6972],
zoom_start=12,
tiles='Stamen Terrain')
#folium.Marker([45.3288, -121.6625]).add_to(map_2)
#folium.Marker([45.3311, -121.7113]).add_to(map_2)
map_2

But when I un-comment those two Marker lines, I get no error message, but the map doesn't render, I just get a plain white space. I'm just trying to familiarize myself with folium, so sorry if I'm missing something obvious.

Metadata

Metadata

Assignees

No one assigned

    Labels

    not our bugThe bug cannot be fixed in folium but needs to be solved somewhere else

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions