-
Notifications
You must be signed in to change notification settings - Fork 116
Scipy2025 outline page #324
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
Open
TomNicholas
wants to merge
3
commits into
xarray-contrib:main
Choose a base branch
from
TomNicholas:scipy2025-outline
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,101 @@ | ||
{ | ||
"cells": [ | ||
{ | ||
"cell_type": "markdown", | ||
"id": "0", | ||
"metadata": {}, | ||
"source": [ | ||
"# SciPy 2025\n", | ||
"\n", | ||
"## Welcome to the Xarray SciPy 2025 Tutorial! \n", | ||
"\n", | ||
"<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", | ||
"\n", | ||
"**Xarray**: *Friendly, Interactive, and Scalable Scientific Data Analysis*\n", | ||
"\n", | ||
"July 8, 13:30–17:30 (US/Pacific), Tacoma Convention Center Room 315\n", | ||
"\n", | ||
"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", | ||
"\n", | ||
":::{admonition} Learning Goals\n", | ||
"- Understand xarray’s core data structures\n", | ||
"- Understand how to map typical xarray computations and workflows over hierarchical data\n", | ||
"- Understand how common storage formats correspond to the DataTree model\n", | ||
"- Open a public Zarr store in the cloud and manipulate the contents\n", | ||
":::" | ||
] | ||
}, | ||
{ | ||
"cell_type": "markdown", | ||
"id": "1", | ||
"metadata": {}, | ||
"source": [ | ||
"## Schedule \n", | ||
"\n", | ||
"*Times in US/Pacific Timezone (Tacoma, WA)\n", | ||
"\n", | ||
"Use the links to navigate to the right notebooks.\n", | ||
"\n", | ||
"| 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", | ||
"| *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](../../intermediate/storage_formats.ipynb) | \n", | ||
"| *10 minute Break* | \n", | ||
"| Zarr & the cloud | 4:30 (50 min) | [Intro to Zarr](../../intermediate/intro-to-zarr.ipynb) |\n", | ||
"| | End 5:30 | |" | ||
] | ||
}, | ||
{ | ||
"cell_type": "markdown", | ||
"id": "2", | ||
"metadata": {}, | ||
"source": [ | ||
"### Tutorial Setup\n", | ||
"\n", | ||
"We recommend using a preconfigured GitHub Codespace for this tutorial. This section describes how to access and manage a GitHub Codespace.\n", | ||
"\n", | ||
":::{note}\n", | ||
"If you prefer to work on your own computer, refer to instructions in the [Getting Started Section](../../overview/get-started.md)\n", | ||
":::\n", | ||
"\n", | ||
"This tutorial is available to run within [Github Codespaces](https://github.com/features/codespaces) - \"a development environment that's hosted in the cloud\".\n", | ||
"\n", | ||
"[](https://github.com/codespaces/new/xarray-contrib/xarray-tutorial/tree/main?devcontainer_path=.devcontainer%2Fscipy2024%2Fdevcontainer.json)\n", | ||
"\n", | ||
"☝️ Click the button above to go to options window to launch a Github Codespace.\n", | ||
"\n", | ||
"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", | ||
"\n", | ||
"Once your Codespace is launched, the following happens:\n", | ||
"\n", | ||
"- [Visual Studio Code](https://code.visualstudio.com/) Interface will open up within your browser.\n", | ||
"- A built in terminal will open and it will execute `jupyter lab` automatically.\n", | ||
"- Once you see a url to click within the terminal, simply `cmd + click` the given url.\n", | ||
"- This will open up another tab in your browser, leading to a [Jupyter Lab](https://jupyterlab.readthedocs.io/en/latest/) Interface.\n", | ||
"\n", | ||
":::{warning}\n", | ||
"Consider Codespaces as ephemeral environments. You may lose your connection and any edits you make.\n", | ||
":::" | ||
] | ||
} | ||
], | ||
"metadata": { | ||
"language_info": { | ||
"codemirror_mode": { | ||
"name": "ipython", | ||
"version": 3 | ||
}, | ||
"file_extension": ".py", | ||
"mimetype": "text/x-python", | ||
"name": "python", | ||
"nbconvert_exporter": "python", | ||
"pygments_lexer": "ipython3" | ||
} | ||
}, | ||
"nbformat": 4, | ||
"nbformat_minor": 5 | ||
} |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll make sure the codespace setup is working, the readme also has a binder link, which is still pointing at the 2024 index:
xarray-tutorial/README.md
Line 5 in c9537ae