Skip to content

Commit 493a5ed

Browse files
committed
add package to jupyter_env_setup script
1 parent ce88b46 commit 493a5ed

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Cloud_Setup/jupyter_env_setup.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ mamba install notebook -y
9494
mamba install progressbar -y
9595
mamba install gsw -y
9696
mamba install nco -y
97+
mamba install pympler -y
9798

9899
# install remaining packages using pip
99100
# (mamba installs tend to get killed on t2.micro)
@@ -106,6 +107,7 @@ pip install ecco_v4_py
106107

107108
echo -e "${red_start}Completed Python package installations${nocolor_start}"
108109

110+
109111
echo -e "${red_start}Setting up NASA Earthdata authentication${nocolor_start}"
110112
# NASA Earthdata authentication
111113
# check if credentials are already archived in ~/.netrc, and if not then prompt the user for them

0 commit comments

Comments
 (0)