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
Copy file name to clipboardExpand all lines: articles/machine-learning/how-to-run-jupyter-notebooks.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ ms.reviewer: sgilley
9
9
ms.service: azure-machine-learning
10
10
ms.subservice: core
11
11
ms.topic: how-to
12
-
ms.date: 08/14/2024
12
+
ms.date: 08/13/2025
13
13
ms.custom:
14
14
- devx-track-python
15
15
- FY25Q1-Linter
@@ -19,7 +19,7 @@ ms.custom:
19
19
20
20
# Run Jupyter notebooks in your workspace
21
21
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.
23
23
24
24
> [!TIP]
25
25
> 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
72
72
* Learn more about the code you're using
73
73
* Keep track of the parameters you're typing
74
74
* Add calls to properties and methods
75
-
<!--
75
+
76
76
### Insert code snippets (preview)
77
77
78
78
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
88
88
From the snippets panel, you can also submit a request to add new snippets.
89
89
90
90
:::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
+
92
92
## Share a notebook
93
93
94
94
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
178
178
179
179
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.
180
180
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.
182
182
183
183
## Explore variables in the notebook
184
184
@@ -198,7 +198,7 @@ On the notebook toolbar, use the **Table of contents** tool to display or hide
198
198
199
199
## Change the notebook environment
200
200
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.
202
202
203
203
These actions don't change the notebook state or the values of any variables in the notebook:
204
204
@@ -339,7 +339,7 @@ Using the following keystroke shortcuts, you can more easily navigate and run co
339
339
340
340
***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.
341
341
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).
0 commit comments