We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5482564 commit b90a6b7Copy full SHA for b90a6b7
tutorials/get-started-notebooks/quickstart.ipynb
@@ -83,18 +83,7 @@
83
},
84
"name": "ml_client"
85
86
- "outputs": [
87
- {
88
- "ename": "",
89
- "evalue": "",
90
- "output_type": "error",
91
- "traceback": [
92
- "\u001b[1;31mRunning cells with 'Python 3.12.8' requires the ipykernel package.\n",
93
- "\u001b[1;31mRun the following command to install 'ipykernel' into the Python environment. \n",
94
- "\u001b[1;31mCommand: 'c:/Users/larryfr/AppData/Local/Programs/Python/Python312/python.exe -m pip install ipykernel -U --user --force-reinstall'"
95
- ]
96
- }
97
- ],
+ "outputs": [],
98
"source": [
99
"from azure.ai.ml import MLClient\n",
100
"from azure.identity import DefaultAzureCredential\n",
0 commit comments