diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2020-12-08 11:50:50 +0000 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2020-12-08 11:50:50 +0000 |
| commit | 7e6a575049c685a483fd9b804c93becd83f65b8e (patch) | |
| tree | bd81c188279d608b272afa323561c5620d2b0ee4 | |
| parent | 1f0b0b5fa5a770431c0232798c8dd1ca6efe0eb3 (diff) | |
| download | cacharle.xyz-7e6a575049c685a483fd9b804c93becd83f65b8e.tar.gz cacharle.xyz-7e6a575049c685a483fd9b804c93becd83f65b8e.tar.bz2 cacharle.xyz-7e6a575049c685a483fd9b804c93becd83f65b8e.zip | |
Fixing jupyter-nbconvert added --to html flag
| -rwxr-xr-x | generate | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -123,7 +123,7 @@ done for notebook_path in notebooks/*.ipynb do notebook_dst_path=$(echo "$notebook_path" | sed 's_.ipynb_.html_') - jupyter-nbconvert "$notebook_path" + jupyter-nbconvert --to html "$notebook_path" sed -i'' "/<!-- NOTEBOOKINDEX -->/ a\ <li> \ |
