2017-01-14 22:15:24 +01:00
|
|
|
mkdir tmp
|
2017-01-18 21:23:06 +01:00
|
|
|
copy ..\*.ipynb .\tmp
|
|
|
|
copy ..\*.py .\tmp
|
2018-02-02 19:52:05 +01:00
|
|
|
cp -r ..\kf_book\ .\tmp\
|
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
|
|
|
|