summaryrefslogtreecommitdiff
path: root/ma/resources/nbexport.tplx
diff options
context:
space:
mode:
authorjaseg <git-bigdata-wsl-arch@jaseg.de>2020-04-03 17:00:28 +0200
committerjaseg <git-bigdata-wsl-arch@jaseg.de>2020-04-03 17:00:28 +0200
commit97a94bac2902782c38bdcd69a1a4610bf7408cfb (patch)
treefe511e5aa16aaf8487932b63387604860116e3b9 /ma/resources/nbexport.tplx
parent7532f38349d6bf0519402d29a8084851676d3251 (diff)
downloadmaster-thesis-97a94bac2902782c38bdcd69a1a4610bf7408cfb.tar.gz
master-thesis-97a94bac2902782c38bdcd69a1a4610bf7408cfb.tar.bz2
master-thesis-97a94bac2902782c38bdcd69a1a4610bf7408cfb.zip
thesis: Add grid frequency measurement plots
Diffstat (limited to 'ma/resources/nbexport.tplx')
-rw-r--r--ma/resources/nbexport.tplx14
1 files changed, 13 insertions, 1 deletions
diff --git a/ma/resources/nbexport.tplx b/ma/resources/nbexport.tplx
index a279827..f3f47bc 100644
--- a/ma/resources/nbexport.tplx
+++ b/ma/resources/nbexport.tplx
@@ -9,5 +9,17 @@
((*- endblock header -*))
-((* block maketitle *))\vspace*{3cm}((* endblock maketitle *))
+((* block maketitle *))\vspace*{1cm}((* endblock maketitle *))
+
+((* block stream *))
+ ((*- if output.name != 'stderr' -*))
+ ((( super() )))
+ ((*- endif -*))
+((* endblock stream *))
+
+((* block data_text *))
+ ((*- if 'application/vnd.jupyter.widget-view+json' not in output.data -*))
+ ((( super() )))
+ ((*- endif -*))
+((* endblock data_text *))