Is it possible to convert a notebook to HTML with collapsible headings still "enabled" in the converted HTML file? I tried to add "pre_collapsible_headings.CollapsibleHeadingsPreprocessor" to the preprocessors in jupyter_nbconvert_config.json, but this seems not to do it (jupyter nbconvert notebook_name.ipynb).
If it is possible, do I need to change/add other files?
Is it possible to convert a notebook to HTML with collapsible headings still "enabled" in the converted HTML file? I tried to add
"pre_collapsible_headings.CollapsibleHeadingsPreprocessor"to the preprocessors injupyter_nbconvert_config.json, but this seems not to do it (jupyter nbconvert notebook_name.ipynb).If it is possible, do I need to change/add other files?