File tree Expand file tree Collapse file tree 1 file changed +12
-6
lines changed Expand file tree Collapse file tree 1 file changed +12
-6
lines changed Original file line number Diff line number Diff line change 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 ]
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 ]
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 },
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 {
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" ,
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}
You can’t perform that action at this time.
0 commit comments