anaconda / anaconda-project

Tool for encapsulating, running, and reproducing data science projects
https://anaconda-project.readthedocs.io/en/latest/
Other
219 stars 88 forks source link

environment refresh #269

Open AlbertDeFusco opened 4 years ago

AlbertDeFusco commented 4 years ago

use case 1

  1. create conda environment
  2. add/remove packages
  3. create anaconda-project.yml from current state utilize conda env export --from-history

use case 2

  1. create anaconda-project.yml file
  2. manually add/remove packages from prepared env
  3. rebuild the anaconda-project.yml file from the current state

other issues