You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/api_reference/map.rst
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,6 +34,24 @@ You can add multiple layers and controls to the map, using the ``add_layer``/``a
34
34
35
35
m
36
36
37
+
As a Jupyter interactive widget, the layout of the ``Map`` object is specified by a Layout attribute. See `Layout and Styling of Jupyter widgets <https://ipywidgets.readthedocs.io/en/latest/examples/Widget%20Styling.html/>`_ for details.
38
+
39
+
.. jupyter-execute::
40
+
41
+
from ipyleaflet import Map, basemaps, basemap_to_tiles
0 commit comments