binder-project/example-requirements

Name: example-requirements

Owner: Binder

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

Created: 2015-08-19 05:03:18.0

Updated: 2017-11-27 07:18:47.0

Pushed: 2017-08-18 01:56:03.0

Homepage:

Size: 98

Language: Jupyter Notebook

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

:dash: :dash: The Binder Project is moving to a new repo. :dash: :dash:

:books: Same functionality. Better performance for you. :books:

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.

:dash: :dash: The Binder Project is moving to a new repo. :dash: :dash:

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

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.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.