From e59d4704e9d55e5f7b73d00c0980967978c56d21 Mon Sep 17 00:00:00 2001 From: Gabriele Filomena Date: Tue, 16 Apr 2024 12:21:52 +0100 Subject: [PATCH] Update w09_advanced.ipynb --- labs/w09_advanced.ipynb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/labs/w09_advanced.ipynb b/labs/w09_advanced.ipynb index 5037da1..f480035 100644 --- a/labs/w09_advanced.ipynb +++ b/labs/w09_advanced.ipynb @@ -18,9 +18,9 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "The **Lecture slides** can be found [here](https://github.com/GDSL-UL/wma/raw/main/lectures/w04.pdf).\n", + "The **Lecture slides** can be found [here](https://github.com/GDSL-UL/wma/raw/main/lectures/w09.pdf).\n", "\n", - "This **lab**'s notebook can be downloaded from [here](https://github.com/GDSL-UL/wma/blob/main/labs/w09_advaned.ipynb)." + "This **lab**'s notebook can be downloaded from [here](https://github.com/GDSL-UL/wma/blob/main/labs/w09_advanced.ipynb)." ] }, { @@ -3088,9 +3088,9 @@ "\n", "If you have time also have a look at [PyDeck](https://deckgl.readthedocs.io/en/latest/).\n", "\n", - "Pydeck is a Python library used for creating interactive maps and data visualizations. It can be exploited to generate appealing maps with features like scatter plots, line plots, choropleths, and, more importantly, **3D visualizations**. Pydeck is built on top of Deck.gl, a WebGL-powered library for rendering large-scale data visualizations. It offers various customization options for styling and configuring the visualizations and supports integration with popular `Pandas` and `GeoPandas`\n", + "Pydeck is a Python library used for creating interactive maps and data visualizations. It can be exploited to generate appealing maps with features like scatter plots, line plots, choropleths, and, more importantly, **3D visualisations**. Pydeck is built on top of Deck.gl, a WebGL-powered library for rendering large-scale data visualizations. It offers various customization options for styling and configuring the visualizations and supports integration with `Pandas` and `GeoPandas`.\n", "\n", - "Pydeck installation is not trivial and can be in conflict with other libraries/versions, see: https://deckgl.readthedocs.io/en/latest/installation.html \n", + "Pydeck installation is not trivial and can be result in conflicts with other libraries/versions, see: https://deckgl.readthedocs.io/en/latest/installation.html \n", "\n", "**Its usage for the final assignment is optional**.\n", ""