DP-100 · Question #499
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might…
The correct answer is B. No. Deleting the Python 3.8 AzureML kernel is not required and does not enable the addition of a new Jupyter kernel.
Question
Options
- AYes
- BNo
How the community answered
(48 responses)- A15% (7)
- B85% (41)
Why each option
Deleting the Python 3.8 AzureML kernel is not required and does not enable the addition of a new Jupyter kernel.
Answering Yes is incorrect because removing an existing kernel is not a prerequisite and does not provide the Python environment or kernel registration necessary to add a new Jupyter kernel.
Removing an existing kernel does not satisfy the prerequisite for adding a new one. The actual required step is creating a new conda or Python environment with ipykernel installed and registering it as a kernel; deleting an existing kernel is an independent action that contributes nothing to this process.
Concept tested: Azure ML compute instance Jupyter kernel management prerequisites
Source: https://learn.microsoft.com/en-us/azure/machine-learning/how-to-access-terminal
Topics
Community Discussion
No community discussion yet for this question.