dask / dask-tutorial

Dask tutorial
https://tutorial.dask.org
BSD 3-Clause "New" or "Revised" License
1.83k stars 708 forks source link

environment.yml does not exist #110

Closed glennklockwood closed 5 years ago

glennklockwood commented 5 years ago

The very beginning of the tutorial says to

conda env create -f environment.yml 
conda activate dask-tutorial

but this environment.yml does not exist anywhere in the repo.

TomAugspurger commented 5 years ago

Thanks. It's been moved to binder/environment.yml.

Want to update the instructions?

On Fri, Aug 16, 2019 at 12:44 PM Glenn K. Lockwood notifications@github.com wrote:

The very beginning of the tutorial says to

conda env create -f environment.yml conda activate dask-tutorial

but this environment.yml does not exist anywhere in the repo.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/dask/dask-tutorial/issues/110?email_source=notifications&email_token=AAKAOIR7E7OKQTTTRZQ4XPLQE3RQFA5CNFSM4IMLN7SKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HFWMPYQ, or mute the thread https://github.com/notifications/unsubscribe-auth/AAKAOIRKLJQT62TSLYK6OQDQE3RQFANCNFSM4IMLN7SA .

quasiben commented 5 years ago

Also, @glennklockwood if you want to test out new materials you could take a look at https://tutorial.dask.org and leave some comments here.

jakirkham commented 5 years ago

@srcoulombe submitted a fix in PR ( https://github.com/dask/dask-tutorial/pull/112 ). Thanks for doing that btw! 😄