discv5-notebook/Makefile
2020-04-20 20:36:50 +02:00

8 lines
120 B
Makefile

SHELL := /bin/bash
build:
jupyter nbconvert --to interact notebook.ipynb
mv notebook.html index.html
.PHONY: build