projects
/
talweg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8ab6420
)
after NA fixes; increase Jupyter cell timeout
author
Benjamin Auder
<benjamin.auder@somewhere>
Thu, 18 May 2017 15:01:45 +0000
(17:01 +0200)
committer
Benjamin Auder
<benjamin.auder@somewhere>
Thu, 18 May 2017 15:01:45 +0000
(17:01 +0200)
reports/run.sh
patch
|
blob
|
blame
|
history
diff --git
a/reports/run.sh
b/reports/run.sh
index
9d67a84
..
4c6a00e
100755
(executable)
--- 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=
18
00 \
+ --ExecutePreprocessor.timeout=
864
00 \
--execute $1.ipynb \
--to notebook --output $1.out.ipynb
# --to html --output=$1.html