From 8c80e6d044b99e97c634909c70019a7fb92c6539 Mon Sep 17 00:00:00 2001 From: Marc Lichtman Date: Thu, 14 Nov 2024 15:14:22 -0500 Subject: [PATCH] Leafmap version note (#300) Co-authored-by: Marc Lichtman --- quickstarts/leafmap-example.ipynb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/quickstarts/leafmap-example.ipynb b/quickstarts/leafmap-example.ipynb index 9a63bee7..b965a6bd 100755 --- a/quickstarts/leafmap-example.ipynb +++ b/quickstarts/leafmap-example.ipynb @@ -9,12 +9,12 @@ "\n", "[Leafmap](https://leafmap.org/) is a Python package for interactive mapping and geospatial analysis with minimal coding in a Jupyter environment.\n", "\n", - "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." + "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." ] }, { "cell_type": "code", - "execution_count": 1, + "execution_count": null, "id": "daae6609-b02c-4a76-967e-4229d2208d1f", "metadata": {}, "outputs": [ @@ -34,7 +34,7 @@ } ], "source": [ - "import leafmap\n", + "import leafmap # tested under leafmap==0.8.6\n", "\n", "m = leafmap.Map()\n", "m.add_stac_layer(\n", @@ -153,7 +153,7 @@ ], "metadata": { "kernelspec": { - "display_name": "Python 3 (ipykernel)", + "display_name": "Python 3", "language": "python", "name": "python3" }, @@ -167,7 +167,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.8.13" + "version": "3.10.6" }, "widgets": { "application/vnd.jupyter.widget-state+json": {