From 97a94bac2902782c38bdcd69a1a4610bf7408cfb Mon Sep 17 00:00:00 2001
From: jaseg <git-bigdata-wsl-arch@jaseg.de>
Date: Fri, 3 Apr 2020 17:00:28 +0200
Subject: thesis: Add grid frequency measurement plots

---
 ma/resources/nbexport.tplx | 14 +++++++++++++-
 1 file changed, 13 insertions(+), 1 deletion(-)

(limited to 'ma/resources')

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 *))
 
-- 
cgit