add part 3 of final report
[talweg.git] / reports / run.sh
index 93df861..044d00d 100755 (executable)
@@ -1,13 +1,13 @@
 #!/bin/sh
 # Usage: ./run.sh P H
 
-nbfile=report_P$1_H$2.ipynb
-./ipynb_generator.py report.gj $nbfile P=$1 H=$2
+./ipynb_generator.py report.gj - P=$1 H=$2
 
-htmlfile=report_P$1_H$2.html
+#htmlfile=report_P$1_H$2.html
+nbfile=report_P$1_H$2.ipynb
 jupyter-nbconvert \
        --ExecutePreprocessor.kernel_name='ir' \
        --ExecutePreprocessor.timeout=1800 \
-       --execute $nbfile \
-       --to notebook --output report.ipynb
+       --execute report.ipynb \
+       --to notebook --output $nbfile
 #      --to html --output=$htmlfile