Skip to content

Commit 2438c29

Browse files
authored
Update how-to-run-jupyter-notebooks.md
1 parent 84ad121 commit 2438c29

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -172,12 +172,6 @@ Once you're connected to a compute instance, use the toolbar to run all cells in
172172

173173
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.
174174

175-
### View logs and output
176-
177-
Use [notebook widgets](/python/api/azureml-widgets/azureml.widgets) 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.
178-
179-
:::image type="content" source="media/how-to-run-jupyter-notebooks/jupyter-widget.png" alt-text="Screenshot: Jupyter notebook widget ":::
180-
181175
## Explore variables in the notebook
182176

183177
On the notebook toolbar, use the **Variable explorer** tool to show the name, type, length, and sample values for all variables that have been created in your notebook.

0 commit comments

Comments
 (0)