Skip to content

Commit 5476063

Browse files
committed
conditional switch to terminal
1 parent b184460 commit 5476063

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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)