Skip to content

Commit 8c80e6d

Browse files
777arcMarc Lichtman
andauthored
Leafmap version note (microsoft#300)
Co-authored-by: Marc Lichtman <[email protected]>
1 parent e31d1a6 commit 8c80e6d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

quickstarts/leafmap-example.ipynb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
"\n",
1010
"[Leafmap](https://leafmap.org/) is a Python package for interactive mapping and geospatial analysis with minimal coding in a Jupyter environment.\n",
1111
"\n",
12-
"Leafmap includes great support for visualizing data using STAC metadata. For example, you can provide the name of a collection, item, and asset it visualize."
12+
"Leafmap includes great support for visualizing data using STAC metadata. For example, you can provide the name of a collection, item, and asset it visualize. This was tested to work on Leafmap version 0.8.6."
1313
]
1414
},
1515
{
1616
"cell_type": "code",
17-
"execution_count": 1,
17+
"execution_count": null,
1818
"id": "daae6609-b02c-4a76-967e-4229d2208d1f",
1919
"metadata": {},
2020
"outputs": [
@@ -34,7 +34,7 @@
3434
}
3535
],
3636
"source": [
37-
"import leafmap\n",
37+
"import leafmap # tested under leafmap==0.8.6\n",
3838
"\n",
3939
"m = leafmap.Map()\n",
4040
"m.add_stac_layer(\n",
@@ -153,7 +153,7 @@
153153
],
154154
"metadata": {
155155
"kernelspec": {
156-
"display_name": "Python 3 (ipykernel)",
156+
"display_name": "Python 3",
157157
"language": "python",
158158
"name": "python3"
159159
},
@@ -167,7 +167,7 @@
167167
"name": "python",
168168
"nbconvert_exporter": "python",
169169
"pygments_lexer": "ipython3",
170-
"version": "3.8.13"
170+
"version": "3.10.6"
171171
},
172172
"widgets": {
173173
"application/vnd.jupyter.widget-state+json": {

0 commit comments

Comments
 (0)