Skip to content

Commit 74e2662

Browse files
authored
Merge pull request #200 from sdgilley/sdg-freshness
freshness update samples-notebooks
2 parents 38f5347 + ba6cf71 commit 74e2662

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

articles/machine-learning/samples-notebooks.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.topic: sample
99
author: sdgilley
1010
ms.author: sgilley
1111
ms.reviewer: sgilley
12-
ms.date: 02/05/2024
12+
ms.date: 09/09/2024
1313
#Customer intent: As a professional data scientist, I find and run example Jupyter Notebooks for Azure Machine Learning.
1414
---
1515

@@ -23,20 +23,20 @@ This article shows you how to access the repository from the following environme
2323

2424
- Azure Machine Learning compute instance
2525
- Your own compute resource
26-
- Data Science Virtual Machine
26+
- Data Science Virtual Machine (DSVM)
2727

2828
You can also [browse code samples](/samples/browse/?expanded=azure&products=azure-machine-learning) for more examples.
2929

3030
## Option 1: Access on Azure Machine Learning compute instance (recommended)
3131

32-
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.
3333

3434
To view example notebooks:
3535

3636
1. Sign in to [studio](https://ml.azure.com) and select your workspace if necessary.
3737
1. Select **Notebooks**.
3838
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.
4040

4141
## Option 2: Access on your own notebook server
4242

@@ -48,14 +48,14 @@ These instructions install the base SDK packages necessary for the quickstart an
4848

4949
## Option 3: Access on a DSVM
5050

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.
5252

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).
5454

5555
1. Clone the [the AzureML-Examples repository](https://aka.ms/aml-notebooks).
5656

5757
```bash
58-
git clone https://github.com/Azure/azureml-examples.git --depth 1
58+
git clone https://github.com/Azure/azureml-examples.git **depth 1
5959
```
6060

6161
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
6666

6767
## Connect to a workspace
6868

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.
7070
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:
7272
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.
7474
75-
* Download the workspace configuration file:
75+
- Download the workspace configuration file:
7676
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.
8181
8282
![Screenshot of download config.json.](./media/aml-dsvm-server/download-config.png)
8383
84-
## Next steps
84+
## Related resources
8585
8686
Explore the [AzureML-Examples](https://github.com/Azure/azureml-examples) repository to discover what Azure Machine Learning can do.
8787

0 commit comments

Comments
 (0)