WordCloud for Bokeh

I needed a Wordcloud for a bokeh project i was working on and couldnt find one … so I made one

I appreciate any feedback (I know i have alot not documented but almost all options from the pure js version someone else wrote are available.

https://bokeh-wordcloud2.readthedocs.io/en/latest/getting_started.html

You can also check it out on github

1 Like

This is great, exactly the sort of thing we had in mind when we thought about adding the custom extension capability! It’s been a bit of a slog with changes, but the BokehJS API is finally now approaching a much higher level of stability. I hope we can make it even easier for anyone to create and share their own extensions.