# ipynb
[![NPM](https://nodei.co/npm/ipynb.png)](https://nodei.co/npm/ipynb/)

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

Install with `npm i ipynb -g`

## usage

```sh
ipynb < coolstuff.ipynb
```

Pipe into less for a better reading experience:
```sh
ipynb < example.ipynb | less
```