forschungstage-2023/jupyter/Makefile
Dominic Zimmer 0d022cf4ba Update talk
2023-06-09 16:44:02 +02:00

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"