projects
/
talweg.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
refactor reports.gj, prepare also 13h report
[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