Skip to content

Commit 21c41e3

Browse files
committed
typo, acrolinx
1 parent 60aaf2d commit 21c41e3

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

articles/machine-learning/samples-notebooks.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
---
22
title: Example Jupyter Notebooks (v2)
33
titleSuffix: Azure Machine Learning
4-
description: Learn how to find and use the Juypter Notebooks designed to help you explore the SDK (v2) and serve as models for your own machine learning projects.
4+
description: Learn how to find and use the Jupyter Notebooks designed to help you explore the SDK (v2) and serve as models for your own machine learning projects.
55
services: machine-learning
66
ms.service: machine-learning
77
ms.subservice: core
88
ms.topic: sample
9-
109
author: sdgilley
1110
ms.author: sgilley
1211
ms.reviewer: sgilley
@@ -29,7 +28,7 @@ This article shows you how to access the repository from the following environme
2928

3029
## Option 1: Access on Azure Machine Learning compute instance (recommended)
3130

32-
The easiest way to get started with the samples is to complete the [Create resources to get started](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.
31+
The easiest way to get started with the samples is to complete the [Create resources to get started](quickstart-create-resources.md). Once completed, you'll have a dedicated notebook server preloaded with the SDK and the Azure Machine Learning Notebooks repository. No downloads or installation necessary.
3332

3433
To view example notebooks:
3534

@@ -44,7 +43,7 @@ If you'd like to bring your own notebook server for local development, follow th
4443

4544
[!INCLUDE [aml-your-server](includes/aml-your-server-v2.md)]
4645

47-
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).
46+
These instructions install the base SDK packages necessary for the quickstart and tutorial notebooks. Other sample notebooks might require you to install extra components. For more information, see [Install the Azure Machine Learning SDK for Python](https://aka.ms/sdk-v2-install).
4847

4948
## Option 3: Access on a DSVM
5049

@@ -58,15 +57,15 @@ The Data Science Virtual Machine (DSVM) is a customized VM image built specifica
5857
git clone https://github.com/Azure/azureml-examples.git --depth 1
5958
```
6059

61-
1. Start the notebook server from the directory which contains the clone.
60+
1. Start the notebook server from the directory that contains the clone.
6261

6362
```bash
6463
jupyter notebook
6564
```
6665

6766
## Connect to a workspace
6867

69-
Some of the sample use `MLClient.from_config()` to connect to a workspace. For these samples to work, you'll need to a configuration file in the directory where you run the notebook, or a parent directory.
68+
Some of the samples use `MLClient.from_config()` to connect to a workspace. For these samples to work, you need a configuration file in the directory where you run the notebook, or a parent directory.
7069
7170
The configuration file is created for you on the Azure Machine Learning compute instance. To use the code on your own notebook server or DSVM, create the configuration file manually. Use either of the following methods:
7271

0 commit comments

Comments
 (0)