I'm running jupyter notebook in vscode. I have build my LDA model using gensim but when I want to visualize it, it shows nothing.
my code is:
import pyLDAvis
import pyLDAvis.gensim_models
pyLDAvis.enable_notebook(local=True)
vis = pyLDAvis.gensim_models.prepare(lda_model, corpus, id2word)
vis
I tried display method of pyLDAvis it didn't work neither
I'm expecting some plots and graphs like this address