Hi,
I love the collapseable headings functionality, but am am needing to have it be present in a html version of notebook for a report. When I do run this command:
jupyter nbconvert --to html_ch MYFILE.ipynb
I get this error:
Bad config encountered during initialization: The 'export format' trait of a NBConvertApp instance must be any of ['custom','html','latex', ....], but a value of 'html_ch' <class 'str'> was specified.
What am I missing?
Hi,
I love the collapseable headings functionality, but am am needing to have it be present in a html version of notebook for a report. When I do run this command:
I get this error:
What am I missing?