all: botswaller.html botswaller.slides.html
%.slides.html: %.ipynb
jupyter nbconvert $< --to slides
%.html: %.ipynb
jupyter nbconvert $< --to html