Skip to content
Snippets Groups Projects
Commit 651b1a1f authored by jarmil's avatar jarmil
Browse files

FIX: PDP - odtstraneni nadbytecneho In[] z vystupu notebooku

parent f4c63b98
No related branches found
No related tags found
No related merge requests found
......@@ -28,6 +28,9 @@ def jupyterize(value):
c.TemplateExporter.exclude_output_prompt = (
True # potlaci prazdne vystupy typu "Out[8]"
)
c.TemplateExporter.exclude_input_prompt = (
True # potlaci prazdne vystupy typu "In[]"
)
c.preprocessors = ["TagRemovePreprocessor"]
nb_body, _ = nbconvert.TemplateExporter(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment