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
@@ -58,7 +58,7 @@ Create a workspace configuration file in one of the following methods:
58
58
59
59
**Download the file**: In the [Azure portal](https://portal.azure.com), select **Download config.json** from the **Overview** section of your workspace.

62
62
63
63
* Azure Machine Learning Python SDK
64
64
@@ -81,7 +81,7 @@ Create a workspace configuration file in one of the following methods:
81
81
print('Workspace not found')
82
82
```
83
83
84
-
## <a id="local"></a>Local computer or remote VM environment
84
+
## Local computer or remote VM environment
85
85
86
86
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.
87
87
@@ -101,7 +101,7 @@ To configure a local development environment or remote VM:
101
101
102
102
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.
103
103
104
-
### <a id="jupyter"></a>Jupyter Notebooks
104
+
### Jupyter Notebooks
105
105
106
106
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.
107
107
@@ -122,7 +122,7 @@ When running a local Jupyter Notebook server, it's recommended that you create a
122
122
See the [Azure Machine Learning notebooks repository](https://github.com/Azure/MachineLearningNotebooks) to get started with Azure Machine Learning and Jupyter Notebooks.
123
123
Also see the community-driven repository, [AzureML-Examples](https://github.com/Azure/azureml-examples).
124
124
125
-
### <a id="vscode"></a>Visual Studio Code
125
+
### Visual Studio Code
126
126
127
127
To use Visual Studio Code for development:
128
128
@@ -136,7 +136,7 @@ Once you have the Visual Studio Code extension installed, use it to:
136
136
* [Run and debug experiments](../how-to-debug-visual-studio-code.md)
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.
142
142
@@ -153,7 +153,7 @@ In addition to a Jupyter Notebook server and JupyterLab, you can use compute ins
153
153
154
154
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).
155
155
156
-
## <a id="dsvm"></a>Data Science Virtual Machine
156
+
## Data Science Virtual Machine
157
157
158
158
The Data Science VMis 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:
0 commit comments