DP-100 · Question #498
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.6 AzureML kernel is not required and does not enable the addition of a new Jupyter kernel.
Question
Options
- AYes
- BNo
How the community answered
(30 responses)- A20% (6)
- B80% (24)
Why each option
Deleting the Python 3.6 AzureML kernel is not required and does not enable the addition of a new Jupyter kernel.
Answering Yes is incorrect because kernel deletion is not a prerequisite for adding a new kernel and does not create or configure the Python environment the new kernel requires.
Deleting an existing kernel has no bearing on the ability to add a new one. The correct prerequisite is creating a new Python or conda environment with ipykernel installed and then registering it; removing existing kernels is an unrelated action that neither creates nor configures the environment required for the new kernel.
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.