update reports, last fixes, cleanup
[talweg.git] / reports / run.sh
1 #!/bin/sh
2 # Usage: ./run.sh file[no_suffix] P H
3
4 ./ipynb_generator.py $1.gj - P=$2 H=$3
5
6 jupyter-nbconvert \
7 --ExecutePreprocessor.kernel_name='ir' \
8 --ExecutePreprocessor.timeout=1800 \
9 --execute $1.ipynb \
10 --to notebook --output $1.out.ipynb
11 # --to html --output=$1.html