Skip to content

Commit aa1efce

Browse files
committed
first set
1 parent ab01d23 commit aa1efce

File tree

4 files changed

+33
-19
lines changed

4 files changed

+33
-19
lines changed

articles/machine-learning/v1/samples-notebooks-v1.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,11 @@ This article shows you how to access the repositories from the following environ
3333

3434
## Option 1: Access on Azure Machine Learning compute instance (recommended)
3535

36-
The easiest way to get started with the samples is to complete the [Quickstart: Get started with Azure Machine Learning](../quickstart-create-resources.md). Once completed, you'll have a dedicated notebook server pre-loaded with the SDK and the Azure Machine Learning Notebooks repository. No downloads or installation necessary.
36+
The easiest way to get started with the samples is to complete the [Quickstart: Get started with Azure Machine Learning](../quickstart-create-resources.md). Once completed, you'll have a dedicated notebook server pre-loaded with the SDK. The compute instance also has SDK v2 samples. To get SDK v1 samples, clone the v1 repository.
37+
38+
### Clone v1 repository
39+
40+
[!INCLUDE [clone repo v1](../../../includes/machine-learning-clone-v1-repo.md)]
3741

3842
## Option 2: Access on your own notebook server
3943

articles/machine-learning/v1/tutorial-train-deploy-notebook.md

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -39,30 +39,13 @@ Learn how to take the following actions:
3939

4040
Azure Machine Learning includes a cloud notebook server in your workspace for an install-free and pre-configured experience. Use [your own environment](../how-to-configure-environment.md#local) if you prefer to have control over your environment, packages, and dependencies.
4141

42-
4342
## Clone a notebook folder
4443

4544
You complete the following experiment setup and run steps in Azure Machine Learning studio. This consolidated interface includes machine learning tools to perform data science scenarios for data science practitioners of all skill levels.
4645

47-
1. Sign in to [Azure Machine Learning studio](https://ml.azure.com/).
48-
49-
1. Select your subscription and the workspace you created.
50-
51-
1. On the left, select **Notebooks**.
52-
53-
1. Select the **Open terminal** tool to open a terminal window.
54-
55-
:::image type="content" source="media/tutorial-train-deploy-notebook/open-terminal.png" alt-text="Screenshot: Open terminal from Notebooks section.":::
46+
[!INCLUDE [clone repo v1](../../../includes/machine-learning-clone-v1-repo.md)]
5647

57-
1. On the top bar, select the compute instance you created during the [Quickstart: Get started with Azure Machine Learning](../quickstart-create-resources.md) to use if it's not already selected. Start the compute instance if it is stopped.
58-
59-
1. In the terminal window, clone the MachineLearningNotebooks repository:
60-
61-
```bash
62-
git clone --depth 1 https://github.com/Azure/MachineLearningNotebooks
63-
```
6448

65-
1. If necessary, refresh the list of files with the **Refresh** tool to see the newly cloned folder under your user folder.
6649

6750
## Open the cloned notebook
6851

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
author: sdgilley
3+
ms.service: machine-learning
4+
ms.topic: include
5+
ms.date: 09/28/2022
6+
ms.author: sgilley
7+
---
8+
9+
1. Sign in to [Azure Machine Learning studio](https://ml.azure.com/).
10+
11+
1. Select your subscription and the workspace you created.
12+
13+
1. On the left, select **Notebooks**.
14+
15+
1. Select the **Open terminal** tool to open a terminal window.
16+
17+
:::image type="content" source="../articles/machine-learning/v1/media/samples-notebooks-v1/open-terminal.png" alt-text="Screenshot: Open terminal from Notebooks section.":::
18+
19+
1. On the top bar, select the compute instance you created during the [Quickstart: Get started with Azure Machine Learning](../articles/machine-learning/quickstart-create-resources.md) to use if it's not already selected. Start the compute instance if it is stopped.
20+
21+
1. In the terminal window, clone the MachineLearningNotebooks repository:
22+
23+
```bash
24+
git clone --depth 1 https://github.com/Azure/MachineLearningNotebooks
25+
```
26+
27+
1. If necessary, refresh the list of files with the **Refresh** tool to see the newly cloned folder under your user folder.

0 commit comments

Comments
 (0)