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:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user