5 lines
187 B
Makefile
5 lines
187 B
Makefile
all:
|
|
jupyter nbconvert --to html "The Art of Memory Loss.ipynb" --config jupyter_nbconvert_config.py
|
|
sed -i '2 a <link rel="stylesheet" href="rise.css">' "The Art of Memory Loss.html"
|
|
|