Skip to content

Commit a7e8923

Browse files
author
Larry Franks
committed
fixing blockers
1 parent 41df5a3 commit a7e8923

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

articles/machine-learning/v1/how-to-configure-environment-v1.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.author: roastala
88
ms.service: machine-learning
99
ms.subservice: core
1010
ms.reviewer: larryfr
11-
ms.date: 03/22/2021
11+
ms.date: 09/30/2022
1212
ms.topic: how-to
1313
ms.custom: devx-track-python, contperf-fy21q1, devx-track-azurecli, sdkv1, event-tier1-build-2022
1414
---
@@ -58,7 +58,7 @@ Create a workspace configuration file in one of the following methods:
5858

5959
**Download the file**: In the [Azure portal](https://portal.azure.com), select **Download config.json** from the **Overview** section of your workspace.
6060

61-
![Azure portal](../media/how-to-configure-environment/configure.png)
61+
![Screenshot of the workspace overview page with download config.json selected.](../media/how-to-configure-environment/configure.png)
6262

6363
* Azure Machine Learning Python SDK
6464

@@ -81,7 +81,7 @@ Create a workspace configuration file in one of the following methods:
8181
print('Workspace not found')
8282
```
8383

84-
## <a id="local"></a>Local computer or remote VM environment
84+
## Local computer or remote VM environment
8585

8686
You can set up an environment on a local computer or remote virtual machine, such as an Azure Machine Learning compute instance or Data Science VM.
8787

@@ -101,7 +101,7 @@ To configure a local development environment or remote VM:
101101

102102
Now that you have your local environment set up, you're ready to start working with Azure Machine Learning. See the [Azure Machine Learning Python getting started guide](tutorial-1st-experiment-hello-world.md) to get started.
103103

104-
### <a id="jupyter"></a>Jupyter Notebooks
104+
### Jupyter Notebooks
105105

106106
When running a local Jupyter Notebook server, it's recommended that you create an IPython kernel for your Python virtual environment. This helps ensure the expected kernel and package import behavior.
107107

@@ -122,7 +122,7 @@ When running a local Jupyter Notebook server, it's recommended that you create a
122122
See the [Azure Machine Learning notebooks repository](https://github.com/Azure/MachineLearningNotebooks) to get started with Azure Machine Learning and Jupyter Notebooks.
123123
Also see the community-driven repository, [AzureML-Examples](https://github.com/Azure/azureml-examples).
124124

125-
### <a id="vscode"></a>Visual Studio Code
125+
### Visual Studio Code
126126

127127
To use Visual Studio Code for development:
128128

@@ -136,7 +136,7 @@ Once you have the Visual Studio Code extension installed, use it to:
136136
* [Run and debug experiments](../how-to-debug-visual-studio-code.md)
137137
* [Deploy trained models](../tutorial-train-deploy-image-classification-model-vscode.md).
138138

139-
## <a id="compute-instance"></a>Azure Machine Learning compute instance
139+
## Azure Machine Learning compute instance
140140

141141
The Azure Machine Learning [compute instance](../concept-compute-instance.md) is a secure, cloud-based Azure workstation that provides data scientists with a Jupyter Notebook server, JupyterLab, and a fully managed machine learning environment.
142142

@@ -153,7 +153,7 @@ In addition to a Jupyter Notebook server and JupyterLab, you can use compute ins
153153

154154
You can also use the Azure Machine Learning Visual Studio Code extension to [connect to a remote compute instance using VS Code](../how-to-set-up-vs-code-remote.md).
155155

156-
## <a id="dsvm"></a>Data Science Virtual Machine
156+
## Data Science Virtual Machine
157157

158158
The Data Science VM is a customized virtual machine (VM) image you can use as a development environment. It's designed for data science work that's pre-configured tools and software like:
159159

0 commit comments

Comments
 (0)