Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Fix background color in Notebooks with dark themes #222

Merged
merged 1 commit into from Feb 11, 2023

Conversation

OliRafa
Copy link
Contributor

@OliRafa OliRafa commented Nov 22, 2021

This PR fixes #167

@hunaidkhan2000
Copy link

Quick fix for the problem would be to add this line before running the PyLDAvis code


from jupyterthemes import jtplot

jtplot.style(theme='monokai', context='notebook', ticks=True, grid=False)

after that run the PyLDAvis code

pyLDAvis.sklearn.prepare(lda, x_counts, count_vect)

@msusol msusol merged commit ae7c353 into bmabey:master Feb 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

pyLDAvis colors unusable with Jupyter notebook theme
3 participants