---
title: "Make Kedro Runs Beautiful"
description: "Kedro rich is a very new and unstable (it's good, just not ready) plugin for kedro to make the command line prettier."
date: 2022-03-11
published: false
tags:
  - cli
  - data
  - kedro
  - python
template: til
---


Kedro rich is a very new and unstable (it's good, just not ready) plugin for
kedro to make the command line prettier.

## Install kedro rich

There is no pypi package yet, but it's on github.  You can pip install it with
the git url.

``` bash
pip install git+https://github.com/datajoely/kedro-rich
```

## Kedro run

You can run your pipeline just as you normally would, except you get progress
bars and pretty prints.

```
kedro run
```

![kedro rich pretty run](https://dropper.waylonwalker.com/file/fc807030-c03e-42e7-a721-f7787589c85a.webp)


## Kedro catalog

Listing out catalog entries from the command line now print out a nice pretty
table.

``` bash
kedro catalog list
```

![kedro rich catalog list table output](https://dropper.waylonwalker.com/file/f254966b-c8e3-479d-b9df-130dfdc4e46f.webp)

## Give it a star

Go to the [GitHub repo](https://github.com/datajoely/kedro-rich) and give it a
star, Joel deserves it.
