Skip to content

Reorganize scipy 2025 tutorial sections #332

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 10 commits into from
Jul 8, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions _toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ parts:
- file: intermediate/hierarchical_computation.ipynb
- file: intermediate/xarray_and_dask
- file: intermediate/intro-to-zarr.ipynb
- file: intermediate/storage_formats.ipynb
- file: intermediate/xarray_ecosystem
- file: intermediate/hvplot
- file: intermediate/remote_data/index
Expand Down
19 changes: 1 addition & 18 deletions intermediate/storage_formats.ipynb

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions workshops/scipy2025/index.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@
"| *10 minute Break* \n",
"| Computational Patterns | 2:30 (50 min) | [Computational Patterns](../../intermediate/01-high-level-computation-patterns.ipynb) <br> | \n",
"| *10 minute Break* | \n",
"| Storage formats | 3:30 (50 min) | [Storage formats](../../fundamentals/01.1_io.ipynb) | \n",
"| Zarr & the cloud | 4:30 (50 min) | [Intro to Zarr](../../intermediate/intro-to-zarr.ipynb) <br> [CMIP6 on the cloud](../../intermediate/remote_data/cmip6-cloud.ipynb) <br> |\n",
"| *10 minute Break* | \n",
"| Zarr & the cloud | 4:30 (50 min) | [Intro to Zarr](../../intermediate/intro-to-zarr.ipynb) |\n",
"| Other storage formats | 3:30 (50 min) | [IO basics](../../fundamentals/01.1_io.ipynb) <br> [Data models](../../intermediate/storage_formats.ipynb) <br> [Custom backends](../../advanced/backends/backends.md) <br> | \n",
"| | End 5:30 | |"
]
},
Expand Down
Loading