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 DVC for VS Code Extension sorting demo #4923

Merged
merged 4 commits into from
Oct 25, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion content/docs/command-reference/exp/show.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,11 @@ should be displayed.
Experiments in the table are first grouped (by parent commit). They are then
sorted inside each group, chronologically by default. The `--sort-by` and
`--sort-order` options can change this ordering, based on any single, visible
metric or param.
metric or param. While these options sort experiments only, you can sort both
experiment and commit rows with the
[DVC Extension for VS Code](https://marketplace.visualstudio.com/items?itemName=Iterative.dvc).

https://youtu.be/Flpu_-D_zDI?si=8G1NgC4n1RqfrIXg

### Paginating the output

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,15 @@ filter columns, sort rows, and otherwise customize the table.

<tab title="VSCode Extension">

You can hide and move columns and sort and filter rows in the `Show Experiments`
action in the [DVC extension for VS Code].
You can hide and move columns and filter rows in the `Show Experiments` action
in the [DVC extension for VS Code].

![VS Code Customize Table](/img/vscode-customize-table.gif)

You can also sort both experiment and commit rows in the extension.

https://youtu.be/Flpu_-D_zDI?si=8G1NgC4n1RqfrIXg

</tab>

</toggle>
Expand Down
Loading