Tutorials¶
Step-by-step lessons to help you get started with dataversefs.
These tutorials assume no prior knowledge of fsspec or Dataverse. Follow them in order.
| Tutorial | What you'll learn |
|---|---|
| Getting Started | Install, authenticate, mount a dataset, list files, open a Zarr store |
| Zarr with Xarray (notebook) | End-to-end interactive walkthrough: open a Zarr store, inspect variables, plot data |
| API Exploration (notebook) | Explore the Dataverse API and filesystem structure interactively |
!!! tip "Notebooks are executable" The notebook tutorials can be run locally with
uv run jupyter lab. They include live output so you can follow along without running
the code.