
Answer-first summary for fast verification
Answer: No
The solution does NOT meet the goal. The question states that you are already connected to a terminal session from the Notebooks page, which implies a compute instance is already running and accessible. Creating a new compute instance is unnecessary since the prerequisite for adding a new Jupyter kernel is having an active compute instance, which already exists. The community discussion shows a strong consensus (73% for 'No') with the highest upvoted comment explaining that the correct approach is to prepare the Python environment within the existing compute instance rather than creating a new one. The comments supporting 'Yes' have fewer upvotes and less detailed reasoning.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
You have an Azure Machine Learning workspace. You connect to a terminal session from the Notebooks page in Azure Machine Learning studio.
You plan to add a new Jupyter kernel that will be accessible from the same terminal session.
You need to perform the prerequisite task required before you can add the new kernel.
Proposed Solution: Create a compute instance.
Does the solution meet the goal?
A
Yes
B
No