From f3260e1feecbf92702c37ce260803a5517e526d0 Mon Sep 17 00:00:00 2001 From: "Harald.Sodemann" <harald.sodemann@uib.no> Date: Wed, 6 Dec 2023 11:56:53 +0100 Subject: [PATCH] Upload New File --- icesm_workshop.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 icesm_workshop.yml diff --git a/icesm_workshop.yml b/icesm_workshop.yml new file mode 100644 index 0000000..eee5a32 --- /dev/null +++ b/icesm_workshop.yml @@ -0,0 +1,14 @@ +name: icesm_work +channels: + - conda-forge + - defaults +dependencies: + - python=3.6.10 # Python version 3.6 + - cartopy # Geographic plotting toolkit + - notebook # Jupyter notebook environment. Can also have jupyterlab + - matplotlib # 2D plotting library + - netcdf4 # Wrapper for netcdf4 + - numpy # N-d array and numerics + - xarray # N-d labeled array library + - seaborn # Box plotting + - ipykernel # install python env as jupyter kernel -- GitLab