Skip to content

Commit c96e4f5

Browse files
committed
Reintroduce the retrolite embedded example
1 parent 3a53b64 commit c96e4f5

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

docs/source/index.rst

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,25 @@
11
Introduction to ipyleaflet
22
==========================
3-
Ipyleaflet is a Jupyter / Leaflet bridge enabling interactive maps in the Jupyter notebook. It is an interactive widgets library, based on ipywidgets. This means that everything in ipyleaflet (e.g. the Map, TileLayers, Layers, Controls…) is interactive: you can dynamically update attributes from Python or from the Notebook interface.
3+
Ipyleaflet is a `Jupyter widget <https://ipywidgets.readthedocs.io>`_ for
4+
`Leaflet.js <https://leafletjs.com/>`_ , enabling interactive maps in the
5+
Jupyter notebook. Every object in ipyleaflet (including the Map, TileLayers, Layers,
6+
Controls, etc.) is interactive: you can dynamically update attributes from
7+
Python or from the browser.
48

59
.. image:: _static/gallery.gif
610
:width: 1200
711

812
Try it online
913
-------------
1014

11-
You can give ipyleaflet a try in this documentation by clicking on `Try it on RetroLite <https://ipyleaflet.readthedocs.io/en/latest/lite/retro>`__ or
12-
`Try it on JupyterLite <https://ipyleaflet.readthedocs.io/en/latest/lite/lab>`__.
15+
You can try ipyleaflet below, or open the example in a new browser tab with
16+
`RetroLite <https://ipyleaflet.readthedocs.io/en/latest/lite/retro?path=ipyleaflet.ipynb>`_ or
17+
`JupyterLite <https://ipyleaflet.readthedocs.io/en/latest/lite/lab?path=ipyleaflet.ipynb>`_.
1318

14-
Index
15-
-----
19+
.. retrolite:: ipyleaflet.ipynb
20+
21+
Table of Contents
22+
-----------------
1623

1724
.. toctree::
1825
:maxdepth: 2

0 commit comments

Comments
 (0)