Skip to content

Commit

Permalink
(Feat) mod notebooks to install required packages2
Browse files Browse the repository at this point in the history
lbesnard committed May 2, 2024
1 parent f1f1b80 commit 50e1337
Showing 10 changed files with 48 additions and 8 deletions.
2 changes: 1 addition & 1 deletion notebooks/aatams_acoustic_tagging.ipynb
Original file line number Diff line number Diff line change
@@ -35,7 +35,7 @@
"!pip install s3fs -U\n",
"!pip install pyarrow==16.0.0 -U\n",
"!pip install zarr xarray[complete]\n",
"!pip install pandas=2.2.2 -U"
"!pip install pandas==2.2.2 -U"
]
},
{
20 changes: 20 additions & 0 deletions notebooks/acorn_gridded_qc_turq.ipynb
Original file line number Diff line number Diff line change
@@ -11,6 +11,26 @@
"import fsspec"
]
},
{
"cell_type": "markdown",
"id": "124dc987-1d2d-451e-9a66-bf314df60d06",
"metadata": {},
"source": [
"## Install/Update packages and Load common functions"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "8fd14800-1108-4b48-ab86-5940a3b0f2de",
"metadata": {},
"outputs": [],
"source": [
"# only run once, then restart session and comment the next 3 lines\n",
"!pip install s3fs -U\n",
"!pip install zarr xarray[complete] -U"
]
},
{
"cell_type": "code",
"execution_count": 2,
2 changes: 1 addition & 1 deletion notebooks/anfog_nrt.ipynb
Original file line number Diff line number Diff line change
@@ -35,7 +35,7 @@
"!pip install s3fs -U\n",
"!pip install pyarrow==16.0.0 -U\n",
"!pip install zarr xarray[complete]\n",
"!pip install pandas=2.2.2 -U"
"!pip install pandas==2.2.2 -U"
]
},
{
2 changes: 1 addition & 1 deletion notebooks/anmn_ctd.ipynb
Original file line number Diff line number Diff line change
@@ -35,7 +35,7 @@
"!pip install s3fs -U\n",
"!pip install pyarrow==16.0.0 -U\n",
"!pip install zarr xarray[complete]\n",
"!pip install pandas=2.2.2 -U"
"!pip install pandas==2.2.2 -U"
]
},
{
2 changes: 1 addition & 1 deletion notebooks/anmn_temperature_logger.ipynb
Original file line number Diff line number Diff line change
@@ -35,7 +35,7 @@
"!pip install s3fs -U\n",
"!pip install pyarrow==16.0.0 -U\n",
"!pip install zarr xarray[complete]\n",
"!pip install pandas=2.2.2 -U"
"!pip install pandas==2.2.2 -U"
]
},
{
2 changes: 1 addition & 1 deletion notebooks/ardc_wave_nrt.ipynb
Original file line number Diff line number Diff line change
@@ -35,7 +35,7 @@
"!pip install s3fs -U\n",
"!pip install pyarrow==16.0.0 -U\n",
"!pip install zarr xarray[complete]\n",
"!pip install pandas=2.2.2 -U"
"!pip install pandas==2.2.2 -U"
]
},
{
2 changes: 1 addition & 1 deletion notebooks/argo_core.ipynb
Original file line number Diff line number Diff line change
@@ -35,7 +35,7 @@
"!pip install s3fs -U\n",
"!pip install pyarrow==16.0.0 -U\n",
"!pip install zarr xarray[complete]\n",
"!pip install pandas=2.2.2 -U"
"!pip install pandas==2.2.2 -U"
]
},
{
2 changes: 1 addition & 1 deletion notebooks/soop_xbt_nrt.ipynb
Original file line number Diff line number Diff line change
@@ -35,7 +35,7 @@
"!pip install s3fs -U\n",
"!pip install pyarrow==16.0.0 -U\n",
"!pip install zarr xarray[complete]\n",
"!pip install pandas=2.2.2 -U"
"!pip install pandas==2.2.2 -U"
]
},
{
20 changes: 20 additions & 0 deletions notebooks/srs_sst_l3s_1d_dn.ipynb
Original file line number Diff line number Diff line change
@@ -11,6 +11,26 @@
"import fsspec"
]
},
{
"cell_type": "markdown",
"id": "f167c284-0324-49e7-8fcc-c57abde81ab1",
"metadata": {},
"source": [
"## Install/Update packages and Load common functions"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "db6a4be5-7b34-44b1-b1cb-5bd053ba13d4",
"metadata": {},
"outputs": [],
"source": [
"# only run once, then restart session and comment the next 3 lines\n",
"!pip install s3fs -U\n",
"!pip install zarr xarray[complete] -U"
]
},
{
"cell_type": "code",
"execution_count": 2,
2 changes: 1 addition & 1 deletion notebooks/template_parquet.ipynb
Original file line number Diff line number Diff line change
@@ -35,7 +35,7 @@
"!pip install s3fs -U\n",
"!pip install pyarrow==16.0.0 -U\n",
"!pip install zarr xarray[complete]\n",
"!pip install pandas=2.2.2 -U"
"!pip install pandas==2.2.2 -U"
]
},
{

0 comments on commit 50e1337

Please sign in to comment.