Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 927 Bytes

index.rst

File metadata and controls

34 lines (27 loc) · 927 Bytes

Introduction to ipyleaflet

Ipyleaflet is a Jupyter widget for Leaflet.js , enabling interactive maps in the Jupyter notebook. Every object in ipyleaflet (including the Map, TileLayers, Layers, Controls, etc.) is interactive: you can dynamically update attributes from Python or from the browser.

_static/gallery.gif

Try it online

You can try ipyleaflet below, or open the example in a new browser tab with RetroLite or JupyterLite.

.. retrolite:: ipyleaflet.ipynb

Table of Contents

.. toctree::
    :maxdepth: 2

    installation/index
    usage/index
    map_and_basemaps/index
    layers/index
    controls/index
    api_reference/index
    related_projects/index
    changelog