Skip to content

Map does not scale in Jupyter Notebook / Lab #1057

@roberteyre

Description

@roberteyre
m = folium.Map(
    location=[27.705562, 85.321767],
    tiles='Stamen Toner',
    zoom_start=12,
    width='50%', height='60%',
    control_scale=True,
    zoom_control=False,
    max_zoom=12, min_zoom=12
)

Problem description

Draws the map at the correct scale, but the cell remains the size of the map before rescaling.

Expected Output

Cell height to scale to the Map height

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions