Skip to content

Commit 36858f5

Browse files
Consistency fix in notebook_template.tplx
1 parent 440097f commit 36858f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/notebook_template.tplx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123

124124
% Display raw cell types as latex for trusted inputs
125125
((* block unknowncell *))
126-
((* if nb.metadata['vars']['trusted'] == True: *))
126+
((* if nb.metadata.get('vars', {})['trusted'] == True: *))
127127
((( cell.source )))
128128
((* endif *))
129129
((* endblock unknowncell *))

0 commit comments

Comments
 (0)