Skip to content
Snippets Groups Projects
quarto.qmd 346 B
Newer Older
William Warriner's avatar
William Warriner committed
# 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 &ndash; Interactive

```{python}
#| code-fold: true
{{< include src/plotly-example.py >}}
```