ipynb
Version:
Simple .ipynb file reader
17 lines (12 loc) • 328 B
Markdown
# ipynb
[](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
```