blob: f3f47bc8393b0950c890d6784f2e840e66a215c6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
((*- extends 'article.tplx' -*))
((*- block header -*))
((( super() )))
\pagenumbering{gobble}
((*- endblock header -*))
((* 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 *))
|