Skip to content
/ nbcat Public

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

License

Notifications You must be signed in to change notification settings

moisutsu/nbcat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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