Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installing dependencies for MyBinder #1

Open
psychemedia opened this issue Dec 11, 2019 · 2 comments
Open

Installing dependencies for MyBinder #1

psychemedia opened this issue Dec 11, 2019 · 2 comments

Comments

@psychemedia
Copy link

psychemedia commented Dec 11, 2019

Interesting repo, but I'm not sure what the Binder benefits are? eg all the notebooks require a connection to a db that is not likely to be available to anyone using the Binderised notebooks?

Also, to run the notebooks in MyBinder, you need to install package dependencies.

eg create a file binder/requirements.txt containing at least:

numpy
pandas
matplotlib
scipy
seaborn

#pyodbc

FWIW, it is possible to run a db in a Binder container. For example, run postgres in MyBinder.

Another alternative would be to grab the data from your db or show how to download the data files from the NHS opendata site and put them into something simple like sqlite, then query from there. db-to-sqlite (export tables from connected db to sqlite) and csvs-to-sqlite are handy for that, ( @simonw also has other X-to-sqlite packages available.)

@meevans1
Copy link
Owner

meevans1 commented Dec 11, 2019 via email

@meevans1
Copy link
Owner

meevans1 commented Dec 12, 2019 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants