This commit is contained in:
decanus 2020-04-20 20:38:37 +02:00
parent 8840122b06
commit 69590e7bbd
No known key found for this signature in database
GPG Key ID: 3730AAF5D6589867

View File

@ -3,5 +3,5 @@ SHELL := /bin/bash
build:
jupyter nbconvert --to interact notebook.ipynb
mv notebook.html index.html
mv notebook.html index.html
.PHONY: build