diff --git a/content/docs/studio/experiments.md b/content/docs/studio/experiments.md index 62ca25c4ea..164be7884d 100644 --- a/content/docs/studio/experiments.md +++ b/content/docs/studio/experiments.md @@ -11,7 +11,7 @@ experiments with DVC Studio: - In your model training environment, install [DVCLive]: ```cli - pip install dvclive + $ pip install dvclive ``` - Copy your @@ -20,7 +20,7 @@ experiments with DVC Studio: [configure your model training environment to use the token](/doc/studio/user-guide/experiments/live-metrics-and-plots#set-up-an-access-token): ```cli - dvc config --global studio.token *** + $ dvc config --global studio.token *** ``` - Use the DVCLive [`log_metric()`](/doc/dvclive/live/log_metric#livelog_metric) @@ -38,7 +38,7 @@ experiments with DVC Studio: - Run the training job: ```cli - python train.py + $ python train.py ``` - The metrics and plots will be [tracked live][live-metrics-and-plots] in the