diff options
Diffstat (limited to 'generate')
| -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> \ |
