Skip to content

Commit 76e78b6

Browse files
committed
recommend VS Code for the Web
1 parent aaea0df commit 76e78b6

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

articles/machine-learning/concept-compute-instance.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,13 @@ A compute instance is a fully managed cloud-based workstation optimized for your
5252

5353
Azure Machine Learning compute instance enables you to author, train, and deploy models in a fully integrated notebook experience in your workspace.
5454

55-
You can run Jupyter notebooks in [VS Code](https://techcommunity.microsoft.com/t5/azure-ai/power-your-vs-code-notebooks-with-azml-compute-instances/ba-p/1629630) using compute instance as the remote server with no SSH needed. You can also enable VS Code integration through [remote SSH extension](https://devblogs.microsoft.com/python/enhance-your-azure-machine-learning-experience-with-the-vs-code-extension/).
55+
You can run notebooks from [your Azure Machine Learning workspace](./how-to-run-jupyter-notebooks.md), [Jupyter](https://jupyter.org/), [JupyterLab](https://jupyterlab.readthedocs.io) or [VS Code for the Web](./how-to-launch-vs-code-remote.md).
56+
57+
We recommend you try VS Code for the Web to take advantage of the rich development environment it provides. VS Code (Web) gives you many of the features of VS Code Desktop that you love, including search and syntax highlighting while browsing and editing. For more information about using VS Code for the Web, see [Launch Visual Studio Code integrated with Azure Machine Learning (preview)](how-to-launch-vs-code-remote.md) and [Work in VS Code remotely connected to a compute instance (preview)](how-to-work-in-vs-code-remote.md).
5658

5759
You can [install packages](how-to-access-terminal.md#install-packages) and [add kernels](how-to-access-terminal.md#add-new-kernels) to your compute instance.
5860

59-
Following tools and environments are already installed on the compute instance:
61+
The following tools and environments are already installed on the compute instance:
6062

6163
|General tools & environments|Details|
6264
|----|:----:|

articles/machine-learning/how-to-run-jupyter-notebooks.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,13 @@ ms.date: 02/28/2022
1616

1717
# Run Jupyter notebooks in your workspace
1818

19-
Learn how to run your Jupyter notebooks directly in your workspace in Azure Machine Learning studio. While you can launch [Jupyter](https://jupyter.org/) or [JupyterLab](https://jupyterlab.readthedocs.io), you can also edit and run your notebooks without leaving the workspace.
19+
This article shows how to run your Jupyter notebooks inside your workspace of Azure Machine Learning studio. There are other ways to run the notebook as well: [Jupyter](https://jupyter.org/), [JupyterLab](https://jupyterlab.readthedocs.io) or [VS Code for the Web](./how-to-launch-vs-code-remote.md).
20+
21+
We recommend you try VS Code for the Web to take advantage of the rich development environment it provides. VS Code for the Web gives you many of the features of VS Code Desktop that you love, including search and syntax highlighting while browsing and editing. For more information about using VS Code for the Web, see [Launch Visual Studio Code integrated with Azure Machine Learning (preview)](how-to-launch-vs-code-remote.md) and [Work in VS Code remotely connected to a compute instance (preview)](how-to-work-in-vs-code-remote.md).
22+
23+
No matter which solution you use to run the notebook, you'll have access to all the files from your workspace. For information on how to create and manage files, including notebooks, see [Create and manage files in your workspace](how-to-manage-files.md).
2024

21-
For information on how to create and manage files, including notebooks, see [Create and manage files in your workspace](how-to-manage-files.md).
25+
This rest of this article shows the experience for running the notebook directly in studio.
2226

2327
> [!IMPORTANT]
2428
> Features marked as (preview) are provided without a service level agreement, and it's not recommended for production workloads. Certain features might not be supported or might have constrained capabilities.

0 commit comments

Comments
 (0)