-
|
Is there a way to use '--no-input' flag in IPYNB_CONFIG in conf.py. |
Beta Was this translation helpful? Give feedback.
Answered by
pjercic
Nov 27, 2025
Replies: 1 comment
-
|
IPYNB_CONFIG = {'TemplateExporter': {'exclude_input': True, 'exclude_input_prompt': True, 'exclude_output_prompt': False}} |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
pjercic
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
IPYNB_CONFIG = {'TemplateExporter': {'exclude_input': True, 'exclude_input_prompt': True, 'exclude_output_prompt': False}}