From 36395f1faf83b1aaf1445a5f43310c0e76b3ddea Mon Sep 17 00:00:00 2001 From: Dave Berenbaum Date: Fri, 22 Sep 2023 12:27:28 -0400 Subject: [PATCH] add video of sharing exps via vs code (#4865) * add video of sharing exps via vs code * update url to auto-play youtube video muted --------- Co-authored-by: Thomas Kunwar <20840228+yathomasi@users.noreply.github.com> --- .../experiment-management/sharing-experiments.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/content/docs/user-guide/experiment-management/sharing-experiments.md b/content/docs/user-guide/experiment-management/sharing-experiments.md index 721e16a120..39725c6742 100644 --- a/content/docs/user-guide/experiment-management/sharing-experiments.md +++ b/content/docs/user-guide/experiment-management/sharing-experiments.md @@ -4,6 +4,11 @@ You can send [live metrics and plots] to [Studio], [push] entire completed experiments (including data, models, and code), and convert an experiment into a [persistent] branch or commit in your Git repo. +See the video below for how it all works using the [DVC Extension] for VS Code, +or keep reading to go deeper. + +https://www.youtube.com/watch?v=UMVYjwJtRj0&autoplay=1&mute=1 + ## Live metrics and plots You can send [live experiments] to [Studio](https://studio.iterative.ai), which @@ -225,6 +230,8 @@ $ dvc exp remove -g origin unwet-jinn Removed experiments: unwet-jinn ``` +[dvc extension]: + https://marketplace.visualstudio.com/items?itemName=Iterative.dvc [studio]: https://studio.iterative.ai [live metrics and plots]: #live-metrics-and-plots [push]: #push-experiments