Join Slack
Powered by
Hi I've noticed Kedro outputs render richly in Jup...
# questions
n
Nelson Zambrano
06/23/2024, 11:16 AM
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
Juan Luis
06/23/2024, 4:03 PM
it's probably
https://pypi.org/project/rich/
!
n
Nok Lam Chan
06/24/2024, 6:00 AM
hi
@Nelson Zambrano
! If you mean the "rich rendered" REPL then you need this
Copy code
import rich.pretty rich.pretty.install()
👍 1
12
Views
Open in Slack
Previous
Next