I am trying to reproduce this output from nbconvert in voila nbconvert
This is generated using the following command
jupyter nbconvert --to html_toc example.ipynb --no-input --ExtractOutputPreprocessor.enabled=False
Currently voila gives me this (no table of contents)
Is this possible and if so how would I go about it?