Skip to content

Commit

Permalink
Fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
maxrjones committed Nov 11, 2024
1 parent ff38011 commit a899427
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 11 deletions.
6 changes: 3 additions & 3 deletions notebooks/foundations/03_kerchunk_dask.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"## Prerequisites\n",
"| Concepts | Importance | Notes |\n",
"| --- | --- | --- |\n",
"| [Basics of virtual Zarr stores](./01_kerchunk_basics.ipyns) | Required | Core |\n",
"| [Basics of virtual Zarr stores](./01_kerchunk_basics.ipynb) | Required | Core |\n",
"| [Multi-file virtual datasets with VirtualiZarr](./02_kerchunk_multi_file.ipynb) | Required | Core |\n",
"| [Introduction to Xarray](https://foundations.projectpythia.org/core/xarray/xarray-intro.html) | Recommended | IO/Visualization |\n",
"| [Intro to Dask](https://tutorial.dask.org/00_overview.html) | Recommended | Parallel Processing |\n",
Expand Down Expand Up @@ -950,7 +950,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"display_name": "kerchunk-cookbook",
"language": "python",
"name": "python3"
},
Expand All @@ -964,7 +964,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.10"
"version": "3.12.7"
}
},
"nbformat": 4,
Expand Down
8 changes: 4 additions & 4 deletions notebooks/generating_references/GeoTIFF.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
"## Prerequisites\n",
"| Concepts | Importance | Notes |\n",
"| --- | --- | --- |\n",
"| [Basics of virtual Zarr stores](./01_kerchunk_basics.ipyns) | Required | Core |\n",
"| [Multi-file virtual datasets with VirtualiZarr](./02_kerchunk_multi_file.ipynb) | Required | Core |\n",
"| [Basics of virtual Zarr stores](../foundations/01_kerchunk_basics.ipynb) | Required | Core |\n",
"| [Multi-file virtual datasets with VirtualiZarr](../foundations/02_kerchunk_multi_file.ipynb) | Required | Core |\n",
"| [Parallel virtual dataset creation with VirtualiZarr, Kerchunk, and Dask](../foundations/03_kerchunk_dask) | Required | Core |\n",
"| [Introduction to Xarray](https://foundations.projectpythia.org/core/xarray/xarray-intro.html) | Required | IO/Visualization |\n",
"- **Time to learn**: 30 minutes\n",
Expand Down Expand Up @@ -1711,7 +1711,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"display_name": "kerchunk-cookbook",
"language": "python",
"name": "python3"
},
Expand All @@ -1725,7 +1725,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.10"
"version": "3.12.7"
}
},
"nbformat": 4,
Expand Down
9 changes: 5 additions & 4 deletions notebooks/generating_references/NetCDF.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,10 @@
"## Prerequisites\n",
"| Concepts | Importance | Notes |\n",
"| --- | --- | --- |\n",
"| [Basics of virtual Zarr stores](./01_kerchunk_basics.ipyns) | Required | Core |\n",
"| [Multi-file virtual datasets with VirtualiZarr](./02_kerchunk_multi_file.ipynb) | Required | Core |\n",
"| [Basics of virtual Zarr stores](../foundations/01_kerchunk_basics.ipynb) | Required | Core |\n",
"| [Multi-file virtual datasets with VirtualiZarr](../foundations/02_kerchunk_multi_file.ipynb) | Required | Core |\n",
"| [Parallel virtual dataset creation with VirtualiZarr, Kerchunk, and Dask](../foundations/03_kerchunk_dask) | Required | Core |\n",
"| [Introduction to Xarray](https://foundations.projectpythia.org/core/xarray/xarray-intro.html) | Required | IO/Visualization |\n",
"- **Time to learn**: 45 minutes\n",
"---"
]
Expand Down Expand Up @@ -1658,7 +1659,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"display_name": "kerchunk-cookbook",
"language": "python",
"name": "python3"
},
Expand All @@ -1672,7 +1673,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.10"
"version": "3.12.7"
}
},
"nbformat": 4,
Expand Down

0 comments on commit a899427

Please sign in to comment.