Script to generate HTML version.

Still early going. just an experiement at this point.
This commit is contained in:
Roger Labbe 2014-11-30 16:45:17 -08:00
parent 5367367baf
commit 32024ccde8

13
build_book_html.sh Executable file
View File

@ -0,0 +1,13 @@
#! /bin/bash
echo "merging book..."
echo "creating html..."
ipython nbconvert --to=html table_of_contents.ipynb
ipython nbconvert --to=html Preface.ipynb
ipython nbconvert --to=html 01_gh_filter/g-h_filter.ipynb
echo "done."