Skip to content

Add https://mybinder.org/ support #7

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.ipynb_checkpoints/
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
20 changes: 20 additions & 0 deletions environment.yml
Original file line number Diff line number Diff line change
@@ -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