Skip to content

Commit a7da271

Browse files
Update try it online in the documentation. (#967)
* In the documentation, in index.rst, change the try it online : replace the retrolite directive by 2 links to retro and lab. * Update docs/source/index.rst Co-authored-by: martinRenou <[email protected]>
1 parent 99196e1 commit a7da271

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

docs/source/index.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@ ipyleaflet: Interactive maps in the Jupyter notebook
55
Try it online
66
-------------
77

8-
You can try ipyleaflet directly in this documentation page thanks to JupyterLite!
9-
10-
.. retrolite:: ipyleaflet.ipynb
8+
You can give ipyleaflet a try in this documentation by clicking on `Try it on RetroLab <https://ipyleaflet.readthedocs.io/en/latest/lite/retro>`__ or
9+
`Try it on JupyterLab <https://ipyleaflet.readthedocs.io/en/latest/lite/lab>`__.
1110

1211
Index
1312
-----

docs/source/ipyleaflet.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@
33
{
44
"cell_type": "code",
55
"execution_count": null,
6-
"id": "8eee1995-a52b-4eae-8898-047746e57b19",
6+
"id": "1d3b8b34",
77
"metadata": {},
88
"outputs": [],
99
"source": [
1010
"import piplite\n",
11-
"await piplite.install('ipyleaflet')"
11+
"await piplite.install('ipyleaflet');"
1212
]
1313
},
1414
{
1515
"cell_type": "code",
1616
"execution_count": null,
17-
"id": "dbabb8a7",
17+
"id": "48a5cc23",
1818
"metadata": {},
1919
"outputs": [],
2020
"source": [

0 commit comments

Comments
 (0)