Skip to content

Commit b90a6b7

Browse files
authored
Update quickstart.ipynb (#3477)
remove output
1 parent 5482564 commit b90a6b7

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

tutorials/get-started-notebooks/quickstart.ipynb

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -83,18 +83,7 @@
8383
},
8484
"name": "ml_client"
8585
},
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-
],
86+
"outputs": [],
9887
"source": [
9988
"from azure.ai.ml import MLClient\n",
10089
"from azure.identity import DefaultAzureCredential\n",

0 commit comments

Comments
 (0)