This demo assumes that you have a functioning Kubeflow Pipelines deployment. If not, follow the instructions here and here.
This demo has been verified to work with:
- KFP version
1.7.1
- KFP SDK version
1.8.11
Activate the conda environment you created following the above steps.
Create a Jupyter kernel for your conda environment.
ipython kernel install --name "kfp" --user
Step through the provided notebook to create a recurring run
using the KFP SDK. Make sure to select the kfp
kernel that you created
earlier.