https://github.com/moisutsu/nbcat
Command-line tool that displays .ipynb file like `cat` command
https://github.com/moisutsu/nbcat
cli-tool ipynb rust
Last synced: 8 months ago
JSON representation
Command-line tool that displays .ipynb file like `cat` command
- Host: GitHub
- URL: https://github.com/moisutsu/nbcat
- Owner: moisutsu
- License: mit
- Created: 2020-09-21T05:07:31.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-08-25T05:51:49.000Z (almost 2 years ago)
- Last Synced: 2025-02-01T11:24:21.750Z (over 1 year ago)
- Topics: cli-tool, ipynb, rust
- Language: Rust
- Homepage: https://crates.io/crates/nbcat
- Size: 556 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Welcome to nbcat 👋
> A command-line tool that displays .ipynb file like `cat` command.
## Install
Homebrew
```sh
brew install moisutsu/tap/nbcat
```
Cargo
```sh
cargo install nbcat
```
## Usage
You can view the .ipynb file on the terminal by simply passing the path, as in the `cat` command.
```sh
nbcat
```
### Features
- Display notebooks containing images
- Option to ignore cell output (`--ignore-output`)

## Author
👤 **moisutsu**
* Twitter: [@moisutsu](https://twitter.com/moisutsu)
* Github: [@moisutsu](https://github.com/moisutsu)
## Show your support
Give a ⭐️ if this project helped you!
***
_This README was generated with ❤️ by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_