Skip to content

Commit 45c2e63

Browse files
committed
point to IO notebook and getting_started section for now
1 parent c36342c commit 45c2e63

File tree

1 file changed

+5
-28
lines changed

1 file changed

+5
-28
lines changed

workshops/scipy2025/index.ipynb

Lines changed: 5 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@
1111
"\n",
1212
"<img src=\"https://images.squarespace-cdn.com/content/v1/6743676bb9f2e109f0ddba96/055e9b3f-965f-42c7-b496-2ba3870e216e/Logo_color-black.png?format=1500w\" align=\"right\" width=\"20%\">\n",
1313
"\n",
14-
"**Xarray**: *Friendly, Interactive, and Scalable Scientific Data Analysis*\n",
14+
"**Hierarchical Data Analysis with Xarray DataTree & Zarr**\n",
1515
"\n",
1616
"July 8, 13:30–17:30 (US/Pacific), Tacoma Convention Center Room 315\n",
1717
"\n",
1818
"This *4-hour* workshop will explore content from [the Xarray tutorial](https://tutorial.xarray.dev), which contains a comprehensive collection of hands-on tutorial Jupyter Notebooks. We will review a curated set of examples that will prepare you for increasingly complex real-world data analysis tasks!\n",
1919
"\n",
2020
":::{admonition} Learning Goals\n",
21-
"- Understand xarray’s core data structures\n",
22-
"- Understand how to map typical xarray computations and workflows over hierarchical data\n",
21+
"- Understand Xarray’s core data structures\n",
22+
"- Understand how to map typical Xarray computations and workflows over hierarchical data\n",
2323
"- Understand how common storage formats correspond to the DataTree model\n",
2424
"- Open a public Zarr store in the cloud and manipulate the contents\n",
2525
":::"
@@ -43,7 +43,7 @@
4343
"| *10 minute Break* \n",
4444
"| Computational Patterns | 2:30 (50 min) | [Computational Patterns](../../intermediate/01-high-level-computation-patterns.ipynb) <br> | \n",
4545
"| *10 minute Break* | \n",
46-
"| Storage formats | 3:30 (50 min) | [Storage formats](../../intermediate/storage_formats.ipynb) | \n",
46+
"| Storage formats | 3:30 (50 min) | [Storage formats](../../fundamentals/01.1_io.ipynb) | \n",
4747
"| *10 minute Break* | \n",
4848
"| Zarr & the cloud | 4:30 (50 min) | [Intro to Zarr](../../intermediate/intro-to-zarr.ipynb) |\n",
4949
"| | End 5:30 | |"
@@ -56,30 +56,7 @@
5656
"source": [
5757
"### Tutorial Setup\n",
5858
"\n",
59-
"We recommend using a preconfigured GitHub Codespace for this tutorial. This section describes how to access and manage a GitHub Codespace.\n",
60-
"\n",
61-
":::{note}\n",
62-
"If you prefer to work on your own computer, refer to instructions in the [Getting Started Section](../../overview/get-started.md)\n",
63-
":::\n",
64-
"\n",
65-
"This tutorial is available to run within [Github Codespaces](https://github.com/features/codespaces) - \"a development environment that's hosted in the cloud\".\n",
66-
"\n",
67-
"[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://github.com/codespaces/new/xarray-contrib/xarray-tutorial/tree/main?devcontainer_path=.devcontainer%2Fscipy2024%2Fdevcontainer.json)\n",
68-
"\n",
69-
"☝️ Click the button above to go to options window to launch a Github Codespace.\n",
70-
"\n",
71-
"GitHub currently gives every user [120 vCPU-hours per month for free](https://docs.github.com/en/billing/managing-billing-for-github-codespaces/about-billing-for-github-codespaces#monthly-included-storage-and-core-hours-for-personal-accounts), beyond that you must pay. **So be sure to explicitly stop your Codespace when you are done by going to this page (https://github.com/codespaces).**\n",
72-
"\n",
73-
"Once your Codespace is launched, the following happens:\n",
74-
"\n",
75-
"- [Visual Studio Code](https://code.visualstudio.com/) Interface will open up within your browser.\n",
76-
"- A built in terminal will open and it will execute `jupyter lab` automatically.\n",
77-
"- Once you see a url to click within the terminal, simply `cmd + click` the given url.\n",
78-
"- This will open up another tab in your browser, leading to a [Jupyter Lab](https://jupyterlab.readthedocs.io/en/latest/) Interface.\n",
79-
"\n",
80-
":::{warning}\n",
81-
"Consider Codespaces as ephemeral environments. You may lose your connection and any edits you make.\n",
82-
":::"
59+
"Refer to the [Getting Started Section](../../overview/get-started.md) for various options to run tutorial notebooks either on your personal computer or on a free Cloud-hosted server."
8360
]
8461
}
8562
],

0 commit comments

Comments
 (0)