Export pyLDAvis graphs as standalone webpage Export pyLDAvis graphs as standalone webpage python python

Export pyLDAvis graphs as standalone webpage


pyLDAvis.save_html should work:

p = pyLDAvis.gensim.prepare(topic_model, corpus, dictionary)pyLDAvis.save_html(p, 'lda.html')