Skip to content

Commit 928557a

Browse files
Merge pull request #253002 from sdgilley/sdg-updates
minor updates to cloud workstation tutorial
2 parents aa88dd2 + 5476063 commit 928557a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/machine-learning/tutorial-cloud-workstation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.topic: tutorial
1010
author: lebaro-msft
1111
ms.author: lebaro
1212
ms.reviewer: sgilley
13-
ms.date: 09/26/2023
13+
ms.date: 09/27/2023
1414
#Customer intent: As a data scientist, I want to know how to prototype and develop machine learning models on a cloud workstation.
1515
---
1616

@@ -122,7 +122,7 @@ You now have a new kernel. Next you'll open a notebook and use this kernel.
122122

123123
:::image type="content" source="media/tutorial-azure-ml-in-a-day/start-compute.png" alt-text="Screenshot shows how to start compute if it's stopped." lightbox="media/tutorial-azure-ml-in-a-day/start-compute.png":::
124124

125-
1. You'll see the notebook is connected to the default kernel in the top right. Switch to use the **Tutorial Workstation Env** kernel.
125+
1. You'll see the notebook is connected to the default kernel in the top right. Switch to use the **Tutorial Workstation Env** kernel if you created the kernel.
126126
127127
## Develop a training script
128128
@@ -219,7 +219,7 @@ For now, you're running this code on your compute instance, which is your Azure
219219
conda env list
220220
```
221221
222-
1. Activate your kernel:
222+
1. If you created a new kernel, activate it now:
223223
224224
```bash
225225
conda activate workstation_env

0 commit comments

Comments
 (0)