Skip to content

Commit d8f26e0

Browse files
authored
Merge pull request #83952 from j-martens/patch-538
Update samples-notebooks.md
2 parents cdfd9b9 + 12be856 commit d8f26e0

File tree

1 file changed

+17
-12
lines changed

1 file changed

+17
-12
lines changed

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

Lines changed: 17 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,44 +10,49 @@ ms.topic: sample
1010
author: sdgilley
1111
ms.author: sgilley
1212
ms.reviewer: sgilley
13-
ms.date: 05/29/2019
13+
ms.date: 07/31/2019
1414
ms.custom: seodec18
1515
#Customer intent: As a professional data scientist, I can build an image classification model with Azure Machine Learning using Python in a Jupyter notebook.
1616
---
1717

18-
# Use Jupyter notebooks to explore Azure Machine Learning service
18+
# Explore Azure Machine Learning service with Jupyter notebooks
1919

20-
The [Azure Machine Learning Notebooks repository](https://github.com/azure/machinelearningnotebooks) includes the latest Azure Machine Learning Python SDK samples. These Juypter notebooks are designed to help you explore the SDK and serve as models for your own machine learning projects.
20+
The [example Azure Machine Learning Notebooks repository](https://github.com/azure/machinelearningnotebooks) includes the latest Azure Machine Learning Python SDK samples. These Juypter notebooks are designed to help you explore the SDK and serve as models for your own machine learning projects.
2121

2222
This article shows you how to access the repository from the following environments:
2323

24-
- [Azure Machine Learning Notebook VM](#azure-machine-learning-notebook-vm)
25-
- [Bring your own notebook server](#bring-your-own-jupyter-notebook-server)
26-
- [Data Science Virtual Machine](#data-science-virtual-machine)
27-
- [Azure Notebooks](#azure-notebooks)
24+
- [Azure Machine Learning Notebook VM](#notebookvm)
25+
- [Bring your own notebook server](#byo)
26+
- [Data Science Virtual Machine](#dsvm)
27+
- [Azure Notebooks](#aznb)
2828

2929
> [!NOTE]
3030
> Once you've cloned the repository, you'll find tutorial notebooks in the **tutorials** folder and feature-specific notebooks in the **how-to-use-azureml** folder.
3131
32-
## Azure Machine Learning Notebook VM
32+
<a name="notebookvm"></a>
33+
## Get samples on Azure Machine Learning Notebook VM
3334

3435
The easiest way to get started with the samples is to complete the [cloud-based notebook quickstart](quickstart-run-cloud-notebook.md). Once completed, you'll have a dedicated notebook server pre-loaded with the SDK and the sample repository. No downloads or installation necessary.
3536

36-
## Bring your own Jupyter Notebook server
37+
<a name="byo"></a>
38+
39+
## Get samples on your notebook server
3740

3841
If you'd like to bring your own notebook server for local development, follow these steps:
3942

4043
[!INCLUDE [aml-your-server](../../../includes/aml-your-server.md)]
4144

4245
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://docs.microsoft.com/python/api/overview/azure/ml/install).
4346

44-
## Data Science Virtual Machine
47+
<a name="dsvm"></a>
48+
## Get samples on DSVM
4549

4650
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.
4751

4852
[!INCLUDE [aml-dsvm-server](../../../includes/aml-dsvm-server.md)]
4953

50-
## Azure Notebooks
54+
<a name="aznb"></a>
55+
## Get samples on Azure Notebooks
5156

5257
On [Azure Notebooks](https://notebooks.azure.com/), the SDK and notebook server are installed and configured for you. Azure Notebooks provides a fully-managed, lightweight notebook environment for you to explore.
5358

@@ -59,4 +64,4 @@ Explore the [sample notebooks](https://aka.ms/aml-notebooks) to discover what Az
5964

6065
- [Train and deploy an image classification model with MNIST](tutorial-train-models-with-aml.md)
6166

62-
- [Prepare data and use automated machine learning to train a regression model with the NYC taxi data set](tutorial-data-prep.md)
67+
- [Prepare data and use automated machine learning to train a regression model with the NYC taxi data set](tutorial-data-prep.md)

0 commit comments

Comments
 (0)