2017-01-14 22:15:24 +01:00
|
|
|
mkdir tmp
|
2017-01-18 21:23:06 +01:00
|
|
|
copy ..\*.ipynb .\tmp
|
|
|
|
copy ..\*.py .\tmp
|
2017-07-03 22:07:28 +02:00
|
|
|
cp -r ..\kf_book\ .\tmp\kf_book\
|
2017-01-14 22:15:24 +01:00
|
|
|
|
|
|
|
cd tmp
|
|
|
|
|
2017-01-18 21:23:06 +01:00
|
|
|
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"
|
2017-01-14 22:15:24 +01:00
|
|
|
|