Commit
·
cf119b0
1
Parent(s):
cc624a1
add 3d plot for error surface
Browse files- .gitignore +2 -1
- Makefile +5 -1
- index.html +0 -0
- notebook.ipynb +0 -0
.gitignore
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
.venv
|
2 |
.DS_Store
|
3 |
.mypy_cache
|
4 |
-
_output
|
|
|
|
1 |
.venv
|
2 |
.DS_Store
|
3 |
.mypy_cache
|
4 |
+
_output
|
5 |
+
.ipynb_checkpoints
|
Makefile
CHANGED
@@ -5,4 +5,8 @@ setup:
|
|
5 |
|
6 |
build_html:
|
7 |
python -m venv .venv && \
|
8 |
-
jupyter nbconvert --to
|
|
|
|
|
|
|
|
|
|
5 |
|
6 |
build_html:
|
7 |
python -m venv .venv && \
|
8 |
+
jupyter nbconvert --execute notebook.ipynb --to notebook --inplace --ExecutePreprocessor.timeout=-1 --EmbedWidgetsPreprocessor.enabled=True && \
|
9 |
+
jupyter nbconvert --to html --output index --template classic notebook.ipynb
|
10 |
+
|
11 |
+
run:
|
12 |
+
. .venv/bin/activate && jupyter notebook
|
index.html
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
notebook.ipynb
CHANGED
The diff for this file is too large to render.
See raw diff
|
|