binder-examples/conda

Name: conda

Owner: Binder Examples

Description: Specifying a conda environment with `environment.yml`

Created: 2017-07-24 20:12:00.0

Updated: 2017-11-28 18:53:04.0

Pushed: 2017-11-17 23:39:53.0

Homepage:

Size: 24

Language: Jupyter Notebook

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Conda environment with environment.yml

Binder

A Binder-compatible repo with an environment.yml file.

Access this Binder at the following URL:

http://beta.mybinder.org/v2/gh/binder-examples/conda_environment/v1.0?filepath=index.ipynb

Notes

The environment.yml file should list all Python libraries on which your notebooks depend, specified as though they were created using the following conda commands:

ce activate example-environment
a env export > environment.yml

Note that the only libraries available to you will be the ones specified in the environment.yml, so be sure to include everything that you need!


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.