```python 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