Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add video of sharing exps via vs code #4865

Merged
merged 4 commits into from
Sep 22, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ You can send [live metrics and plots] to [Studio], [push] entire completed
<abbr>experiments</abbr> (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
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[Q] Did you rewatch this video to make sure it has the correct content? Should the link be to this one? Also... can we use a gif instead 😄 😬.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think @mattseddon is right here and this brings up an interesting question on language. The video Matt is suggesting is talking about "sharing" experiments to Studio, while the more recent one is about sharing with a colleague. Maybe we need to define language around this to be more clear? Maybe "sharing" should be used for collaboration things and we should use another term for sharing to DVC Studio? Cast to Studio? Send to Studio? Sync with Studio?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To be clear I don't think we need to redo the video. I could easily adjust the thumbnail, title and description wording.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[Q] Did you rewatch this video to make sure it has the correct content? Should the link be to this one?

🤔 I thought this was a good video for here because it goes end to end from adding the token, to pushing experiments, to sharing a studio link.

[Q] Did you rewatch this video to make sure it has the correct content? Should the link be to this one? Also... can we use a gif instead 😄 😬.

Up to you. My take would be that besides saving you form having to do two versions of product updates, having you talk through it is more helpful and easier to follow.


## Live metrics and plots

You can send [live experiments] to [Studio](https://studio.iterative.ai), which
Expand Down Expand Up @@ -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
Expand Down