Skip to content

Commit

Permalink
Update quickstart.ipynb (#3477)
Browse files Browse the repository at this point in the history
remove output
  • Loading branch information
sdgilley authored Dec 20, 2024
1 parent 5482564 commit b90a6b7
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions tutorials/get-started-notebooks/quickstart.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -83,18 +83,7 @@
},
"name": "ml_client"
},
"outputs": [
{
"ename": "",
"evalue": "",
"output_type": "error",
"traceback": [
"\u001b[1;31mRunning cells with 'Python 3.12.8' requires the ipykernel package.\n",
"\u001b[1;31mRun the following command to install 'ipykernel' into the Python environment. \n",
"\u001b[1;31mCommand: 'c:/Users/larryfr/AppData/Local/Programs/Python/Python312/python.exe -m pip install ipykernel -U --user --force-reinstall'"
]
}
],
"outputs": [],
"source": [
"from azure.ai.ml import MLClient\n",
"from azure.identity import DefaultAzureCredential\n",
Expand Down

0 comments on commit b90a6b7

Please sign in to comment.