effective-pandas
effective-pandas copied to clipboard
Add requirements.txt to enable using binder
Live notebooks: https://mybinder.org/v2/gh/jamesmyatt/effective-pandas/master
Cool, thanks.
Do you know how well the binder instances handle downloading the data? I was kinda relying on them being downloaded once and cached for re-use across notebooks.
The container is persistent until it's been inactive for too long. So data downloaded by one notebook will be available to the others.
I'm pretty sure that I'm missing some requirements, but it'll be easy to check once I can run the notebooks directly via binder.