Skip to content
Merged
Show file tree
Hide file tree
Changes from 5 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
6 changes: 3 additions & 3 deletions doc/source/example_notebooks/IS2_cloud_data_access.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@
},
"outputs": [],
"source": [
"reader.vars.avail()"
"reader.variables.avail()"
]
},
{
Expand All @@ -307,7 +307,7 @@
},
"outputs": [],
"source": [
"reader.vars.append(var_list=['h_ph'])"
"reader.variables.append(var_list=['h_ph'])"
]
},
{
Expand Down Expand Up @@ -374,7 +374,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.11"
"version": "3.12.9"
}
},
"nbformat": 4,
Expand Down
Loading
Loading