scikit-hep / histbook

Versatile, high-performance histogram toolkit for Numpy.
BSD 3-Clause "New" or "Revised" License
109 stars 9 forks source link

Add binder #3

Closed lukasheinrich closed 6 years ago

lukasheinrich commented 6 years ago

This PR adds Binder integration and an example notebook

two directories are added to the repo root

this includes a soft link to the requirements.txt as well as a postBuild file that installs the optional dependencies as well as histbook in editable (-e) mode

this includes an example notebook (the gaussian histogram from the README)

Try it out here:

Binder

jpivarski commented 6 years ago

Thanks for the starter kit! That helps a lot!