9c63574e80
Converted format of all notebooks so they can be processed with nbconvert. Wrote a build_book script that merges the notebook and creates book.pdf
6 lines
67 B
Bash
Executable File
6 lines
67 B
Bash
Executable File
#! /bin/bash
|
|
rm *.tex
|
|
rm *.toc
|
|
rm ./*_files/*.png
|
|
rmdir ./*_files/
|