
Ultimate access to all questions.
You create an Azure Machine Learning workspace that includes a compute instance. You are developing a notebook using the Python SDK v2 within this workspace.
What should you do to enable IntelliSense in the notebook?
A
Stop the compute instance.
B
Start the compute instance.
C
Run a %pip magic function on the compute instance.
D
Run a !pip magic function on the compute instance.