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

update makefile

parent b758e41e
Branches
Tags
No related merge requests found
......@@ -4,6 +4,9 @@ rebuild:
./gradlew shadowJar
install:
./gradlew installKernelSpec
PHOME=/Users/NAME/git_root/prob_prolog
installph:
./gradlew -PprobHome=$(PHOME) installKernelSpec
NOTEBOOKS = notebooks/tutorials/prob_solver_intro.ipynb \
notebooks/manual/ExternalFunctions.ipynb
......@@ -16,3 +19,6 @@ latex:
slides:
jupyter nbconvert notebooks/presentations/SETS_RODIN18.ipynb --to slides --post serve
slidespdf:
jupyter nbconvert notebooks/presentations/SETS_RODIN18.ipynb --to latex
pdflatex notebooks/presentations/SETS_RODIN18.tex
\ 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