
Answer-first summary for fast verification
Answer: Yes
The solution meets the goal because creating an environment is a prerequisite for adding a new Jupyter kernel in Azure Machine Learning. According to Microsoft documentation referenced in the community discussion, to add new kernels that are accessible from terminal sessions, you must first create and configure an environment with the desired packages and dependencies. The environment provides the necessary runtime context for the kernel. The community consensus strongly supports this with 100% agreement on answer A and upvoted comments confirming this approach aligns with official Azure ML documentation.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
You plan to add a new Jupyter kernel that will be accessible from a terminal session in your Azure Machine Learning workspace. You must first perform a prerequisite task.
Proposed Solution: Create an environment.
Does this solution meet the goal?
A
Yes
B
No