Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
maximlt committed Oct 20, 2023
1 parent 35d1154 commit 028189c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions nyc_taxi/index.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@
"\n",
"1. [Geographic analysis](./nyc_taxi.ipynb): This notebook demonstrates the issues with plotting a large number of points. It focuses on plotting points on a map, and shows how Datashader can help analyzing a large amount of data.\n",
"2. [Non-geographic analysis](./nyc_taxi-nongeo.ipynb): This notebook explores different non-geographical dimensions of the dataset, again showing the capabilities offered by Datashader.\n",
"3. [Panel Dashboard](./dashboarb.ipynb): This notebook shows how to build a simple dashboard for exploring 10 million taxi trips in a Jupyter notebook using Datashader, then deploying it as a standalone dashboard using Panel."
"3. [Panel Dashboard](./dashboard.ipynb): This notebook shows how to build a simple dashboard for exploring 10 million taxi trips in a Jupyter notebook using Datashader, then deploying it as a standalone dashboard using Panel."
]
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"display_name": "Python 3",
"language": "python",
"name": "python3"
},
Expand All @@ -39,7 +39,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.12"
"version": "3.8.18"
}
},
"nbformat": 4,
Expand Down

0 comments on commit 028189c

Please sign in to comment.