Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 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
13 changes: 6 additions & 7 deletions notebooks/Exercise_01.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,10 @@
"import geovista as gv\n",
"import geovista.theme\n",
"import iris.quickplot as qplt\n",
"import iris\n",
"import iris \n",
"from geovista import GeoPlotter\n",
"from esmf_regrid.experimental.unstructured_scheme import MeshToGridESMFRegridder, GridToMeshESMFRegridder\n",
"from iris.experimental.ugrid.load import PARSE_UGRID_ON_LOAD\n",
"pv.rcParams[\"use_ipyvtk\"] = True\n",
"# pv.rcParams[\"use_ipyvtk\"] = True\n",
"iris.FUTURE.datum_support = True # avoids some warnings"
]
},
Expand All @@ -64,7 +63,7 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 7,
"id": "1cd00d6a-e10a-4af1-870d-1874cead45c2",
"metadata": {},
"outputs": [],
Expand All @@ -83,7 +82,7 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 8,
"id": "b8eb1ce2-2160-4c3f-b97b-4b09946d84cc",
"metadata": {
"tags": []

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Github won't allow me to comment on relevant lines, but below, steps 3 and 4 are labelled the wrong way round, seems within scope of this PR.

Expand Down Expand Up @@ -275,7 +274,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"display_name": "everyday",
"language": "python",
"name": "python3"
},
Expand All @@ -289,7 +288,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.16"
"version": "3.13.2"
},
"toc-autonumbering": true,
"toc-showtags": false
Expand Down
Loading