Registry / workflow / kfp-notebook

kfp-notebook

JSON →
library4.1.1pypypiunverified

Elyra's kfp-notebook package provides tools for converting Jupyter notebooks into Kubeflow Pipelines components. Version 4.1.0 is the latest, released as part of Elyra. The project follows a regular release cadence.

pip install kfp-notebook
INSTALL
IMPORT
SIG · KFP-NOTEBOOK
K
kfp-notebook
workflowpythonv4.1.1
Install
8.3s avg
Import
Disk
96MB
Pass rate
10/ 10
Env Coverage10 / 10
glibc
3.93.13
musl
3.93.13
Install & Compatibility
Where this runs
tested against v4.1.1 · pip install
no network on importno background threads
Install × environment matrix
Each cell = how many times install + import succeeded across repeated harness runs. Partial = flaky.
glibc = Debian/Ubuntu slim · musl = Alpine Linux
musl
py 3.103.95 runs
installs and imports cleanly · install 0.0s · import 0.000s · 93.5MB
glibc
py 3.103.95 runs
installs and imports cleanly · install 8.3s · import 0.000s · 95MB
96MB installed
● package 96MB
Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

KfpCompiler
from elyra.kfp.compiler import KfpCompiler
from kfp_notebook.compiler import KfpCompiler

Compile a simple Kubeflow pipeline from a function.

from kfp_notebook.compiler import KfpCompiler from kfp import dsl def my_pipeline(): op = dsl.ContainerOp(name='hello', image='busybox', command=['echo', 'hello']) return op compiler = KfpCompiler() compiler.compile(pipeline_func=my_pipeline, package_path='pipeline.yaml')
Debug
Known issues
breakingVersion 4.0.0 dropped support for Python 3.8 and 3.9; requires Python >=3.10.
fix
Upgrade Python to 3.10 or later.
affects: >=4.0.0
deprecatedThe older import path `from kfp_notebook import something` may not work; use explicit submodule imports.
fix
Use `from kfp_notebook.compiler import KfpCompiler` instead of `from kfp_notebook import KfpCompiler`.
affects: >=3.0.0
Upgrade
Version history
4.1.1latest on PyPI · released May 18, 2026
Audit
Dependencies

No dependency data recorded yet.

Agent activity
21 hits · last 30 days
node
20
OpenAI (training)
1
Resources
kfp-notebook — pip install kfp-notebook · libregistry