For some reason, regular matplotlib and seaborn plots don't show anymore after a Solara page has been initiated. In the code below you can see the first seaborn plot showing well, but the second not showing.
In PyCharm, the first plot is also shown fine, but instead of just not showing the second plot anymore, but gives an error:
ipykernel_29332\2165788151.py:2: UserWarning: FigureCanvasAgg is non-interactive, and thus cannot be shown
plt.show()
Here's a notebook to reproduce: solara_bug_plotting.zip
And here's the same notebook in Google Colab.
First plot shows fine:

After a Solara component, the second errors or doesn't show anymore:
