diff --git a/book/tutorials/IS2_ATL15_surface_height_anomalies/IS2_ATL15_surface_height_anomalies.ipynb b/book/tutorials/IS2_ATL15_surface_height_anomalies/IS2_ATL15_surface_height_anomalies.ipynb index 8449baa..133532d 100644 --- a/book/tutorials/IS2_ATL15_surface_height_anomalies/IS2_ATL15_surface_height_anomalies.ipynb +++ b/book/tutorials/IS2_ATL15_surface_height_anomalies/IS2_ATL15_surface_height_anomalies.ipynb @@ -47,12 +47,14 @@ "execution_count": null, "id": "0e226454-c730-4656-ae88-19297a8a855a", "metadata": { + "scrolled": true, "tags": [] }, "outputs": [], "source": [ "# Needed for pandas read_excel\n", - "%pip install openpyxl" + "%pip install openpyxl\n", + "%pip install ~/icepyx" ] }, { @@ -762,30 +764,12 @@ "reader = ipx.Read(s3url)" ] }, - { - "cell_type": "code", - "execution_count": null, - "id": "b9c1ab31-ac90-4031-8a78-39bf26828c3c", - "metadata": { - "tags": [] - }, - "outputs": [], - "source": [ - "# (2) if you are running not running icepyx from the development branch, you must\n", - "# manually set the version while initializing the variables sub-object\n", - "# otherwise reader.vars.append() will fail because of a bad version value in the ATL15 metadata\n", - "# We're working with NSIDC to resolve this\n", - "# reader._read_vars = ipx.core.variables.Variables(\n", - "# product=reader.product, \n", - "# version=ipx.core.is2ref.latest_version(reader.product)\n", - "# )" - ] - }, { "cell_type": "code", "execution_count": null, "id": "cc752711-13aa-4d0a-b15d-b21a79894b21", "metadata": { + "scrolled": true, "tags": [] }, "outputs": [],