Skip to content

Commit 1a823fc

Browse files
Fix import statement for Output in quickstart notebook
1 parent 90940d7 commit 1a823fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/get-started-notebooks/quickstart.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@
355355
"source": [
356356
"from azure.ai.ml import command\n",
357357
"from azure.ai.ml import Input\n",
358-
"from azure.ai.ml import output\n",
358+
"from azure.ai.ml import Output\n",
359359
"\n",
360360
"registered_model_name = \"credit_defaults_model\"\n",
361361
"\n",

0 commit comments

Comments
 (0)