Skip to content

Commit 12be856

Browse files
authored
Update samples-notebooks.md
1 parent c427af7 commit 12be856

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

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

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,18 +21,21 @@ The [example Azure Machine Learning Notebooks repository](https://github.com/azu
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+
<a name="notebookvm"></a>
3233
## 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

37+
<a name="byo"></a>
38+
3639
## Get samples on your notebook server
3740

3841
If you'd like to bring your own notebook server for local development, follow these steps:
@@ -41,12 +44,14 @@ If you'd like to bring your own notebook server for local development, follow th
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

47+
<a name="dsvm"></a>
4448
## 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

54+
<a name="aznb"></a>
5055
## 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.

0 commit comments

Comments
 (0)