8 releases
0.2.7 | Aug 25, 2024 |
---|---|
0.2.6 | Feb 26, 2024 |
0.2.4 | Jan 14, 2022 |
0.2.3 | Jul 2, 2021 |
0.1.0 | Jun 18, 2021 |
#1902 in Command line utilities
402 downloads per month
310KB
178 lines
Welcome to nbcat 👋
A command-line tool that displays .ipynb file like
cat
command.
Install
Homebrew
brew install moisutsu/tap/nbcat
Cargo
cargo install nbcat
Usage
You can view the .ipynb file on the terminal by simply passing the path, as in the cat
command.
nbcat <file-name>
Features
- Display notebooks containing images
- Option to ignore cell output (
--ignore-output
)
Author
👤 moisutsu
Show your support
Give a ⭐️ if this project helped you!
This README was generated with ❤️ by readme-md-generator
Dependencies
~10–20MB
~267K SLoC