You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -86,10 +86,10 @@ After completing this prerequisite learning path, you should be able to:
86
86
_Here are some Azure prerequisites you should make sure are completed before starting the modules. These will give you the necessary cloud computing skills to run the training modules such as launching a VM, cloning modules from GitHub, and more. If anything looks unfamiliar, follow the link to view documentation on that subject. After reading the documentation in the links below, complete the simple tasks described in the steps below as a knowledge check on what you just learned. Complete each step in order to learn the key skills you need to complete the learning modules in the next section!_
87
87
- STEP 1: [Create a Resource Group](https://learn.microsoft.com/en-us/azure/azure-resource-manager/management/manage-resource-groups-portal)
88
88
- STEP 2: [Navigate to Azure ML and Launch a Notebook](https://github.com/NIGMS/NIGMS-Sandbox/blob/main/docs/HowToCreateAzureMLNotebooks.md)
89
-
- STEP 3: [Change your Notebook Kernel](https://learn.microsoft.com/en-us/azure/machine-learning/how-to-run-jupyter-notebooks?view=azureml-api-2#add-new-kernels)
89
+
- STEP 3: [Change/Add your Notebook Kernel](https://learn.microsoft.com/en-us/azure/machine-learning/how-to-run-jupyter-notebooks?view=azureml-api-2#add-new-kernels)
90
90
- STEP 4: [Launch Azure Batch](https://learn.microsoft.com/en-us/azure/batch/quick-create-portal) and submit a test job
91
91
- STEP 5: [Set budget alerts](https://learn.microsoft.com/en-us/azure/cost-management-billing/costs/tutorial-acm-create-budgets?tabs=psbudget) for 25%, 50%, and 75%.
92
-
- STEP 6: Clone this GitHub repository into an Azure ML notebook using [the command line](https://docs.github.com/en/repositories/creating-and-managing-repositories/cloning-a-repository) or the [user interface](https://learn.microsoft.com/en-us/azure/machine-learning/concept-train-model-git-integration?view=azureml-api-2).
92
+
- STEP 6: Clone this GitHub repository into an Azure ML notebook using [the command line](https://github.com/NIGMS/NIGMS-Sandbox/blob/main/docs/HowToCreateAzureMLNotebooks.md). To learn more about GitHub cloning, check out the link [here](https://docs.github.com/en/repositories/creating-and-managing-repositories/cloning-a-repository).
93
93
- STEP 7: Review how to [open a GitHub issue](https://docs.github.com/en/issues/tracking-your-work-with-issues/creating-an-issue). If you have a question or a suggested enhancement, feel free to open an issue for this repository or for the module you are having trouble with. You can also email us at `CloudLab@nih.gov`.
94
94
95
95
After completing this prerequisite learning path, you should be able to:
7. To clone an appropriate repository from GitHub.com, click **Terminal**.
30
+
## Azure Notebooks UI vs. JupyterLab
31
+
You have two options to interact with the notebook files: using the Azure Notebooks UI setting or the JupyterLab setting. The steps below will highlight how to clone a GitHub repo and run Jupyter files in each setting.
32
+
33
+
**Option 1: Azure Notebooks UI**
34
+
1. To clone an appropriate repository from GitHub.com, click **Terminal**.
2. Run `git clone ...`, follow up with the URL of the GitHub repo you would like to clone (example: `git clone https://github.com/NIGMS/NIGMS-Sandbox.git`). Hit enter.
10. Finally, choose an appropriate Jupyter kernel.
46
+
4. Now you should see your files listed under the **Files** tab. Click the file to open them and verify that it is running by navigating to **Compute**. Ensure there is a green dot next to your instance name and that the status displays **"Running.".**
5. Click **Terminal** in the launcher and run `git clone ...`, follow up with the URL of the GitHub repo you would like to clone (example: `git clone https://github.com/NIGMS/NIGMS-Sandbox.git`). Hit enter.
0 commit comments