iterative / example-repos-dev

Source code and generator scripts for example DVC projects
https://dvc.org/doc
21 stars 13 forks source link

experiments: avoid dvc cli commands inside the notebook #164

Closed dberenbaum closed 1 year ago

dberenbaum commented 1 year ago

The CLI commands for comparing and applying experiments at the end of the notebook is still pretty awkward. This is mostly something we need to solve on the product side. I’d probably see if we can avoid at least doing dvc exp apply inside the notebook — it seems awkward to apply a different git commit to your workspace while actively working in a notebook, and it will break when the experiment names change.

daavoo commented 1 year ago

dvc exp apply is no longer called inside the notebook. Do you think we should also remove exp show?

dberenbaum commented 1 year ago

No, I think that's fine for now.