Skip to content

Commit 32ca288

Browse files
committed
shorten h2s
1 parent 42a8a44 commit 32ca288

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

articles/machine-learning/samples-notebooks.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ This article shows you how to access the repository from the following environme
3131
- Data Science Virtual Machine
3232

3333

34-
## Option 1: Get samples on Azure Machine Learning compute instance (recommended)
34+
## Option 1: Access on Azure Machine Learning compute instance (recommended)
3535

3636
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.
3737

@@ -41,7 +41,7 @@ To add the community-driven repository, [use a compute instance terminal](how-to
4141
git clone https://github.com/Azure/azureml-examples.git --depth 1
4242
```
4343

44-
## Option 2: Get samples on your won notebook server
44+
## Option 2: Access on your own notebook server
4545

4646
If you'd like to bring your own notebook server for local development, follow these steps on your computer.
4747

@@ -50,7 +50,7 @@ If you'd like to bring your own notebook server for local development, follow th
5050
These instructions install the base SDK packages necessary for the quickstart and tutorial notebooks. Other sample notebooks may require you to install extra components. For more information, see [Install the Azure Machine Learning SDK for Python](https://aka.ms/sdk-v2-install).
5151

5252

53-
## Option 3: Get samples on a DSVM
53+
## Option 3: Access on a DSVM
5454

5555
The Data Science Virtual Machine (DSVM) is a customized VM image built specifically for doing data science. If you [create a DSVM](how-to-configure-environment.md#dsvm), the SDK and notebook server are installed and configured for you. However, you'll still need to create a workspace and clone the sample repository.
5656

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,19 +31,19 @@ This article shows you how to access the repositories from the following environ
3131
- Data Science Virtual Machine
3232

3333

34-
## Option 1: Get samples on Azure Machine Learning compute instance (recommended)
34+
## Option 1: Access on Azure Machine Learning compute instance (recommended)
3535

3636
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.
3737

38-
## Option 2: Get samples on your notebook server
38+
## Option 2: Access on your own notebook server
3939

4040
If you'd like to bring your own notebook server for local development, follow these steps on your computer.
4141

4242
[!INCLUDE [aml-your-server](../../../includes/aml-your-server.md)]
4343

4444
These instructions install the base SDK packages necessary for the quickstart and tutorial notebooks. Other sample notebooks may require you to install extra components. For more information, see [Install the Azure Machine Learning SDK for Python](/python/api/overview/azure/ml/install).
4545

46-
## Option 3: Get samples on DSVM
46+
## Option 3: Access on a DSVM
4747

4848
The Data Science Virtual Machine (DSVM) is a customized VM image built specifically for doing data science. If you [create a DSVM](../how-to-configure-environment.md#dsvm), the SDK and notebook server are installed and configured for you. However, you'll still need to create a workspace and clone the sample repository.
4949

0 commit comments

Comments
 (0)