Fixed formatting to generate book.

Some tables had two header specifications for 3 columns. Rendered
in the browswer, but not in latex. Not sure how that happened,
I don't think I changed that code and the pdf used to build.
This commit is contained in:
Roger Labbe
2016-11-08 06:55:31 -08:00
parent bfdc23fa77
commit 5bac8fbbbc
5 changed files with 359 additions and 258 deletions

View File

@@ -42,7 +42,7 @@ def merge_notebooks(outfile, filenames):
if __name__ == '__main__':
with open('book.ipynb', 'w', encoding='utf-8') as f:
'''merge_notebooks(f,
['../14-Adaptive-Filtering.ipynb'])'''
['../04-One-Dimensional-Kalman-Filters.ipynb'])'''
merge_notebooks(f,
['../00-Preface.ipynb',