Closed liuzz10 closed 1 month ago
I believe there is no need to do fig.show()
as just running fig
is sufficient for me. Have you tried that? If it does not work, then it might be worthwhile to do a quick search on jupyter lab with plotly since I do not think this is related directly to the code of BERTopic.
I believe there is no need to do
fig.show()
as just runningfig
is sufficient for me. Have you tried that? If it does not work, then it might be worthwhile to do a quick search on jupyter lab with plotly since I do not think this is related directly to the code of BERTopic.
Thank you! It turns out that it is indeed a problem of jupyter lab with plotly but I haven't solved it yet.
Using VScode to run jupyter and it works.
Have you searched existing issues? 🔎
Desribe the bug
Hi, I'm using Jupyter Lab and am visualizing topics using the following code:
But the figure doesn't show up somehow. Can you help? Thank you.
BERTopic Version
0.16.3