nbcat

Crates.ionbcat
lib.rsnbcat
version0.2.7
sourcesrc
created_at2021-06-18 13:25:50.753427
updated_at2024-08-25 05:51:19.247149
descriptionA command-line tool that displays .ipynb file like `cat` command
homepage
repositoryhttps://github.com/moisutsu/nbcat
max_upload_size
id411774
size377,169
(moisutsu)

documentation

README

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>

Features

  • Display notebooks containing images
  • Option to ignore cell output (--ignore-output)

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

Commit count: 47

cargo fmt