Skip to content

Commit 702ea92

Browse files
authored
Update how-to-create-component-pipeline-python.md
replace branch for deleted notebook cell - move to temp-fix branch until main is fixed.
1 parent bd183ba commit 702ea92

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,9 @@ Fashion-MNIST is a dataset of fashion images divided into 10 classes. Each image
7272

7373
To define the input data of a job that references the Web-based data, run:
7474

75-
```
76-
[!notebook-python[] (~/azureml-examples-main/sdk/python/jobs/pipelines/2e_image_classification_keras_minist_convnet/image_classification_keras_minist_convnet.ipynb?name=define-input)]
77-
```
75+
76+
[!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+
7878

7979
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.
8080

0 commit comments

Comments
 (0)