moisutsu / nbcat

Command-line tool that displays .ipynb file like `cat` command

Home Page:https://crates.io/crates/nbcat

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome to nbcat 👋

Version License: MIT Twitter: moisutsu

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>

Even notebooks that include graphs can be displayed.

Display notebook include graph

Author

👤 moisutsu

Show your support

Give a ⭐️ if this project helped you!


This README was generated with ❤️ by readme-md-generator

About

Command-line tool that displays .ipynb file like `cat` command

https://crates.io/crates/nbcat

License:MIT License


Languages

Language:Rust 100.0%