'nbcovert' --> 'nbconvert'
This commit is contained in:
Amy 2020-01-27 09:21:03 -08:00 committed by Kubernetes Prow Robot
parent 923ea2ac4c
commit 6a6b35bdfb
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ them with the requirements of your visualizations.
Python based visualizations are a new method to visualize results within the
Kubeflow Pipelines UI. This new method of visualizing results is done through
the usage of [nbcovert](https://github.com/jupyter/nbconvert). Alongside the
the usage of [nbconvert](https://github.com/jupyter/nbconvert). Alongside the
usage of nbconvert, results of a pipeline can now be visualized without a
component being included within the pipeline itself because the process of
visualizing results is now decoupled from a pipeline.