59b7120c98
Python 3.6.5
10 lines
210 B
Batchfile
10 lines
210 B
Batchfile
mkdir tmp
|
|
copy ..\*.ipynb .\tmp
|
|
copy ..\*.py .\tmp
|
|
cp -r ..\kf_book\ .\tmp\
|
|
|
|
cd tmp
|
|
|
|
forfiles /m *.ipynb /c "cmd /c ipython ..\rm_notebook.py @file"
|
|
jupyter nbconvert --allow-errors --inplace --execute *.ipynb
|