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
+19-19Lines changed: 19 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
-
title: Example Jupyter Notebooks
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 and serve as models for your own machine learning projects.
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.
5
5
services: machine-learning
6
6
ms.service: machine-learning
7
7
ms.subservice: core
@@ -10,26 +10,28 @@ ms.topic: sample
10
10
author: sdgilley
11
11
ms.author: sgilley
12
12
ms.reviewer: sgilley
13
-
ms.date: 12/27/2021
13
+
ms.date: 08/30/2022
14
14
ms.custom: seodec18
15
15
#Customer intent: As a professional data scientist, I find and run example Jupyter Notebooks for Azure Machine Learning.
16
16
---
17
17
18
18
# Explore Azure Machine Learning with Jupyter Notebooks
19
19
20
-
The [Azure Machine Learning Notebooks repository](https://github.com/azure/machinelearningnotebooks) includes the latest Azure Machine Learning Python SDK samples. These Jupyter notebooks are designed to help you explore the SDK and serve as models for your own machine learning projects. In this repository, you'll find tutorial notebooks in the **tutorials** folder and feature-specific notebooks in the **how-to-use-azureml** folder.
> [!div class="op_single_selector" title1="Select the Azure Machine Learning version you are using:"]
22
+
> *[v1](<v1/samples-notebooks-v1.md>)
23
+
> *[v2 (preview)](samples-notebooks.md)
21
24
22
-
Also explore the community-driven repository of [AzureML-Examples](https://github.com/Azure/azureml-examples). This repository includes notebooks and [CLI (v2)](how-to-configure-cli.md) examples. For information on the various example types, see the [readme](https://github.com/Azure/azureml-examples#azure-machine-learning-examples).
25
+
The [AzureML-Examples](https://github.com/Azure/azureml-examples)repository includes the latest (v2) Azure Machine Learning Python CLI and SDK samples. For information on the various example types, see the [readme](https://github.com/Azure/azureml-examples#azure-machine-learning-examples).
23
26
24
-
This article shows you how to access the repositories from the following environments:
27
+
This article shows you how to access the repository from the following environments:
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.
35
37
@@ -39,22 +41,20 @@ To add the community-driven repository, [use a compute instance terminal](how-to
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).
49
51
50
-
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).
51
52
52
-
<aname="dsvm"></a>
53
-
## Get samples on DSVM
53
+
## Option 3: Access on a DSVM
54
54
55
55
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.
description: Learn how to find and use the Juypter Notebooks designed to help you explore the SDK (v1) and serve as models for your own machine learning projects.
5
+
services: machine-learning
6
+
ms.service: machine-learning
7
+
ms.subservice: core
8
+
ms.topic: sample
9
+
10
+
author: sdgilley
11
+
ms.author: sgilley
12
+
ms.reviewer: sgilley
13
+
ms.date: 12/27/2021
14
+
ms.custom: seodec18
15
+
#Customer intent: As a professional data scientist, I find and run example Jupyter Notebooks for Azure Machine Learning.
16
+
---
17
+
18
+
# Explore Azure Machine Learning with Jupyter Notebooks (v1)
> [!div class="op_single_selector" title1="Select the Azure Machine Learning version you are using:"]
22
+
> *[v1](<samples-notebooks-v1.md>)
23
+
> *[v2 (preview)](../samples-notebooks.md)
24
+
25
+
The [Azure Machine Learning Notebooks repository](https://github.com/azure/machinelearningnotebooks) includes Azure Machine Learning Python SDK (v1) samples. These Jupyter notebooks are designed to help you explore the SDK and serve as models for your own machine learning projects. In this repository, you'll find tutorial notebooks in the **tutorials** folder and feature-specific notebooks in the **how-to-use-azureml** folder.
26
+
27
+
This article shows you how to access the repositories from the following environments:
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.
37
+
38
+
## Option 2: Access on your own notebook server
39
+
40
+
If you'd like to bring your own notebook server for local development, follow these steps on your computer.
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).
45
+
46
+
## Option 3: Access on a DSVM
47
+
48
+
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.
* Create a new workspace using code in the [configuration.ipynb](https://github.com/Azure/MachineLearningNotebooks/blob/master/configuration.ipynb) notebook in your cloned directory.
22
+
* Create a new workspace using code in the [configuration.ipynb](https://github.com/Azure/MachineLearningNotebooks/blob/master/configuration.ipynb) notebook.
23
23
24
24
1. From the directory where you added the configuration file, clone [the Machine Learning Notebooks repository](https://aka.ms/aml-notebooks).
Copy file name to clipboardExpand all lines: includes/aml-your-server.md
+2-8Lines changed: 2 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ ms.topic: "include"
11
11
ms.date: 12/27/2021
12
12
---
13
13
14
-
1. Use the instructions at [Azure Machine Learning SDK](/python/api/overview/azure/ml/install) to install the Azure Machine Learning SDK for Python
14
+
1. Use the instructions at [Azure Machine Learning SDK](/python/api/overview/azure/ml/install) to install the Azure Machine Learning SDK (v1) for Python
15
15
16
16
1. Create an [Azure Machine Learning workspace](../articles/machine-learning/how-to-manage-workspace.md).
0 commit comments