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
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.
32
+
The easiest way to get started with the samples is to complete [Create resources to get started](quickstart-create-resources.md). Once completed, you have a dedicated notebook server preloaded with the SDK and the Azure Machine Learning Notebooks repository. No downloads or installation necessary.
33
33
34
34
To view example notebooks:
35
35
36
36
1. Sign in to [studio](https://ml.azure.com) and select your workspace if necessary.
37
37
1. Select **Notebooks**.
38
38
1. Select the **Samples** tab. Use the **SDK v2** folder for examples using Python SDK v2.
39
-
1. Open the notebook you want to run. Select **Clone this notebook** to create a copy in your workspace file share. This action will copy the notebook along with any dependent resources.
39
+
1. Open the notebook you want to run. Select **Clone this notebook** to create a copy in your workspace file share. This action copies the notebook, along with any dependent resources, to the file storage in your project.
40
40
41
41
## Option 2: Access on your own notebook server
42
42
@@ -48,14 +48,14 @@ These instructions install the base SDK packages necessary for the quickstart an
48
48
49
49
## Option 3: Access on a DSVM
50
50
51
-
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#local-and-dsvm-only-create-a-workspace-configuration-file), 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.
51
+
The Data Science Virtual Machine (DSVM) is a customized Virtual Machine (VM) image built specifically for doing data science. If you [create a DSVM](how-to-configure-environment.md#local-and-dsvm-only-create-a-workspace-configuration-file), the SDK and notebook server are installed and configured for you. However, you still need to create a workspace and clone the sample repository.
52
52
53
-
1.[Create an Azure Machine Learning workspace](how-to-manage-workspace.md).
53
+
1.[Create an Azure Machine Learning workspace](./quickstart-create-resources.md#create-the-workspace).
54
54
55
55
1. Clone the [the AzureML-Examples repository](https://aka.ms/aml-notebooks).
1. Start the notebook server from the directory that contains the clone.
@@ -66,22 +66,22 @@ The Data Science Virtual Machine (DSVM) is a customized VM image built specifica
66
66
67
67
## Connect to a workspace
68
68
69
-
Some of the samples use `MLClient.from_config()` to connect to a workspace. For these samples to work, you need a configuration file in a directory on the path to the sample.
69
+
Some of the samples use `MLClient.from_config()` to connect to a workspace. For these samples to work, you need a configuration file in a directory on the path to the sample.
70
70
71
-
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:
71
+
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:
72
72
73
-
* Write a [configuration file](how-to-configure-environment.md#) file (**aml_config/config.json**) in the root of your cloned repository.
73
+
- Write a [configuration file](how-to-configure-environment.md#) file (**aml_config/config.json**) in the root of your cloned repository.
74
74
75
-
* Download the workspace configuration file:
75
+
- Download the workspace configuration file:
76
76
77
-
* Sign in to [Azure Machine Learning studio](https://ml.azure.com)
78
-
* Select your workspace settings in the upper right
79
-
* Select **Download config file**
80
-
* Place the file in the root of your cloned repository.
77
+
- Sign in to [Azure Machine Learning studio](https://ml.azure.com)
78
+
- Select your workspace settings in the upper right
79
+
- Select **Download config file**
80
+
- Place the file in the root of your cloned repository.
81
81
82
82

83
83
84
-
## Next steps
84
+
## Related resources
85
85
86
86
Explore the [AzureML-Examples](https://github.com/Azure/azureml-examples) repository to discover what Azure Machine Learning can do.
0 commit comments