Commit
·
a9f8c2a
1
Parent(s):
fb66491
change html template
Browse files- Makefile +1 -1
- index.html +0 -0
Makefile
CHANGED
@@ -5,4 +5,4 @@ setup:
|
|
5 |
|
6 |
build_html:
|
7 |
python -m venv .venv && \
|
8 |
-
jupyter nbconvert --to html --output index --template
|
|
|
5 |
|
6 |
build_html:
|
7 |
python -m venv .venv && \
|
8 |
+
jupyter nbconvert --to html --output index --template classic notebook.ipynb
|
index.html
CHANGED
The diff for this file is too large to render.
See raw diff
|
|