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

Merge branch 'localwebs' of https://gitlab.pirati.cz/to/majak into localwebs

parents b6df15cc 610e4b2d
No related branches found
No related tags found
2 merge requests!173Release,!134Weby pro MS
Pipeline #1498 failed
......@@ -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