# Quarto Experiment {.title} ```{python} #| echo: false import plotly.io as pio pio.renderers.default = "plotly_mimetype+notebook_connected" ``` ## Code Example ```{python} #| code-fold: show {{< include src/code-example.py >}} ``` ## Iris Dataset – Interactive ```{python} #| code-fold: true {{< include src/plotly-example.py >}} ```