From 75e9c9b73808e82db525b38a38bb9d67252bb378 Mon Sep 17 00:00:00 2001 From: "Harald.Sodemann" <harald.sodemann@uib.no> Date: Wed, 6 Dec 2023 23:24:11 +0100 Subject: [PATCH] Delete icesm_workshop.yml --- bccr_icesm_tutorial/iCESM/icesm_workshop.yml | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 bccr_icesm_tutorial/iCESM/icesm_workshop.yml diff --git a/bccr_icesm_tutorial/iCESM/icesm_workshop.yml b/bccr_icesm_tutorial/iCESM/icesm_workshop.yml deleted file mode 100644 index eee5a32..0000000 --- a/bccr_icesm_tutorial/iCESM/icesm_workshop.yml +++ /dev/null @@ -1,14 +0,0 @@ -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