Skip to content

Commit 5be35c7

Browse files
author
J-M
committed
Improve documentation for setting up the environment to run notebooks. Kickstarting new dev effort on this package
1 parent 11c2beb commit 5be35c7

7 files changed

+223
-1155
lines changed

environment.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name: DCX
2+
channels:
3+
- oggm
4+
- conda-forge
5+
- defaults
6+
dependencies:
7+
- dask #=2.3.0=py_0
8+
- geopandas #=0.5.1=py_0
9+
- ipyleaflet #=0.11.1=py37_1
10+
- ipywidgets #=7.5.1=py_0
11+
- jupyter #=1.0.0=py_2
12+
- jupyterlab #=1.1.1=py_0
13+
- matplotlib #=3.1.1=py37_1
14+
- netcdf4 #=1.5.1.2=py37h73a1b54_1
15+
- pytest #=5.1.2=py37_0
16+
- rasterio #=1.0.26=py37hdff7cfa_1
17+
- requests #=2.22.0=py37_1
18+
- salem #=0.2.4.201906261358=py_0
19+
- seaborn #=0.9.0=py_1
20+
- siphon #=0.8.0=py37_1001
21+
- tqdm #=4.35.0=py_0
22+
- xarray #=0.12.3=py_0

0 commit comments

Comments
 (0)