Skip to content

Commit 5799c72

Browse files
committed
more packages to load in jupyter_env_setup.sh
1 parent 407ce31 commit 5799c72

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

ECCO-ACCESS/Cloud_access_to_ECCO_datasets/jupyter_env_setup.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,12 +92,14 @@ mamba install cartopy -y
9292
mamba install notebook -y
9393
mamba install progressbar -y
9494
mamba install gsw -y
95+
mamba install nco -y
9596

9697
# install remaining packages using pip
9798
# (mamba installs tend to get killed on t2.micro)
9899
pip install dask
99-
pip install xarray
100+
pip install "xarray[complete]"
100101
pip install jupyterlab
102+
pip install dask_labextension
101103
pip install s3fs
102104
pip install ecco_v4_py
103105

0 commit comments

Comments
 (0)