Displaying wordcloud and tables

I am new to bokeh
I would like to display a wordclouds and table data in a Jupyter notebook.
It would make sense to have this capability as part of data science activities.

Is there an easy way to do that?
If not, can someone give me some clues to how I could add it?

Thanks.

Hi,

To be perfectly honest, I'm not sure Bokeh is a great go-to choice for word clouds. There is nothing built into Bokeh that will compute optimal sizes, positions, etc for the words. That said, if you don't mind doing all that, you can certainly draw word clouds using the .text method of figures:

  bokeh.plotting — Bokeh 3.3.2 Documentation

Thanks,

Bryan

···

On Feb 22, 2017, at 16:18, Jacques Roy <[email protected]> wrote:

I am new to bokeh
I would like to display a wordclouds and table data in a Jupyter notebook.
It would make sense to have this capability as part of data science activities.

Is there an easy way to do that?
If not, can someone give me some clues to how I could add it?

Thanks.

--
You received this message because you are subscribed to the Google Groups "Bokeh Discussion - Public" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit https://groups.google.com/a/continuum.io/d/msgid/bokeh/4c92b492-f130-4351-a119-d9feaf3b039e%40continuum.io\.
For more options, visit https://groups.google.com/a/continuum.io/d/optout\.