Feature request: dvc plots diff
output for all figures in md file
#6165
aguschin
started this conversation in
New Features & Ideas
Replies: 1 comment
-
Seems like there are a lot of ways to solve this. What you suggested makes sense: a I also agree that it's more about cml integration, so we probably need to get a sense of how common this pattern is and how important a feature it is for cml. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Now if we want to append images to comment for commit, we need to specify each image one by one:
It would be great to have some magic to send all plots (dvc plots diff) to the comment of the commit. If I have 10+ of these plots, I will end up either copy-pasting this, or writing some scripts which will find all plots and do this for me. Something like this:
This may not belong to dvc directly and more about dvc+cml integration, I guess, but nevertheless the use case still have a place. Or maybe I'm too lazy and I need to write for loop in bash enumerating all possible
--targets
:)Beta Was this translation helpful? Give feedback.
All reactions