diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..87620ac --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.ipynb_checkpoints/ diff --git a/README.md b/README.md index 6177352..cec193c 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ A collection of Python demos for spatial data analytics, geostatistics and machine learning methods. +[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/GeostatsGuy/PythonNumericalDemos/HEAD) + I use these demonstrations for: 1. in-lecture walkthroughs diff --git a/environment.yml b/environment.yml new file mode 100644 index 0000000..3ec299d --- /dev/null +++ b/environment.yml @@ -0,0 +1,20 @@ +name: geostatspy +channels: + - conda-forge + - defaults +dependencies: + - python==3.8 + - jupyterlab + - matplotlib-base + - pip + - scipy + - statsmodels + - numpy + - numba + - pandas + - geopandas + - nb_conda + - ipywidgets + - pip: + - geostatspy +prefix: /home/andrew/anaconda3/envs/geostatspy