cpsievert / LDAvis

R package for web-based interactive topic model visualization.
Other
557 stars 131 forks source link

Add stand.alone argument to serVis() #107

Open the-mad-statter opened 9 months ago

the-mad-statter commented 9 months ago

Added a stand.alone argument to serVis() to produce a stand alone html file with all includes provided inline. This makes sharing results with others easier and avoids Cross-Origin Resource Sharing (CORS) errors as in #100.