Skip to content

Commit c5c3642

Browse files
Merge pull request #270834 from lgayhardt/patch-259
Update code how-to-create-component-pipeline-python.md
2 parents 00a8620 + 5852b6d commit c5c3642

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/how-to-create-component-pipeline-python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Fashion-MNIST is a dataset of fashion images divided into 10 classes. Each image
7474
To define the input data of a job that references the Web-based data, run:
7575

7676

77-
[!notebook-python[] (~/azureml-examples-temp-fix/sdk/python/jobs/pipelines/2e_image_classification_keras_minist_convnet/image_classification_keras_minist_convnet.ipynb?name=define-input)]
77+
[!notebook-python[] (~/azureml-examples-main/sdk/python/jobs/pipelines/2e_image_classification_keras_minist_convnet/image_classification_keras_minist_convnet.ipynb?name=define-input)]
7878

7979

8080
By defining an `Input`, you create a reference to the data source location. The data remains in its existing location, so no extra storage cost is incurred.

0 commit comments

Comments
 (0)