Make Notebook ready for PDF output without code

This commit is contained in:
Mario Hüttel 2020-01-28 23:43:01 +01:00
parent 0e66004bbf
commit 94f2ef6e8d
3 changed files with 8 additions and 0 deletions

View File

@ -1 +1,2 @@
.ipynb_checkpoints/*
*.pdf

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