xarray-tutorial icon indicating copy to clipboard operation
xarray-tutorial copied to clipboard

Xarray Tutorials

Results 38 xarray-tutorial issues
Sort by recently updated
recently updated
newest added

- [x] move data creation to `xarray.tutorial.load_dataset("temperature_gradients")`? - [x] Fix exercise formatting - [ ] More text in hvplot notebook

enhancement
help wanted
visualization

There's some nice content that Anderson wrote under "Xarray online tutorial" that we should merge in. E.g. ![image](https://user-images.githubusercontent.com/2448579/174869100-8e3fd8d0-55f6-4c14-a651-d37bdf4e642d.png)

enhancement

Is there a nice way to have a hidden "answer" cell for our exercises?

enhancement
discussion

https://github.com/xarray-contrib/xarray-tutorial/blob/950519c246d00749ff482d99638e46470d71108d/_config.yml#L12 Should that be https://docs.xarray.dev ? At least for the way it's used in the intro ("Official Documentation").

https://projectpythia.org/

enhancement
good first issue

The Dask team has been running regular, community, 90 minutes tutorials since June 2020, and these tutorials appear to have worked well (see https://github.com/dask/community/issues/57). @mrocklin and @jacobtomlinson put together a...

discussion

I'm on a secure NATO system with a custom SSL cert and when I try to load some xarray tutorial data: ``` python import xarray as xr ds = xr.tutorial.open_dataset("air_temperature").isel(time=slice(0,...