dgorissen / pycel

A library for compiling excel spreadsheets to python code & visualizing them as a graph
GNU General Public License v3.0
573 stars 152 forks source link

Adding binder support #33

Closed kmader closed 6 years ago

kmader commented 6 years ago

Binder lets you run the code in the browser for free using a hosted cloud environment (mybinder.org) You can test it out at https://mybinder.org/v2/gh/kmader/pycel/patch-1

dgorissen commented 6 years ago

Thanks!