Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Visualization shown in local notebook, not on GitHub #165

Open
johann-petrak opened this issue Apr 17, 2020 · 0 comments
Open

Visualization shown in local notebook, not on GitHub #165

johann-petrak opened this issue Apr 17, 2020 · 0 comments

Comments

@johann-petrak
Copy link

I am using version 2.1.2 and code like this in my jupyter notebook:

pvis = pyLDAvis.sklearn.prepare(ldamodel, dtm, vect, R=30, mds="pcoa")
pyLDAvis.display(pvis)

This works fine in my local jupyter notebook. But when I display the same notebook in my github repo, the output does not show the visualization but just a small grey rectangle.

All the other graphics in my notebook do show fine though. Is there a way to make this work on GitHub?

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant