You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/machine-learning/samples-notebooks.md
+5-6Lines changed: 5 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,11 @@
1
1
---
2
2
title: Example Jupyter Notebooks (v2)
3
3
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.
5
5
services: machine-learning
6
6
ms.service: machine-learning
7
7
ms.subservice: core
8
8
ms.topic: sample
9
-
10
9
author: sdgilley
11
10
ms.author: sgilley
12
11
ms.reviewer: sgilley
@@ -29,7 +28,7 @@ This article shows you how to access the repository from the following environme
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.
33
32
34
33
To view example notebooks:
35
34
@@ -44,7 +43,7 @@ If you'd like to bring your own notebook server for local development, follow th
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).
48
47
49
48
## Option 3: Access on a DSVM
50
49
@@ -58,15 +57,15 @@ The Data Science Virtual Machine (DSVM) is a customized VM image built specifica
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.
62
61
63
62
```bash
64
63
jupyter notebook
65
64
```
66
65
67
66
## Connect to a workspace
68
67
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.
70
69
71
70
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:
0 commit comments