@@ -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 : 04/14 /2020
12
+ ms.date : 04/21 /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
@@ -58,7 +58,7 @@ Your workspace contains a **Samples** folder with notebooks designed to help you
58
58
59
59
For an example, see [ Tutorial: Create your first ML experiment] ( tutorial-1st-experiment-sdk-setup.md#azure ) .
60
60
61
- ### Use files from Git and version my files
61
+ ### < a name = " terminal " > Use files from Git and version my files
62
62
63
63
You can access all Git operations by using a terminal window. All Git files and folders will be stored in your workspace file system.
64
64
@@ -110,7 +110,7 @@ You *can't* delete the **Samples** notebooks. These notebooks are part of the s
110
110
You * can* delete ** User files** notebooks in any of these ways:
111
111
112
112
* 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).
113
- * From any Notebook toolbar, select ** Terminal ** to access the terminal window for the compute instance.
113
+ * From any Notebook toolbar, select [ ** Open terminal ** ] ( #terminal ) to access the terminal window for the compute instance.
114
114
* In either Jupyter or JupyterLab with their tools.
115
115
116
116
## Run an experiment
@@ -139,7 +139,7 @@ These actions will not change the notebook state or the values of any variables
139
139
| Stop the kernel | Stops any running cell. Running a cell will automatically restart the kernel. |
140
140
| Navigate to another workspace section | Running cells are stopped. |
141
141
142
- These actions will reset the notebook state as well as all variables in the notebook.
142
+ These actions will reset the notebook state and will reset all variables in the notebook.
143
143
144
144
| Action | Result |
145
145
| ---------| ---------| --------|
@@ -153,7 +153,7 @@ These actions will reset the notebook state as well as all variables in the note
153
153
154
154
The Notebook will automatically find all Jupyter kernels installed on the connected compute instance. To add a kernel to the compute instance:
155
155
156
- 1 . Select ** Terminal ** in the Notebook toolbar.
156
+ 1 . Select [ ** Open terminal ** ] ( #terminal ) in the Notebook toolbar.
157
157
1 . Use the terminal window to create a new environment.
158
158
1 . Activate the environment. For example, after creating ` newenv ` :
159
159
@@ -166,7 +166,7 @@ Any of the [available Jupyter Kernels](https://github.com/jupyter/jupyter/wiki/J
166
166
167
167
# ## Status indicators
168
168
169
- A dot next to the ** Compute** dropdown shows its status. The status is also shown in the dropdown itself.
169
+ An indicator next to the ** Compute** dropdown shows its status. The status is also shown in the dropdown itself.
170
170
171
171
| Color | Compute status |
172
172
| ---------| ---------|
@@ -176,15 +176,13 @@ A dot next to the **Compute** dropdown shows its status. The status is also sho
176
176
| Light Blue | Compute creating, starting, restarting, setting Up |
177
177
| Gray | Compute deleting, stopping |
178
178
179
- A dot next to the ** Kernel** dropdown shows its status.
179
+ An indicator next to the ** Kernel** dropdown shows its status.
180
180
181
181
| Color | Kernel status |
182
182
| ---------| ---------|
183
183
| Green | Kernel connected, idle, busy|
184
184
| Gray | Kernel not connected |
185
185
186
-
187
-
188
186
# # Find compute details
189
187
190
188
Find details about your compute instances on the ** Compute** page in [studio](https://ml.azure.com).
0 commit comments