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
> 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.
31
31
32
+
<aname="notebookvm"></a>
32
33
## Get samples on Azure Machine Learning Notebook VM
33
34
34
35
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.
35
36
37
+
<aname="byo"></a>
38
+
36
39
## Get samples on your notebook server
37
40
38
41
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
41
44
42
45
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).
43
46
47
+
<aname="dsvm"></a>
44
48
## Get samples on DSVM
45
49
46
50
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.
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