Designing and Implementing a Data Science Solution on Azure — Question 106
You create a workspace by using Azure Machine Learning Studio.
You must run a Python SDK v2 notebook in the workspace by using Azure Machine Learning Studio.
You need to reset the state of the notebook.
Which three actions should you use? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.
Answer options
- A. Stop the current kernel.
- B. Change the compute.
- C. Reset the compute.
- D. Navigate to another section of the workspace.
- E. Change the current kernel.
Correct answer: B, C, E
Explanation
Options B, C, and E are correct as they directly affect the state of the notebook. Changing the compute (B) and resetting it (C) will refresh the environment, while adjusting the current kernel (E) can also reset the state. Stopping the kernel (A) and navigating elsewhere (D) do not reset the notebook's state effectively.