How to do a split violin plot with plotly express?

In full plotly, I can draw a plot with split / two-sided violins by specifying ‘left’ and ‘right’ for my traces. (see https://plot.ly/python/violin/#split-violin-plot )

How can I achieve the same with plotly express?