You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description of expected behavior and the observed behavior
I'm coming from this issue pola-rs/polars#17647.
Changing the backend doesn't work, when using a polars dataframe with their plot namespace inside a standalone script or marimo notebooks. Somehow it works when using jupyter=1.0.0.
Complete, minimal, self-contained example code that reproduces the issue
This script shows a bokeh plot, even though plotly was set as a backend:
Hi @knolljo and thanks for opening this issue, we plan to have a closer look into how the extension loading affects Polars users in the context of #1359.
ALL software version info
hvplot==0.10.0
polars==1.2.1
plotly==5.22.0
bokeh==3.4.2
Description of expected behavior and the observed behavior
I'm coming from this issue pola-rs/polars#17647.
Changing the backend doesn't work, when using a
polars
dataframe with theirplot
namespace inside a standalone script ormarimo
notebooks. Somehow it works when usingjupyter=1.0.0
.Complete, minimal, self-contained example code that reproduces the issue
This script shows a bokeh plot, even though
plotly
was set as a backend:The text was updated successfully, but these errors were encountered: