solara icon indicating copy to clipboard operation
solara copied to clipboard

feature: proper support of matplotlib like in Jupyter

Open maartenbreddels opened this issue 1 year ago • 0 comments

In https://github.com/widgetti/solara/commit/2b321eeff9f5e288a92d401b968d10671c22c959 we added support to notebook rendering for matplotlib using pylabtools.select_figure_formats(shell, ["png"]). This will make display(fig) work. Ideally, this works out of the box, without having a matplotlib dependency.

Would be great if someone can figure out how.

maartenbreddels avatar Nov 23 '23 20:11 maartenbreddels