diff options
author | jaseg <git-bigdata-wsl-arch@jaseg.de> | 2020-04-03 17:00:28 +0200 |
---|---|---|
committer | jaseg <git-bigdata-wsl-arch@jaseg.de> | 2020-04-03 17:00:28 +0200 |
commit | 97a94bac2902782c38bdcd69a1a4610bf7408cfb (patch) | |
tree | fe511e5aa16aaf8487932b63387604860116e3b9 /ma/resources | |
parent | 7532f38349d6bf0519402d29a8084851676d3251 (diff) | |
download | master-thesis-97a94bac2902782c38bdcd69a1a4610bf7408cfb.tar.gz master-thesis-97a94bac2902782c38bdcd69a1a4610bf7408cfb.tar.bz2 master-thesis-97a94bac2902782c38bdcd69a1a4610bf7408cfb.zip |
thesis: Add grid frequency measurement plots
Diffstat (limited to 'ma/resources')
-rw-r--r-- | ma/resources/nbexport.tplx | 14 |
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 *)) |