X-Git-Url: https://git.auder.net/?p=talweg.git;a=blobdiff_plain;f=reports%2Frun.sh;fp=reports%2Frun.sh;h=4c6a00e8f98415d7a2732ee2b8bbb173d10af254;hp=9d67a84f7ab3f17cc5bb9c441ca4e5553d035c74;hb=571325e3dba6566e8d29808da456797a21b394f8;hpb=8ab6420267542d34b7428f978aa76ba939b9754b diff --git a/reports/run.sh b/reports/run.sh index 9d67a84..4c6a00e 100755 --- a/reports/run.sh +++ b/reports/run.sh @@ -3,9 +3,10 @@ ./ipynb_generator.py $1.gj - P=$2 H=$3 +# Timeout for 1 cell : 24*3600s = 24h jupyter-nbconvert \ --ExecutePreprocessor.kernel_name='ir' \ - --ExecutePreprocessor.timeout=1800 \ + --ExecutePreprocessor.timeout=86400 \ --execute $1.ipynb \ --to notebook --output $1.out.ipynb # --to html --output=$1.html