effective-pandas icon indicating copy to clipboard operation
effective-pandas copied to clipboard

Add requirements.txt to enable using binder

Open jamesmyatt opened this issue 6 years ago • 3 comments

Live notebooks: https://mybinder.org/v2/gh/jamesmyatt/effective-pandas/master

jamesmyatt avatar Oct 09 '18 12:10 jamesmyatt

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.

TomAugspurger avatar Oct 09 '18 13:10 TomAugspurger

The container is persistent until it's been inactive for too long. So data downloaded by one notebook will be available to the others.

jamesmyatt avatar Oct 09 '18 16:10 jamesmyatt

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.

jamesmyatt avatar Oct 09 '18 16:10 jamesmyatt