Skip to content
Snippets Groups Projects
Commit eb3f6bb5 authored by jarmil's avatar jarmil Committed by jan.bednarik
Browse files

Zamezeni exportu prazdnych promptu z notebooku s Julia kernelem

parent ce1c3a2b
Branches
No related tags found
No related merge requests found
......@@ -25,6 +25,9 @@ def jupyterize(value):
c.TagRemovePreprocessor.enabled = True # Nutne
c.TagRemovePreprocessor.remove_cell_tags = ["exclude"]
c.TagRemovePreprocessor.remove_input_tags = ["output"]
c.TemplateExporter.exclude_output_prompt = (
True # potlaci prazdne vystupy typu "Out[8]"
)
c.preprocessors = ["TagRemovePreprocessor"]
nb_body, _ = nbconvert.TemplateExporter(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment