c97186c8b4
Fixed the scripts that comment out the matplotlib magic. It was commenting out all of the magics - the first one, and ones in markdown cells. It should only comment out the ones in code cells, and leave the first one.
18 lines
265 B
Batchfile
18 lines
265 B
Batchfile
REM WINDOWS script to delete all files
|
|
|
|
rm --f *.tex
|
|
rm --f *.toc
|
|
rm --f *.aux
|
|
rm --f *.log
|
|
rm --f *.out
|
|
rm --f book.ipynb
|
|
rm --f book.toc
|
|
rm --f book.tex
|
|
|
|
rm --f chapter.ipynb
|
|
rm --f chapter.pdf
|
|
|
|
rmdir /S /Q book_files
|
|
rmdir /S /Q chapter_files
|
|
rmdir /S /Q tmp
|