bmabey / pyLDAvis

Python library for interactive topic model visualization. Port of the R LDAvis package.
BSD 3-Clause "New" or "Revised" License
1.81k stars 363 forks source link

URL in saved html file giving 404 error "https://cdn.rawgit.com/bmabey/pyLDAvis/files/ldavis.v3.0.0.js" #189

Closed bigbrihh closed 3 years ago

bigbrihh commented 3 years ago

when running pyLDAvis.show(), the generated html file tries to call this URL "https://cdn.rawgit.com/bmabey/pyLDAvis/files/ldavis.v3.0.0.js" which returns a 404 error code.

I found that an earlier version of the engine is available. "https://cdn.rawgit.com/bmabey/pyLDAvis/files/ldavis.v1.0.0.js"

bmabey commented 3 years ago

It looks like rawgit no longer is working so I updated the URLs.. could you try again with the latest version?

bigbrihh commented 3 years ago

your updates look good. Thanks for the quick fix.