I tried to include the content of the file in a dash-dangerously-set-inner-html section. It is actually well contained in the page source when I investigate, but I can’t see the graph.
Is there a way I can display this html file in a Dash application?
You may find the beginning of an answer with the pyldavis_dash custom component I implemented. It’s quick and dirty, but it seems to work fine for my needs.
Clone it
pip install -e .
Argument you pass to data is the var section extracted from the htmlvis generated by pyLDAvis.save_html()