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
1 changed files with 1 additions and 1 deletions

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