This repository contains a small collection of Jupyter notebooks and data, and can be used as an example of how to set up a fully interactive version of your repository using Binder.
You can find more detailed instructions on the Binder documentation site.
You'll need:
- A public git repository that contains one or more Jupyter notebooks (or similar files).
- A
requirements.txt
orenvironment.yaml
file that lists all packages required by your project.
Then go to mybinder.org, provide the link to your repo and try it out!