Skip to content
This repository has been archived by the owner on Feb 4, 2018. It is now read-only.

Latest commit

 

History

History
31 lines (18 loc) · 1.66 KB

README.md

File metadata and controls

31 lines (18 loc) · 1.66 KB

💨 💨 The Binder Project is moving to a new repo. 💨 💨

📚 Same functionality. Better performance for you. 📚

Over the past few months, we've been improving Binder's architecture and infrastructure. We're retiring this repo as it will no longer be actively developed. Future development will occur under the JupyterHub organization.

Thanks for updating your bookmarked links.

💨 💨 The Binder Project is moving to a new repo. 💨 💨


Example Binder with requirements.txt

Binder

A Binder-compatible repo with a requirements.txt file.

The requirements.txt file should list all Python libraries that your notebooks depend on, and they will be installed using

pip install -r requirements.txt

Note that many scientific Python libraries (e.g. numpy, scipy, sklearn, etc.) are included already because the base image for Binder is built on Anaconda.

In this example we include the library seaborn, and our notebook uses Seaborn to plot a figure.