Skip to content

Commit 1c28b84

Browse files
committed
add delete
1 parent 6c6aa0e commit 1c28b84

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

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

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.reviewer: sgilley
99
ms.service: machine-learning
1010
ms.subservice: core
1111
ms.topic: conceptual
12-
ms.date: 03/19/2020
12+
ms.date: 04/14/2020
1313
# As a data scientist, I want to run Jupyter notebooks in my workspace in Azure Machine Learning studio
1414
---
1515

@@ -101,6 +101,16 @@ You can also launch Jupyter or JupyterLab from the Notebook toolbar. Azure Mach
101101
|Tab (when tab trap enabled) | Add a '\t' character (indent)
102102
|Tab (when tab trap disabled) | Change focus to next focusable item (delete cell button, run button, etc.)
103103

104+
## Delete a notebook
105+
106+
You *can't* delete the **Samples** notebooks. These notebooks are part of the studio and are updated each time a new SDK is published.
107+
108+
You *can* delete **User files** notebooks in any of these ways:
109+
110+
* In the studio, select the **...** at the end of a folder or file. Make sure to use a supported browser (Microsoft Edge, Chrome, or Firefox).
111+
* From any Notebook toolbar, select **Terminal** to access the terminal window for the compute instance.
112+
* In either Jupyter or JupyterLab with their tools.
113+
104114
## Run an experiment
105115

106116
To run an experiment from a Notebook, you first connect to a running [compute instance](concept-compute-instance.md). If you don't have a compute instance, use these steps to create one:
@@ -110,7 +120,7 @@ To run an experiment from a Notebook, you first connect to a running [compute in
110120
3. Select **Create**.
111121
4. The compute instance is connected to the Notebook automatically and you can now run your cells.
112122

113-
Only you can see and use the compute instances you create.
123+
Only you can see and use the compute instances you create. Your **User files** are stored separately from the VM and are shared among all compute instances in the workspace.
114124

115125
### View logs and output
116126

0 commit comments

Comments
 (0)