diff --git a/icesm_workshop.yml b/icesm_workshop.yml new file mode 100644 index 0000000000000000000000000000000000000000..eee5a32032a763bb468071d4b30334c6661c12ec --- /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