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
No related branches found
No related tags found
2 merge requests!131Zamezeni exportu prazdnych promptu z notebooku s Julia kernelem,!130Zamezeni exportu prazdnych promptu z notebooku s Julia kernelem
Pipeline #1362 passed
...@@ -25,6 +25,9 @@ def jupyterize(value): ...@@ -25,6 +25,9 @@ def jupyterize(value):
c.TagRemovePreprocessor.enabled = True # Nutne c.TagRemovePreprocessor.enabled = True # Nutne
c.TagRemovePreprocessor.remove_cell_tags = ["exclude"] c.TagRemovePreprocessor.remove_cell_tags = ["exclude"]
c.TagRemovePreprocessor.remove_input_tags = ["output"] c.TagRemovePreprocessor.remove_input_tags = ["output"]
c.TemplateExporter.exclude_output_prompt = (
True # potlaci prazdne vystupy typu "Out[8]"
)
c.preprocessors = ["TagRemovePreprocessor"] c.preprocessors = ["TagRemovePreprocessor"]
nb_body, _ = nbconvert.TemplateExporter( 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