Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions renderings/_quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,12 @@ website:
- pygal.qmd
- seaborn.qmd
- thematic.qmd

brand:
light: light-brand.yml
dark: dark-brand.yml

theme:
light: brand
dark: [brand, dark-fixups.scss]
dark: [brand, dark-fixups.scss]
format:
html:
respect-user-color-scheme: true
4 changes: 4 additions & 0 deletions renderings/altair.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
title: altair
engine: jupyter
keep-md: true
format:
html:
code-tools:
source: https://github.com/quarto-dev/quarto-examples/blob/main/renderings/altair.qmd
---


Expand Down
4 changes: 4 additions & 0 deletions renderings/bokeh.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
title: bokeh
author: "anthropic claude-3-5-sonnet-latest"
date: 2025-01-06
format:
html:
code-tools:
source: https://github.com/quarto-dev/quarto-examples/blob/main/renderings/bokeh.qmd
---

## Question
Expand Down
4 changes: 4 additions & 0 deletions renderings/flextable.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ title: flextable
execute:
echo: false
warning: false
format:
html:
code-tools:
source: https://github.com/quarto-dev/quarto-examples/blob/main/renderings/flextable.qmd
---

```{r}
Expand Down
4 changes: 4 additions & 0 deletions renderings/ggiraph.qmd
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
---
title: ggiraph
format:
html:
code-tools:
source: https://github.com/quarto-dev/quarto-examples/blob/main/renderings/ggiraph.qmd
---

```{r}
Expand Down
4 changes: 4 additions & 0 deletions renderings/ggplot.qmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
---
title: ggplot
keep-md: true
format:
html:
code-tools:
source: https://github.com/quarto-dev/quarto-examples/blob/main/renderings/ggplot.qmd
---

```{r}
Expand Down
4 changes: 4 additions & 0 deletions renderings/great-tables.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ title: great tables
engine: jupyter
keep-md: true
ipynb-shell-interactivity: all
format:
html:
code-tools:
source: https://github.com/quarto-dev/quarto-examples/blob/main/renderings/great-tables.qmd
---

```{python}
Expand Down
4 changes: 4 additions & 0 deletions renderings/gt.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ title: gt
execute:
echo: false
warning: false
format:
html:
code-tools:
source: https://github.com/quarto-dev/quarto-examples/blob/main/renderings/gt.qmd
---

```{r}
Expand Down
4 changes: 4 additions & 0 deletions renderings/heatmaply.qmd
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
---
title: heatmaply
format:
html:
code-tools:
source: https://github.com/quarto-dev/quarto-examples/blob/main/renderings/heatmaply.qmd
---

Note, this is not fully working - see e.g. the legend background and the labels.
Expand Down
4 changes: 4 additions & 0 deletions renderings/leaflet.qmd
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
---
title: leaflet
format:
html:
code-tools:
source: https://github.com/quarto-dev/quarto-examples/blob/main/renderings/leaflet.qmd
---

```{r}
Expand Down
4 changes: 4 additions & 0 deletions renderings/matplotlib.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
title: matplotlib
engine: jupyter
keep-md: true
format:
html:
code-tools:
source: https://github.com/quarto-dev/quarto-examples/blob/main/renderings/matplotlib.qmd
---

```{python}
Expand Down
4 changes: 4 additions & 0 deletions renderings/plotly-python.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
title: plotly-python
author: "openai gpt-4o"
date: "2024-10-23 16:52:22.554560"
format:
html:
code-tools:
source: https://github.com/quarto-dev/quarto-examples/blob/main/renderings/plotly-python.qmd
---

# Question
Expand Down
4 changes: 4 additions & 0 deletions renderings/plotly-r.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ title: plotly-r
execute:
echo: false
warning: false
format:
html:
code-tools:
source: https://github.com/quarto-dev/quarto-examples/blob/main/renderings/plotly-r.qmd
---

```{r}
Expand Down
4 changes: 4 additions & 0 deletions renderings/plotnine.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ date: "2025-01-22 14:25:54.403762"
engine: jupyter
keep-md: true
ipynb-shell-interactivity: all
format:
html:
code-tools:
source: https://github.com/quarto-dev/quarto-examples/blob/main/renderings/plotnine.qmd
---

## Question
Expand Down
4 changes: 4 additions & 0 deletions renderings/pygal.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
title: pygal
engine: jupyter
keep-md: true
format:
html:
code-tools:
source: https://github.com/quarto-dev/quarto-examples/blob/main/renderings/pygal.qmd
---

```{python}
Expand Down
4 changes: 4 additions & 0 deletions renderings/seaborn.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ engine: jupyter
keep-md: true
author: "openai gpt-4o"
date: 2024-12-25 18:31:06.502548
format:
html:
code-tools:
source: https://github.com/quarto-dev/quarto-examples/blob/main/renderings/seaborn.qmd
---

# How to Draw a Violin Plot of the Iris Data Using Seaborn
Expand Down
4 changes: 4 additions & 0 deletions renderings/thematic.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ title: thematic
execute:
echo: false
warning: false
format:
html:
code-tools:
source: https://github.com/quarto-dev/quarto-examples/blob/main/renderings/thematic.qmd
---

```{r}
Expand Down