Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,11 @@ docs/examples/*.tar
docs/examples/*.zip
docs/examples/*.grib
docs/examples/_*
docs/tutorials/*.tar
docs/tutorials/*.zip
docs/tutorials/*.grib
docs/tutorials/_*


# PyBuilder
target/
Expand Down
6 changes: 3 additions & 3 deletions docs/tutorials/comparing-models-solutions.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"id": "99b8444d",
"metadata": {},
"source": [
"## Data from different sources\n",
"# Data from different sources\n",
"\n",
"In this notebook, we will compare global temperature anomalies from two datasets:\n",
"- [ERA5 reanalysis](https://cds.climate.copernicus.eu/datasets/reanalysis-era5-single-levels-monthly-means?tab=download) from **ECMWF**, available through the Climate Data Store.\n",
Expand Down Expand Up @@ -2148,7 +2148,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "ek",
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
Expand All @@ -2162,7 +2162,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.18"
"version": "3.13.1"
}
},
"nbformat": 4,
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/ensemble.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"id": "0d4f523e-65bd-478e-9915-695217710092",
"metadata": {},
"source": [
"## Ensemble explorer"
"# Ensemble explorer"
]
},
{
Expand Down
10 changes: 5 additions & 5 deletions docs/tutorials/gpu_hydro.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"id": "89ee9901",
"metadata": {},
"source": [
"## GPU-accelerated computations"
"# GPU-accelerated computations"
]
},
{
Expand Down Expand Up @@ -1326,7 +1326,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "f62cef64",
"id": "a3af96f0",
"metadata": {},
"outputs": [
{
Expand Down Expand Up @@ -1359,9 +1359,9 @@
],
"metadata": {
"kernelspec": {
"display_name": "ekh (gpu)",
"display_name": "dev",
"language": "python",
"name": "ekh"
"name": "dev"
},
"language_info": {
"codemirror_mode": {
Expand All @@ -1373,7 +1373,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.12.10"
"version": "3.13.1"
}
},
"nbformat": 4,
Expand Down
Loading
Loading