Skip to content

Commit 2502361

Browse files
committed
Jupyter notebooks
1 parent 7500865 commit 2502361

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.reviewer: sgilley
99
ms.service: azure-machine-learning
1010
ms.subservice: core
1111
ms.topic: how-to
12-
ms.date: 08/14/2024
12+
ms.date: 08/13/2025
1313
ms.custom:
1414
- devx-track-python
1515
- FY25Q1-Linter
@@ -19,7 +19,7 @@ ms.custom:
1919

2020
# Run Jupyter notebooks in your workspace
2121

22-
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), and [Visual Studio Code](./how-to-launch-vs-code-remote.md). VS Code Desktop can be configured to access your compute instance. Or use VS Code for the Web, directly from the browser, and without any required installations or dependencies.
22+
This article shows how to run your Jupyter notebooks inside your workspace of Azure Machine Learning studio. You can also run notebooks using [Jupyter](https://jupyter.org/), [JupyterLab](https://jupyterlab.readthedocs.io), and [Visual Studio Code](./how-to-launch-vs-code-remote.md). VS Code Desktop can be configured to access your compute instance. Or use VS Code for the Web, directly from the browser, and without any required installations or dependencies.
2323

2424
> [!TIP]
2525
> We recommend you try VS Code for the Web to take advantage of the easy integration and 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 Desktop and VS Code for the Web, see [Launch Visual Studio Code integrated with Azure Machine Learning](how-to-launch-vs-code-remote.md) and [Work in VS Code remotely connected to a compute instance](how-to-work-in-vs-code-remote.md).
@@ -72,7 +72,7 @@ Use focus mode to expand your current view so you can focus on your
7272
* Learn more about the code you're using
7373
* Keep track of the parameters you're typing
7474
* Add calls to properties and methods
75-
<!--
75+
7676
### Insert code snippets (preview)
7777

7878
Use **Ctrl+Space** to trigger IntelliSense code snippets. Scroll through the suggestions or start typing to find the code you want to insert. Once you insert code, tab through the arguments to customize the code for your own use.
@@ -88,7 +88,7 @@ You can browse and search the list of snippets by using the notebook toolbar to
8888
From the snippets panel, you can also submit a request to add new snippets.
8989

9090
:::image type="content" source="media/how-to-run-jupyter-notebooks/propose-new-snippet.png" alt-text="Snippet panel allows you to propose a new snippet":::
91-
-->
91+
9292
## Share a notebook
9393

9494
Your notebooks are stored in your workspace's storage account, and can be shared with others, depending on their [access level](how-to-assign-roles.md) to your workspace. They can open and edit the notebook as long as they have the appropriate access. For example, a Contributor can edit the notebook, while a Reader could only view it.
@@ -178,7 +178,7 @@ To run a notebook or a Python script, you first connect to a running [compute in
178178

179179
Once you're connected to a compute instance, use the toolbar to run all cells in the notebook, or Control + Enter to run a single selected cell.
180180

181-
Only you can see and use the compute instances you create. Your **User files** are stored separately from the machine and are shared among all compute instances in the workspace.
181+
Only you can see and use the compute instances you create. Your **User files** are stored separately from the machine and shared among all compute instances in the workspace.
182182

183183
## Explore variables in the notebook
184184

@@ -198,7 +198,7 @@ On the notebook toolbar, use the **Table of contents** tool to display or hide
198198

199199
## Change the notebook environment
200200

201-
The notebook toolbar allows you to change the environment on which your notebook runs.
201+
The notebook toolbar lets you change the environment on which your notebook runs.
202202

203203
These actions don't change the notebook state or the values of any variables in the notebook:
204204

@@ -339,7 +339,7 @@ Using the following keystroke shortcuts, you can more easily navigate and run co
339339

340340
* **Expired token**: If you run into an expired token issue, sign out of your Azure Machine Learning studio, sign back in, and then restart the notebook kernel.
341341

342-
* **File upload limit**: When uploading a file through the notebook's file explorer, you're limited files that are smaller than 5 TB. If you need to upload a file larger than this, we recommend that you use the SDK to upload the data to a datastore. For more information, see [Create data assets](how-to-create-data-assets.md?tabs=Python-SDK).
342+
* **File upload limit**: When uploading a file through the notebook's file explorer, you're limited to files smaller than 5 TB. If you need to upload a file larger than this, we recommend that you use the SDK to upload the data to a datastore. For more information, see [Create data assets](how-to-create-data-assets.md?tabs=Python-SDK).
343343

344344
## Related content
345345

0 commit comments

Comments
 (0)