Merge pull request #145 from choldgraf/35binder

adding an environment.yml to specify python version
pull/117/merge
Jake Vanderplas 2018-08-30 10:23:00 -07:00 committed by GitHub
commit be23269c7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

7
environment.yml 100644
View File

@ -0,0 +1,7 @@
name: data-science-handbook
channels:
- conda-forge
dependencies:
- python=3.5
- pip:
- -r requirements.txt