paulopontesm's picture
change html template
a9f8c2a
raw
history blame
211 Bytes
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