Reran to ensure uptodate with current python environment

Python 3.6.5
This commit is contained in:
Roger Labbe
2018-07-14 10:58:49 -07:00
parent 58f0f1cfab
commit 59b7120c98
24 changed files with 955 additions and 1054 deletions

View File

@@ -6,5 +6,4 @@ cp -r ..\kf_book\ .\tmp\
cd tmp
forfiles /m *.ipynb /c "cmd /c ipython ..\rm_notebook.py @file"
forfiles /m *.ipynb /c "cmd /c jupyter nbconvert --to notebook --execute @file --output @file"
jupyter nbconvert --allow-errors --inplace --execute *.ipynb