Display syntax-highlighted, markdown-rendered, jupyter notebooks in your terminal.
Built using rich, nbcat
is capable of displaying a rendered jupyter notebook to your terminal.
Usage is very simple, to cat
a notebook run:
$ nbcat <notebook>
You can install nbcat
via:
$ pip install nbcat
This project is managed with poetry, to install the development environment:
$ git clone
$ cd nbcat
$ poetry install
- Printout cell and notebook metadata
- Natively scroll-able
- Render pandas DataFrames as tables