Skip to content

Commit 16241e1

Browse files
author
Craig Casey
authored
Update UI interaction terms
Per https://mseng.visualstudio.com/TechnicalContent/_workitems/edit/1556055, updating UI interaction terminology in conceptual content linked from Python dev center.
1 parent 4764b77 commit 16241e1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/notebooks/use-machine-learning-services-jupyter-notebooks.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ Azure Notebooks comes pre-configured with the necessary environment to work with
2323
## Clone the sample into your account
2424

2525
1. Sign into [Azure Notebooks](https://notebooks.azure.com/).
26-
1. Select **My Projects** to navigate to the projects dashboard.
27-
1. Select the **Upload GitHub Repo** (the up arrow) button open the **Upload GitHub Repository** popup.
26+
1. Select **My Projects** to go to the projects dashboard.
27+
1. Select the **Upload GitHub Repo** (the up arrow) button to open the **Upload GitHub Repository** popup.
2828
1. In the popup, enter `Azure/MachineLearningNotebooks` in **GitHub repository**, provide a name for the project in **Project Name** like "Azure Machine Learning service", provide an identifier in **Project ID**, clear **Public** if you want, then select **Import**.
2929

3030
![Import Azure Machine Learning Notebook sample into your Notebooks account](media/azureml-import-project.png)
@@ -37,7 +37,7 @@ Azure Notebooks comes pre-configured with the necessary environment to work with
3737

3838
- Because Azure Notebooks already contains the necessary Python packages, you can just run the code snippet in step 2 of the Prerequisites to verify the Azure ML SDK version.
3939

40-
1. Once configuration is complete, select **01.getting-started** to navigate into the folder containing thirteen different sample notebooks, each of which is self-explanatory.
40+
1. Once configuration is complete, select **01.getting-started** to open the folder containing thirteen different sample notebooks, each of which is self-explanatory.
4141

4242
## Next steps
4343

0 commit comments

Comments
 (0)