projects
/
talweg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
63afc6d
)
prepare run.sh for ipynb output
author
Benjamin Auder
<benjamin.auder@somewhere>
Wed, 12 Apr 2017 10:57:41 +0000
(12:57 +0200)
committer
Benjamin Auder
<benjamin.auder@somewhere>
Wed, 12 Apr 2017 10:57:41 +0000
(12:57 +0200)
reports/run.sh
patch
|
blob
|
blame
|
history
diff --git
a/reports/run.sh
b/reports/run.sh
index
d108199
..
93df861
100755
(executable)
--- a/
reports/run.sh
+++ b/
reports/run.sh
@@
-8,5
+8,6
@@
htmlfile=report_P$1_H$2.html
jupyter-nbconvert \
--ExecutePreprocessor.kernel_name='ir' \
--ExecutePreprocessor.timeout=1800 \
- --to html --execute $nbfile \
- --output=$htmlfile
+ --execute $nbfile \
+ --to notebook --output report.ipynb
+# --to html --output=$htmlfile