From c89b4dbbe1201873cc25747f4724089495dcce29 Mon Sep 17 00:00:00 2001 From: Gordon Woodhull Date: Tue, 27 May 2025 13:59:14 -0400 Subject: [PATCH] remove workaround for plotly after quarto-dev/quarto-cli#12842 --- renderings/plotly-python.qmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renderings/plotly-python.qmd b/renderings/plotly-python.qmd index a66a769..f7f8e01 100644 --- a/renderings/plotly-python.qmd +++ b/renderings/plotly-python.qmd @@ -28,7 +28,7 @@ pio.templates['dark_brand'] = theme_brand_plotly('dark-brand.yml') ```{python} #| echo: false -#| renderings: [foo, light, dark] +#| renderings: [light, dark] # plotly 6.* has three outputs the first time you run it. # without "foo" you'll get the warning # (W) need 2 cell-output-display for renderings light,dark; got 3