Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 27 days 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 (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-08-25T05:51:49.000Z (2 months ago)
- Last Synced: 2024-09-29T00:01:47.016Z (about 1 month ago)
- Topics: cli-tool, ipynb, rust
- Language: Rust
- Homepage: https://crates.io/crates/nbcat
- Size: 556 KB
- Stars: 1
- 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`)![Display notebook include graph](image/display_notebook_include_graph.png)
## 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)_