Skip to content

Commit 0d9c546

Browse files
committed
revise tutorial steps
1 parent 5b33e01 commit 0d9c546

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed
16.3 KB
Loading
12.4 KB
Loading

articles/machine-learning/tutorial-1st-experiment-sdk-setup.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -58,29 +58,30 @@ You complete the following experiment set-up and run steps in Azure Machine Lear
5858

5959
1. Select **Notebooks** on the left.
6060

61-
1. Open the **Samples** folder.
61+
1. Select the **Samples** tab at the top.
6262

6363
1. Open the **Python** folder.
6464

6565
1. Open the folder with a version number on it. This number represents the current release for the Python SDK.
6666

6767
1. Select the **"..."** at the right of the **tutorials** folder and then select **Clone**.
6868

69-
![Clone folder](./media/tutorial-1st-experiment-sdk-setup/clone-tutorials.png)
69+
:::image type="content" source="media/tutorial-1st-experiment-sdk-setup/clone-tutorials.png" alt-text="Clone tutorials folder":::
7070

7171
1. A list of folders displays showing each user who accesses the workspace. Select your folder to clone the **tutorials** folder there.
7272

73-
### <a name="open">Open the cloned notebook
73+
### <a name="open"></a>Open the cloned notebook
7474

75-
1. Under **User Files** open your folder and then open the cloned **tutorials** folder.
76-
77-
![Open tutorials folder](./media/tutorial-1st-experiment-sdk-setup/expand-user-folder.png)
75+
1. Open the **tutorials** folder that was just closed into your **User files** section.
7876

7977
> [!IMPORTANT]
8078
> You can view notebooks in the **samples** folder but you cannot run a notebook from there. In order to run a notebook, make sure you open the cloned version of the notebook in the **User Files** section.
8179
8280
1. Select the **tutorial-1st-experiment-sdk-train.ipynb** file in your **tutorials/create-first-ml-experiment** folder.
8381

82+
:::image type="content" source="media/tutorial-1st-experiment-sdk-setup/expand-user-folder.png" alt-text="Open tutorials folder":::
83+
84+
8485
1. On the top bar, select a compute instance to use to run the notebook. These VMs are pre-configured with [everything you need to run Azure Machine Learning](concept-compute-instance.md#contents).
8586

8687
1. If no VMs are found, select **+ Add** to create the compute instance VM.

0 commit comments

Comments
 (0)