From d0c92dd263d37aecb8678c3a3d12b20ac3408383 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20H=C3=B8xbro=20Hansen?= Date: Wed, 22 May 2024 09:50:17 +0200 Subject: [PATCH] Fix spatialpandas link (#1337) --- examples/user_guide/8_Polygons.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/user_guide/8_Polygons.ipynb b/examples/user_guide/8_Polygons.ipynb index 7cebad7dd..cc9a6bf81 100644 --- a/examples/user_guide/8_Polygons.ipynb +++ b/examples/user_guide/8_Polygons.ipynb @@ -4,7 +4,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "In addition to points, lines, areas, rasters, and trimeshes, Datashader can quickly render large collections of polygons (filled polylines). Datashader's polygon support depends on data structures provided by the separate [spatialpandas](https://spatialpandas.holoviz.org) library, which extends Pandas and Parquet to support efficient storage and manipulation of \"ragged\" (variable length) data like polygons. \n", + "In addition to points, lines, areas, rasters, and trimeshes, Datashader can quickly render large collections of polygons (filled polylines). Datashader's polygon support depends on data structures provided by the separate [spatialpandas](nbviewer.org/github/holoviz/spatialpandas/blob/main/examples/Overview.ipynb) library, which extends Pandas and Parquet to support efficient storage and manipulation of \"ragged\" (variable length) data like polygons. \n", "\n", "Before running these examples, you will need spatialpandas installed with pip:\n", "\n",