Hi I've noticed Kedro outputs render richly in Jup...
# questions
n
Hi I've noticed Kedro outputs render richly in Jupyter notebooks (see attached). I'm curious about why this happens and if there's a specific library or configuration Kedro uses to achieve this. I'd love to use the same for my non-Kedro notebooks.
j
n
hi @Nelson Zambrano! If you mean the "rich rendered" REPL then you need this
Copy code
import rich.pretty
rich.pretty.install()
👍 1