minimaxir/stylecloud

Inline in Jupyter Notebook?

amrrs opened this issue · 2 comments

amrrs commented

Would it be possible to display inline in Jupyter notebook? right now gen_stylecloud seems to be saving the png

Not off the top of my head, but per Stack Overflow it might not be too bad to add.

In general, if you want to show the stylecloud in a notebook, you can do it in a Markdown cell, e.g.

![](stylecloud.png)

That should be fine for most cases as long as you include the image w/ the notebook.

amrrs commented

Got it! Thanks!