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
+12-2Lines changed: 12 additions & 2 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: machine-learning
10
10
ms.subservice: core
11
11
ms.topic: conceptual
12
-
ms.date: 03/19/2020
12
+
ms.date: 04/14/2020
13
13
# As a data scientist, I want to run Jupyter notebooks in my workspace in Azure Machine Learning studio
14
14
---
15
15
@@ -101,6 +101,16 @@ You can also launch Jupyter or JupyterLab from the Notebook toolbar. Azure Mach
101
101
|Tab (when tab trap enabled) | Add a '\t' character (indent)
102
102
|Tab (when tab trap disabled) | Change focus to next focusable item (delete cell button, run button, etc.)
103
103
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
+
104
114
## Run an experiment
105
115
106
116
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
110
120
3. Select **Create**.
111
121
4. The compute instance is connected to the Notebook automatically and you can now run your cells.
112
122
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.
0 commit comments