Skip to content

Commit 12e6fc9

Browse files
committed
makefile: html outputs
1 parent 40c80ea commit 12e6fc9

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

makefile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,8 @@ install:
2626
readme:
2727
grip README.md
2828

29-
.PHONY: run $(NB) clean install readme
29+
html:
30+
grip --export README.md
31+
jupyter nbconvert $(NB) --to html
32+
33+
.PHONY: run $(NB) clean install readme html

0 commit comments

Comments
 (0)