This commit is contained in:
Jiaxiao Zheng 2019-09-10 14:24:49 -07:00 committed by Kubernetes Prow Robot
parent 38bccd93a0
commit e5ec21ba8b
4 changed files with 4 additions and 4 deletions

View File

@ -54,6 +54,6 @@ There are several requirements for the component function:
## Tutorials
See the notebook on
[lightweight Python component basics](https://github.com/kubeflow/pipelines/blob/master/samples/core/lightweight_component/Lightweight%20Python%20components%20-%20basics.ipynb)
[lightweight Python component basics](https://github.com/kubeflow/pipelines/blob/master/samples/core/lightweight_component/lightweight_component.ipynb)
for an example of creating lightweight Python components and using them in a
pipeline.

View File

@ -456,7 +456,7 @@ For more detailed instructions, see the guide to [building lightweight
components](/docs/pipelines/sdk/lightweight-python-components/).
For an example, see the [Lightweight Python components -
basics](https://github.com/kubeflow/pipelines/blob/master/samples/core/lightweight_component/Lightweight%20Python%20components%20-%20basics.ipynb)
basics](https://github.com/kubeflow/pipelines/blob/master/samples/core/lightweight_component/lightweight_component.ipynb)
notebook on GitHub.
{{% /alert %}}

View File

@ -153,4 +153,4 @@ type checking would still fail if some I/Os lack the type information and some I
## Next steps
* See [type checking sample](https://github.com/kubeflow/pipelines/blob/master/samples/core/dsl_static_type_checking/DSL%20Static%20Type%20Checking.ipynb).
* See [type checking sample](https://github.com/kubeflow/pipelines/blob/master/samples/core/dsl_static_type_checking/dsl_static_type_checking.ipynb).

View File

@ -116,7 +116,7 @@ The following notebooks are available:
demonstrates how to build a component based on Python 3 inside the notebook,
including how to build a Docker container.
* [Lightweight Python components](https://github.com/kubeflow/pipelines/blob/master/samples/core/lightweight_component/Lightweight%20Python%20components%20-%20basics.ipynb):
* [Lightweight Python components](https://github.com/kubeflow/pipelines/blob/master/samples/core/lightweight_component/lightweight_component.ipynb):
This notebook demonstrates how to build simple Python components based on
Python 3 and use them in a pipeline with fast iterations. If you use this
technique, you don't need to build a Docker container when you build a