/ipynb

Simple ipython notebook .ipynb file reader

Primary LanguageJavaScript

ipynb

NPM

Read .ipynb files and print them on the terminal. Only supports markdown right now.

Install with npm i ipynb -g

usage

ipynb < coolstuff.ipynb

Pipe into less for a better reading experience:

ipynb < example.ipynb | less