Skip to content
Snippets Groups Projects
Commit 8ecf32a9 authored by Michael Leuschel's avatar Michael Leuschel
Browse files

add Makefile with Latex generation

parent 1dbbf429
No related branches found
No related tags found
No related merge requests found
Makefile 0 → 100644
run:
jupyter notebook
rebuild:
./gradlew shadowJar
install:
./gradlew installKernelSpec
NOTEBOOKS = notebooks/tutorials/prob_solver_intro.ipynb \
notebooks/manual/ExternalFunctions.ipynb
latex:
for spec in $(NOTEBOOKS); do \
echo 'Generating Latex for: '; echo $$spec ; \
jupyter nbconvert $$spec --to latex ; \
done
echo "done"
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment