Skip to content

Commit

Permalink
Add 'exclude_input_prompt': True (#1444)
Browse files Browse the repository at this point in the history
  • Loading branch information
joyceerhl authored Oct 16, 2020
1 parent 7d79f0a commit f66ec51
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nbconvert/nbconvertapp.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ def validate(self, obj, value):
{'TemplateExporter' : {
'exclude_output_prompt' : True,
'exclude_input': True,
'exclude_input_prompt': True,
}
},
"""Exclude input cells and output prompts from converted document.
Expand Down

0 comments on commit f66ec51

Please sign in to comment.