Skip to content

Commit 95f7b7e

Browse files
committed
remove section, update images
1 parent 7a16f3e commit 95f7b7e

File tree

4 files changed

+6
-13
lines changed

4 files changed

+6
-13
lines changed

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

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ To create a new notebook:
4141
1. Select the **Create new file** icon above the list **User files** in the **My files** section.
4242

4343
:::image type="content" source="media/how-to-run-jupyter-notebooks/create-new-file.png" alt-text="Create new file":::
44-
44+
4545
1. Name the file.
4646
1. For Jupyter Notebook Files, select **Python Notebook** as the file type.
4747
1. Select a file directory.
@@ -68,25 +68,18 @@ To access the terminal:
6868
1. On the left side, select **Notebooks**.
6969
1. Select any notebook located in the **User files** section on the left-hand side. If you don't have any notebooks there, first [create a notebook](#create)
7070
1. Select a **Compute** target or create a new one and wait until it is running.
71-
1. Select the **...** to the right of the compute target.
72-
1. Select **Open terminal** .
73-
74-
:::image type="content" source="media/how-to-run-jupyter-notebooks/open-terminal.png" alt-text="Open terminal":::
71+
1. Select the **Open terminal** icon.
7572

73+
:::image type="content" source="media/how-to-run-jupyter-notebooks/open-terminal.png" alt-text="Open terminal":::
7674

77-
Learn more about [cloning Git repositories into your workspace file system](concept-train-model-git-integration.md#clone-git-repositories-into-your-workspace-file-system).
75+
1. If you don't see the icon, select the **...** to the right of the compute target and then select **Open terminal** .
7876

79-
### Save notebooks and checkpoint
77+
:::image type="content" source="media/how-to-run-jupyter-notebooks/alt-open-terminal.png" alt-text="Open terminal from ...":::
8078

81-
Azure Machine Learning creates a checkpoint file when you create an *ipynb* file.
8279

83-
In the notebook toolbar, select the menu and then **File>Save** to manually save the notebook. The save also updates the checkpoint file associated with the notebook.
8480

85-
:::image type="content" source="media/how-to-run-jupyter-notebooks/file-save.png" alt-text="Save a notebook":::
86-
87-
Every notebook is autosaved every 30 seconds. Autosaves update only the initial *ipynb* file, not the checkpoint file.
81+
Learn more about [cloning Git repositories into your workspace file system](concept-train-model-git-integration.md#clone-git-repositories-into-your-workspace-file-system).
8882

89-
Use the **Terminal** to access the checkpoint file. This file is located within a hidden folder named *.ipynb_checkpoints*, located within the same folder as the initial *ipynb* file.
9083

9184
### Share notebooks and other files
9285

12.4 KB
Loading
Binary file not shown.
-46.9 KB
Loading

0 commit comments

Comments
 (0)