dmbala / binder-PyDL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Conda environment with environment.yml

Binder

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

Access this Binder by clicking the blue badge above or at the following URL:

https://mybinder.org/v2/gh/dmbala/binder-PyDL/master

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:

conda activate py-deeplearning
conda env export --from-history -f environment.yml

About

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Jupyter Notebook 100.0%