Make Notebook ready for PDF output without code
This commit is contained in:
parent
0e66004bbf
commit
94f2ef6e8d
1
measurement-data/.gitignore
vendored
1
measurement-data/.gitignore
vendored
@ -1 +1,2 @@
|
||||
.ipynb_checkpoints/*
|
||||
*.pdf
|
||||
|
7
measurement-data/hidecode.tplx
Normal file
7
measurement-data/hidecode.tplx
Normal file
@ -0,0 +1,7 @@
|
||||
((*- extends 'article.tplx' -*))
|
||||
|
||||
((* block input_group *))
|
||||
((*- if cell.metadata.get('nbconvert', {}).get('show_code', False) -*))
|
||||
((( super() )))
|
||||
((*- endif -*))
|
||||
((* endblock input_group *))
|
Loading…
Reference in New Issue
Block a user