Skip to content

Commit bc36d84

Browse files
committed
minor updates
1 parent 03ed35b commit bc36d84

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

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

Lines changed: 7 additions & 9 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: 04/14/2020
12+
ms.date: 04/21/2020
1313
# As a data scientist, I want to run Jupyter notebooks in my workspace in Azure Machine Learning studio
1414
---
1515

@@ -58,7 +58,7 @@ Your workspace contains a **Samples** folder with notebooks designed to help you
5858

5959
For an example, see [Tutorial: Create your first ML experiment](tutorial-1st-experiment-sdk-setup.md#azure).
6060

61-
### Use files from Git and version my files
61+
### <a name="terminal"> Use files from Git and version my files
6262

6363
You can access all Git operations by using a terminal window. All Git files and folders will be stored in your workspace file system.
6464

@@ -110,7 +110,7 @@ You *can't* delete the **Samples** notebooks. These notebooks are part of the s
110110
You *can* delete **User files** notebooks in any of these ways:
111111

112112
* 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.
114114
* In either Jupyter or JupyterLab with their tools.
115115

116116
## Run an experiment
@@ -139,7 +139,7 @@ These actions will not change the notebook state or the values of any variables
139139
|Stop the kernel | Stops any running cell. Running a cell will automatically restart the kernel. |
140140
|Navigate to another workspace section | Running cells are stopped. |
141141

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.
143143

144144
|Action |Result |
145145
|---------|---------| --------|
@@ -153,7 +153,7 @@ These actions will reset the notebook state as well as all variables in the note
153153

154154
The Notebook will automatically find all Jupyter kernels installed on the connected compute instance. To add a kernel to the compute instance:
155155

156-
1. Select **Terminal** in the Notebook toolbar.
156+
1. Select [**Open terminal**](#terminal) in the Notebook toolbar.
157157
1. Use the terminal window to create a new environment.
158158
1. Activate the environment. For example, after creating `newenv`:
159159

@@ -166,7 +166,7 @@ Any of the [available Jupyter Kernels](https://github.com/jupyter/jupyter/wiki/J
166166

167167
### Status indicators
168168

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.
170170

171171
|Color |Compute status |
172172
|---------|---------|
@@ -176,15 +176,13 @@ A dot next to the **Compute** dropdown shows its status. The status is also sho
176176
| Light Blue |Compute creating, starting, restarting, setting Up |
177177
| Gray |Compute deleting, stopping |
178178

179-
A dot next to the **Kernel** dropdown shows its status.
179+
An indicator next to the **Kernel** dropdown shows its status.
180180

181181
|Color |Kernel status |
182182
|---------|---------|
183183
| Green |Kernel connected, idle, busy|
184184
| Gray |Kernel not connected |
185185

186-
187-
188186
## Find compute details
189187

190188
Find details about your compute instances on the **Compute** page in [studio](https://ml.azure.com).

0 commit comments

Comments
 (0)