QuestionQ11

Implement generative AI quality assurance and observability

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 available from the same terminal session.

You need to perform the task that must be completed before you can add the new kernel.

Solution: Create an environment.

Does this solution meet the goal?

  • A Yes
  • B No
Explanation

A new Jupyter kernel is registered for a Conda environment. Azure Machine Learning’s documented procedure first creates and activates the environment, then installs ipykernel and registers that environment as the kernel.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!