Changes to test upcoming IPython 3 release.

This commit is contained in:
Roger Labbe 2015-02-02 19:22:13 -08:00
parent 79387a85cb
commit a83b53794c
2 changed files with 3 additions and 6 deletions

View File

@ -2,7 +2,7 @@
echo "merging book..."
python short_merge_book.py > short.ipynb
ipython short_merge_book.py > short.ipynb
echo "creating pdf..."
ipython nbconvert --to latex --template book --post PDF short.ipynb

View File

@ -58,8 +58,5 @@ def merge_notebooks(filenames):
if __name__ == '__main__':
#merge_notebooks(sys.argv[1:])
merge_notebooks(
['Preface.ipynb',
'01_gh_filter/g-h_filter.ipynb',
'02_Discrete_Bayes/discrete_bayes.ipynb',
'Appendix_A_Installation/Appendix_Installation.ipynb',
'Appendix_B_Symbols_and_Notations/Appendix_Symbols_and_Notations.ipynb'])
['../01_g-h_filter.ipynb',
'../02_Discrete_Bayes.ipynb'])