Skip to content

Commit 61e4ba5

Browse files
committed
add non-share of compute instance
1 parent a3c31f5 commit 61e4ba5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Copy and paste the URL to share a notebook or file. Only other users of the wor
8585

8686
## Edit a notebook
8787

88-
To edit a notebook, open any notebook located in the **User files** section of your workspace. Click on the cell you wish to edit. *@@ Will users first need to do something to enable edit mode?*
88+
To edit a notebook, open any notebook located in the **User files** section of your workspace. Click on the cell you wish to edit.
8989

9090
When a compute instance running is running, you can also use code completion, powered by [Intellisense](https://code.visualstudio.com/docs/editor/intellisense), in any Python Notebook.
9191

@@ -110,6 +110,8 @@ To run an experiment from a Notebook, you first connect to a running [compute in
110110
3. Select **Create**.
111111
4. The compute instance is connected to the Notebook automatically and you can now run your cells.
112112

113+
Only you can see and use the compute instances you create.
114+
113115
### View logs and output
114116

115117
Use [Notebook widgets](https://docs.microsoft.com/python/api/azureml-widgets/azureml.widgets?view=azure-ml-py) to view the progress of the run and logs. A widget is asynchronous and provides updates until training finishes. Azure Machine Learning widgets are also supported in Jupyter and JupterLab.

0 commit comments

Comments
 (0)