#! /bin/bash echo "merging book..." ipython short_merge_book.py > short.ipynb echo "creating pdf..." ipython nbconvert --to PDF --template book short.ipynb echo "done."