Skip to content

Commit c89b4db

Browse files
remove workaround for plotly
after quarto-dev/quarto-cli#12842
1 parent 46f7154 commit c89b4db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

renderings/plotly-python.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ pio.templates['dark_brand'] = theme_brand_plotly('dark-brand.yml')
2828

2929
```{python}
3030
#| echo: false
31-
#| renderings: [foo, light, dark]
31+
#| renderings: [light, dark]
3232
# plotly 6.* has three outputs the first time you run it.
3333
# without "foo" you'll get the warning
3434
# (W) need 2 cell-output-display for renderings light,dark; got 3

0 commit comments

Comments
 (0)