Skip to content

An example Binder repository that contains an environment.yml file

Notifications You must be signed in to change notification settings

djoy4stem/example-conda-environment

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 

Repository files navigation

💨 💨 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 environment.yml

Binder

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

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

source activate example-environment
conda 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!

About

An example Binder repository that contains an environment.yml file

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 100.0%