From 2073e085e67602c091a100c5b9c8112125abd036 Mon Sep 17 00:00:00 2001 From: Ian Hunt-Isaak Date: Tue, 8 Jul 2025 16:39:05 -0400 Subject: [PATCH 1/2] fix --- workshops/scipy2025/index.ipynb | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/workshops/scipy2025/index.ipynb b/workshops/scipy2025/index.ipynb index 66a97b52..f6a4ca8c 100644 --- a/workshops/scipy2025/index.ipynb +++ b/workshops/scipy2025/index.ipynb @@ -39,7 +39,9 @@ "| Topic | Time | Notebook Links | \n", "| :- | - | - | \n", "| Introduction and Setup | 1:30 (10 min) | | \n", - "| The Xarray Data Model | 1:40 (50 min) | [Data structures](../../fundamentals/01_data_structures.md) | \n", + "| The Xarray Data Model | 1:40 (50 min) | [Data structures Part 1](../../intermediate/datastructures-intermediate.ipynb)|\n", + "|||[Data structures In Biology](../../intermediate/BiologyDataset.ipynb)| \n", + "|||[Data structures Part 2](../../fundamentals/01_datatree_hierarchical_data.ipynb)| \n", "| *10 minute Break* \n", "| Computational Patterns | 2:30 (50 min) | [Computational Patterns](../../intermediate/computation/01-high-level-computation-patterns.ipynb)
[Hierarchical computation](../../intermediate/computation/hierarchical_computation.ipynb) | \n", "| *10 minute Break* | \n", @@ -61,6 +63,11 @@ } ], "metadata": { + "kernelspec": { + "display_name": "Python 3 (ipykernel)", + "language": "python", + "name": "python3" + }, "language_info": { "codemirror_mode": { "name": "ipython", @@ -70,7 +77,8 @@ "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", - "pygments_lexer": "ipython3" + "pygments_lexer": "ipython3", + "version": "3.12.9" } }, "nbformat": 4, From 0bd2d56f359ce60fd3fc17319568161f74f7d0e1 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 8 Jul 2025 20:39:21 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- workshops/scipy2025/index.ipynb | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/workshops/scipy2025/index.ipynb b/workshops/scipy2025/index.ipynb index f6a4ca8c..01dadf51 100644 --- a/workshops/scipy2025/index.ipynb +++ b/workshops/scipy2025/index.ipynb @@ -63,11 +63,6 @@ } ], "metadata": { - "kernelspec": { - "display_name": "Python 3 (ipykernel)", - "language": "python", - "name": "python3" - }, "language_info": { "codemirror_mode": { "name": "ipython", @@ -77,8 +72,7 @@ "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", - "pygments_lexer": "ipython3", - "version": "3.12.9" + "pygments_lexer": "ipython3" } }, "nbformat": 4,