File size: 211 Bytes
fb66491
 
 
 
 
 
 
a9f8c2a
1
2
3
4
5
6
7
8
setup:
	python -m venv .venv && \
	. .venv/bin/activate && \
	pip install -r requirements.txt

build_html:
	python -m venv .venv && \
	jupyter nbconvert --to html --output index --template classic notebook.ipynb