Textualize / rich-cli

Rich-cli is a command line toolbox for fancy output in the terminal
https://www.textualize.io
MIT License
3.04k stars 75 forks source link

Add Jupyter notebook renderer #47

Closed davidbrochart closed 2 years ago

davidbrochart commented 2 years ago

I didn't include a screenshot in the README because I don't know how you generate them, but I provided an example notebook.

willmcgugan commented 2 years ago

Love it. You know, I would have thought that rendering a Jupyter notebook would have been more complicate than this!

eddiebergman commented 2 years ago

Just tried it out for a real project, can confirm it passes the "useful" unit test. Many thanks @davidbrochart

tomviner commented 2 years ago

I've also just tested this on a jupyter notebook with markdown and python. It works great!

willmcgugan commented 2 years ago

Thanks!