From 7e6a575049c685a483fd9b804c93becd83f65b8e Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Tue, 8 Dec 2020 11:50:50 +0000 Subject: Fixing jupyter-nbconvert added --to html flag --- generate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'generate') diff --git a/generate b/generate index 56ea15b..f2cf919 100755 --- a/generate +++ b/generate @@ -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'' "// a\
  • \ -- cgit