Is it possible to use nbextensions with nbconvert? I ran jupyter nbconvert --to html nynotebook.ipynb. Then, toc2 seems to be effective in the resulting html. However, collapsible headings is no longer working.
Based on the previous issue #198, I understand that in order to use nbextensions with nbconvert I need to
- make "jupyter_nbconvert_config.py" in jupyter configuration folder (in my win 8.1, User.jupyter),
- put nbextension .py files in extensions folder, and
- I somehow need to write a template file in User.jupyter\extensions.
Am I mistaken? I have not found collapsible_headings.py in my env, and have not figured out the format of the template file. Could anyone give me pointers?
Is it possible to use nbextensions with nbconvert? I ran
jupyter nbconvert --to html nynotebook.ipynb. Then, toc2 seems to be effective in the resulting html. However, collapsible headings is no longer working.Based on the previous issue #198, I understand that in order to use nbextensions with nbconvert I need to
Am I mistaken? I have not found collapsible_headings.py in my env, and have not figured out the format of the template file. Could anyone give me pointers?