Skip to content

Commit

Permalink
remove extra note cell
Browse files Browse the repository at this point in the history
  • Loading branch information
JessicaS11 committed Sep 19, 2024
1 parent 5f92da3 commit 4ea5d6c
Showing 1 changed file with 4 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
},
{
Expand Down Expand Up @@ -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": [],
Expand Down

0 comments on commit 4ea5d6c

Please sign in to comment.