waterhackweek / tsdata_access

Repo for "Data access and time-series statistics" waterhackweek tutorial
Other
3 stars 6 forks source link

Enable binder #7

Open emiliom opened 4 years ago

emiliom commented 4 years ago

Instructions from Bart:

See

All it really needs for binder to work is a binder directory with a few files, specifying the environment, etc. It can then be launched on https://binder.pangeo.io

I included the button in the README.md on github that you can use to launch directly on binder.pangeo.io. The code for that is: [![Binder](https://binder.pangeo.io/badge.svg)](https://binder.pangeo.io/v2/gh/waterhackweek/gridded_data/binder)

emiliom commented 4 years ago

https://kbroman.org/blog/2019/02/18/omg_binder/

emiliom commented 4 years ago

See Scott's minimalist example with pangeo binder enabled: https://github.com/scottyhq/measures-panel. It's way simpler than Bart's configuration

emiliom commented 4 years ago

I've implemented it, but I'll leave the issue open as a reminder to double check. It's a big conda environment and I've noticed cases where the binder build doesn't succeed.