Skip to content

Commit 90bbedc

Browse files
authored
Merge pull request #77082 from sdgilley/sdg-master2
why local vs cloud notebooks
2 parents 541b06b + bcdf483 commit 90bbedc

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

articles/machine-learning/service/quickstart-run-cloud-notebook.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,14 @@ ms.custom: seodec18
1515

1616
# Quickstart: Use a cloud-based notebook server to get started with Azure Machine Learning
1717

18-
In this quickstart, you run Python code from a cloud-based Jupyter notebook that logs values in the [Azure Machine Learning service workspace](concept-azure-machine-learning-architecture.md). The workspace is the foundational block in the cloud that you use to experiment, train, and deploy machine learning models with Machine Learning.
18+
No install required. Get started with Azure Machine Learning service using a managed notebook server in the cloud. If you want to instead install the SDK into your own Python environment, see [Quickstart: Use your own notebook server to get started with Azure Machine Learning](quickstart-run-local-notebook.md).
1919

20-
This quickstart shows how to create a cloud virtual machine in your Azure Machine Learning workspace, configured with the Python environment necessary to run Azure Machine Learning. The [notebook VM (Preview)](how-to-configure-environment.md#notebookvm) is a secure, cloud-based Azure workstation that provides data scientists with a Jupyter notebook server, JupyterLab, and a fully prepared ML environment. If you prefer to work locally, you can also [use your own notebook server](quickstart-run-local-notebook.md).
20+
This quickstart shows how you can use the [Azure Machine Learning service workspace](concept-azure-machine-learning-architecture.md) to keep track of your machine learning experiments. You will create a [notebook VM (Preview)](how-to-configure-environment.md#notebookvm), a secure, cloud-based Azure workstation that provides a Jupyter notebook server, JupyterLab, and a fully prepared ML environment. You then run a Python notebook on this VM that log values into the workspace.
2121

2222
In this quickstart, you take the following actions:
2323

24-
* Create a new cloud-based notebook server in your workspace.
24+
* Create a workspace
25+
* Create a notebook VM in your workspace.
2526
* Launch the Jupyter web interface.
2627
* Open a notebook that contains code to estimate pi and logs errors at each iteration.
2728
* Run the notebook.
@@ -31,11 +32,11 @@ If you don’t have an Azure subscription, create a free account before you begi
3132

3233
## Create a workspace
3334

34-
If you have an Azure Machine Learning service workspace, skip to the [next section](#create-a-cloud-based-notebook-server). Otherwise, create one now.
35+
If you have an Azure Machine Learning service workspace, skip to the [next section](#create-notebook). Otherwise, create one now.
3536

3637
[!INCLUDE [aml-create-portal](../../../includes/aml-create-in-portal.md)]
3738

38-
## Create a cloud-based notebook server
39+
## <a name="create-notebook"></a>Create a notebook VM
3940

4041
From your workspace, you create a cloud resource to get started using Jupyter notebooks. This resource gives you a cloud-based platform pre-configured with everything you need to run Azure Machine Learning service.
4142

@@ -139,6 +140,7 @@ You can also keep the resource group but delete a single workspace. Display the
139140

140141
In this quickstart, you completed these tasks:
141142

143+
* Create a workspace
142144
* Create a notebook VM.
143145
* Launch the Jupyter web interface.
144146
* Open a notebook that contains code to estimate pi and logs errors at each iteration.

articles/machine-learning/service/quickstart-run-local-notebook.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ ms.custom: seodec18
1515

1616
# Quickstart: Use your own notebook server to get started with Azure Machine Learning
1717

18-
Use your own notebook server to run code that logs values in the [Azure Machine Learning service workspace](concept-azure-machine-learning-architecture.md). The workspace is the foundational block in the cloud that you use to experiment, train, and deploy machine learning models with Machine Learning.
18+
Use your own Python environment and Jupyter Notebook Server to get started with Azure Machine Learning service. For a quickstart with no SDK installation, see [Quickstart: Use a cloud-based notebook server to get started with Azure Machine Learning](quickstart-run-cloud-notebook.md).
1919

20-
This quickstart uses your own Python environment and Jupyter Notebook Server. For a quickstart with no SDK installation, see [Quickstart: Use a cloud-based notebook server to get started with Azure Machine Learning](quickstart-run-cloud-notebook.md)
20+
This quickstart shows how you can use the [Azure Machine Learning service workspace](concept-azure-machine-learning-architecture.md) to keep track of your machine learning experiments. You will run Python code that log values into the workspace.
2121

2222
View a video version of this quickstart:
2323

0 commit comments

Comments
 (0)