A command-line tool that displays .ipynb file like
cat
command.
Homebrew
brew install moisutsu/tap/nbcat
Cargo
cargo install nbcat
You can view the .ipynb file on the terminal by simply passing the path, as in the cat
command.
nbcat <file-name>
- Display notebooks containing images
- Option to ignore cell output (
--ignore-output
)
👤 moisutsu
Give a ⭐️ if this project helped you!
This README was generated with ❤️ by readme-md-generator