Skip to content

Commit 0e9a7aa

Browse files
committed
fix header order for myst
1 parent c5cb143 commit 0e9a7aa

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

fundamentals/01_datatree_hierarchical_data.ipynb

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"cell_type": "markdown",
2828
"metadata": {},
2929
"source": [
30-
"### Opening a dataset with `open_datatree()`\n",
30+
"## Opening a dataset with `open_datatree()`\n",
3131
"\n",
3232
"Let's open up a precipitation dataset. This dataset was derived from \"GPM_3IMERGHH_07\" and \"M2T1NXFLX_5.12.4\" products."
3333
]
@@ -45,7 +45,7 @@
4545
"cell_type": "markdown",
4646
"metadata": {},
4747
"source": [
48-
"### Nodes\n",
48+
"## Nodes\n",
4949
"Groups in a netcdf4 or hdf5 file in the DataTree model are represented as \"nodes\" in the DataTree model.\n",
5050
"We can list all of the groups with `.groups`"
5151
]
@@ -63,7 +63,7 @@
6363
"cell_type": "markdown",
6464
"metadata": {},
6565
"source": [
66-
"### Accessing variables in a nested groups\n",
66+
"## Accessing variables in a nested groups\n",
6767
"Nested variables and groups can be accessed with either dict-like syntax or method based syntax."
6868
]
6969
},
@@ -102,7 +102,7 @@
102102
"cell_type": "markdown",
103103
"metadata": {},
104104
"source": [
105-
"### Get the parent and child nodes from a group"
105+
"## Get the parent and child nodes from a group"
106106
]
107107
},
108108
{
@@ -169,6 +169,11 @@
169169
}
170170
],
171171
"metadata": {
172+
"kernelspec": {
173+
"display_name": "Python 3 (ipykernel)",
174+
"language": "python",
175+
"name": "python3"
176+
},
172177
"language_info": {
173178
"codemirror_mode": {
174179
"name": "ipython",
@@ -178,9 +183,10 @@
178183
"mimetype": "text/x-python",
179184
"name": "python",
180185
"nbconvert_exporter": "python",
181-
"pygments_lexer": "ipython3"
186+
"pygments_lexer": "ipython3",
187+
"version": "3.12.9"
182188
}
183189
},
184190
"nbformat": 4,
185-
"nbformat_minor": 2
191+
"nbformat_minor": 4
186192
}

0 commit comments

Comments
 (0)