Skip to content
Snippets Groups Projects
Commit 79abfa18 authored by Andreas Herten's avatar Andreas Herten
Browse files

Add canvas size

parent 86ed1af0
No related branches found
No related tags found
No related merge requests found
Pipeline #17521 passed
No preview for this file type
...@@ -18,7 +18,7 @@ subnotebooks: $(SUBNOTEBOOKS) ...@@ -18,7 +18,7 @@ subnotebooks: $(SUBNOTEBOOKS)
> $@ > $@
%.pdf: %.html $(DEP_PRESENTATION) %.pdf: %.html $(DEP_PRESENTATION)
decktape reveal $< $@ decktape --size "1280x720" reveal $< $@
Introduction-to-Pandas--slides.ipynb: $(MASTER_NOTEBOOK) Introduction-to-Pandas--slides.ipynb: $(MASTER_NOTEBOOK)
./notebook-task-filter.py $< --keep task --keep solution --keep onlypresentation --remove onlytask --remove onlysolution --remove nopresentation -o $@ ./notebook-task-filter.py $< --keep task --keep solution --keep onlypresentation --remove onlytask --remove onlysolution --remove nopresentation -o $@
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment