kedro-viz
Kedro-Viz helps visualise Kedro data and analytics pipelines
What it is and what it does
Kedro-Viz is a web-based development tool that visualizes Kedro data pipelines in an interactive browser interface. It displays pipeline structure, node dependencies, parameters, and dataset metadata in a searchable, filterable view with support for light and dark themes. The tool runs as a local development server (defaulting to port 4141) and can autoreload when code changes.
The package integrates as a Kedro plugin via the `kedro viz run` command and also supports standalone deployment to cloud platforms (AWS, Azure, GCP) via `kedro viz deploy`, or static builds via `kedro viz build`. It depends on FastAPI and Uvicorn for the server, Plotly for chart rendering, and Kedro itself for pipeline introspection. The tool is designed for data scientists and engineers building and debugging complex data pipelines.
Use it for:
- Explore and understand the structure of a Kedro pipeline during development without reading YAML configuration files
- Debug pipeline dependencies and data flow by interactively filtering and searching nodes and parameters
- Share pipeline visualizations with stakeholders by deploying to AWS S3, Azure, or GCP using the deploy command
- Embed pipeline visualization in a web application as a React component (via npm package @quantumblack/kedro-viz)
- Monitor pipeline changes in real-time during development using autoreload when Python or YAML files change
- Generate static HTML builds of pipeline visualizations for documentation or offline sharing
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Kedro-Viz is an interactive web-based visualization tool for Kedro data science pipelines that displays pipeline structure, parameters, and metadata in a searchable, filterable interface.
Yes, if you use Kedro for data pipelines. The tool is actively maintained, has no known vulnerabilities, low install friction, and solves a real problem—visualizing complex pipeline dependencies interactively. The permissive Apache 2.0 license poses no restrictions. Install it as a standard Kedro plugin; the only constraint is Python >=3.10.
Install
kedro-viz on PyPI
pip
pip install kedro-vizuv
uv add kedro-vizpoetry
poetry add kedro-vizInstalling kedro-viz
Before you install
Low install friction with a pure Python wheel distribution. Active maintenance with recent releases; last commit 2026-08-14 and 753 repository stars indicate ongoing development and community use.
License in practice
Apache 2.0 permissive license allows commercial and private use with minimal restrictions; suitable for most projects without licensing concerns.
Quickstart
pip install kedro-viz
# In a Kedro project root:
kedro viz run
# Opens http://127.0.0.1:4141/ automatically
Requires Python >=3.10 and an existing Kedro project with configured pipelines; designed to run from the Kedro project root directory.
Verify before relying
- Whether the package scales to 'hundreds of nodes' as claimed in the description without performance degradation
- Specific browser compatibility and minimum versions required for the interactive UI
- Whether autoreload works reliably across different development environments and file system watchers
Package facts
| License | Apache Software License (Apache 2.0) (permissive) |
| Python support | supports the current Python release (>=3.10) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 18 — aiofiles, click-default-group, fastapi, fsspec, ipython, kedro-telemetry, kedro, networkx, orjson, packaging, pandas, pathspec, plotly, pydantic, secure, uvicorn, watchfiles, werkzeug |
| Maintenance | actively maintained — 79 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 1,267,939/month — #4,135 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: kedro_viz-12.4.0-py3-none-any.whl
Keywords: data engineering, data pipelines, data science, machine learning, pipelines, visualisation
Tags
More Information Analysis packages
A drop-in replacement for Python's standard…
permissive · top 100 on PyPI
pyarrowpyarrow provides Python bindings to Apache…
permissive · top 100 on PyPI
networkxNetworkX provides data structures and…
permissive · top 1,000 on PyPI
snowflake-connector-pythonConnects Python applications to Snowflake data…
permissive · top 1,000 on PyPI
contourpyContourPy calculates contours of 2D…
permissive · top 1,000 on PyPI
snowflake-snowpark-pythonSnowpark Python provides APIs to query and…
permissive · top 1,000 on PyPI
kedroKedro is a Python framework for building…
permissive · top 5,000 on PyPI
kedro-datasetsKedro-Datasets provides data connectors for…
permissive · top 5,000 on PyPI
kedro-telemetryKedro-Telemetry is a plugin that collects…
permissive · top 15,000 on PyPI
plotlyPlotly is an interactive, browser-based…
permissive · top 1,000 on PyPI
reflex-components-plotlyProvides Plotly chart and graph components for…
permissive · top 15,000 on PyPI
chart-studioProvides utilities to interface with Plotly's…
permissive · top 15,000 on PyPI
visualdlVisualDL is a visualization tool for deep…
permissive · top 15,000 on PyPI
kfpKubeflow Pipelines is a Python SDK for…
permissive · top 5,000 on PyPI
snakevizSnakeViz is a web-based viewer for Python…
permissive · top 5,000 on PyPI
apache-beamApache Beam is a unified framework for defining…
permissive · top 5,000 on PyPI