Skip to content

Commit

Permalink
Update w09_advanced.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
g-filomena committed Apr 16, 2024
1 parent cc3880e commit e59d470
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions labs/w09_advanced.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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)."
]
},
{
Expand Down Expand Up @@ -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",
"</div>"
Expand Down

0 comments on commit e59d470

Please sign in to comment.