You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The visualisation works fine when you use .display in the Jupyter notebook, but when you use the functions to display it on a separate page or save as HTML, the red bars and words next to them are not displayed unless you move the lambda slider on top several times. The parameter controlling lambda is also ignored; the slider gets set to 1.0 whatever value you set
The visualisation works fine when you use .display in the Jupyter notebook, but when you use the functions to display it on a separate page or save as HTML, the red bars and words next to them are not displayed unless you move the lambda slider on top several times. The parameter controlling lambda is also ignored; the slider gets set to 1.0 whatever value you set
The code I use to display it in the browser is
pyLDAvis.show(prepared_data, ip='127.0.0.1', port=8000, n_retries=50, local=False, open_browser=True, http_server=None)
The text was updated successfully, but these errors were encountered: