Skip to content

Commit

Permalink
Add links to deployed dashboards
Browse files Browse the repository at this point in the history
  • Loading branch information
mine-cetinkaya-rundel committed Aug 13, 2024
1 parent 95c9d82 commit b17b848
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions 1-hello-dashboards/1-hello-dashboards.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -289,14 +289,24 @@ quarto --version

## {.no-line background-image="images/dashboards/stock-explorer.png" background-size="contain"}

## Demo: Olympic Games dashboard
## 🍰 Olympic Games dashboard - R

::: {style="text-align: center;"}
πŸ”— [mine.quarto.pub/olympic-games](https://mine.quarto.pub/olympic-games/)
::: r-box
πŸ”— [mine.quarto.pub/olympic-games-r](https://mine.quarto.pub/olympic-games-r/)
:::

```{=html}
<iframe src="https://mine.quarto.pub/olympic-games-r/" title = "Olympic Games dashboard" frameborder="1" height="575" width="1200"></iframe>
```

## 🍰 Olympic Games dashboard - Python

::: python-box
πŸ”— [mine.quarto.pub/olympic-games-py](https://mine.quarto.pub/olympic-games-py/)
:::

```{=html}
<iframe src="https://mine.quarto.pub/olympic-games/" title = "Olympic Games dashboard" frameborder="1" height="575" width="1200"></iframe>
<iframe src="https://mine.quarto.pub/olympic-games-py/" title = "Olympic Games dashboard" frameborder="1" height="575" width="1200"></iframe>
```

## Notebook ➝ Dashboard
Expand Down

0 comments on commit b17b848

Please sign in to comment.