Skip to content

Commit

Permalink
Add
Browse files Browse the repository at this point in the history
  • Loading branch information
mine-cetinkaya-rundel committed Aug 12, 2024
1 parent ab48f99 commit f81aa1a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 24 deletions.
19 changes: 9 additions & 10 deletions index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,16 @@ subtitle: "posit::conf(2024)"

## Schedule

| Time | Activity |
|:--------------|:------------------|
| 09:00 - 10:30 | [Hello, Dashboards!](1-hello-dashboards/) |
| 10:30 - 11:00 |*Coffee break* |
| 11:00 - 12:30 | [Dashboard components](2-dashboard-components/) |
| 12:30 - 13:30 | 🍽️ *Lunch break* |
| 13:30 - 15:00 | [Theming and styling](3-themint-styling/) |
| 15:00 - 15:30 |*Coffee break* |
| Time | Activity |
|:--------------|:------------------------------------------------------------------------------------|
| 09:00 - 10:30 | [Hello, Dashboards!](1-hello-dashboards/) |
| 10:30 - 11:00 |*Coffee break* |
| 11:00 - 12:30 | [Dashboard components](2-dashboard-components/) |
| 12:30 - 13:30 | 🍽️ *Lunch break* |
| 13:30 - 15:00 | [Theming and styling](3-themint-styling/) |
| 15:00 - 15:30 |*Coffee break* |
| 15:30 - 17:00 | [Parameters, interactivity, and deployment](4-parameters-interactivity-deployment/) |
| 16:30 - 17:00 | Quarto Q & A |

| 16:30 - 17:00 | Quarto Q & A |

## Overview

Expand Down
20 changes: 6 additions & 14 deletions setup.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -23,25 +23,19 @@ See the required software suite for each language below.
#| eval: false
pkg_list <- c(
"tidyverse", "gt", "ggthemes", "DT", "here"
"tidyverse", "gt", "ggthemes", "DT", "here", "paletteer"
)
install.packages(pkg_list)
```

### Python

- [Python](https://www.python.org/downloads/): 3

```{=html}
<!-- -->
```
- [Quarto](https://quarto.org/docs/download/): v1.5

- [VS Code](https://code.visualstudio.com/download) as well as the [VS Code Quarto Extension](https://marketplace.visualstudio.com/items?itemName=quarto.quarto) and [VS Code Jupyter Extension](https://marketplace.visualstudio.com/items?itemName=ms-toolsai.jupyter)

- Packages: We recommend `pip install`ing the following packages. If you have a different preferred way of managing your environment, you’re welcomed to do so. Just make sure you have these packages installed in order to be able to follow along with the examples.

```
```
great_tables==0.10.0
ipykernel==6.29.5
jupyter==1.0.0
Expand All @@ -60,12 +54,10 @@ To publish your website you'll need an account on one of Quarto's publishing ven

## Discord

We're not going to be making heavy use of Discord during the workshop, but it's a great place to share code snippets for questions that come up or (inevitable) typos that need to be fixed.
We're not going to be making heavy use of Discord during the workshop, but it's a great place to share code snippets for questions that come up or (inevitable) typos that need to be fixed.

More importantly, it's a great place to connect with other conference attendees.

- [pos.it/conf-event-portal](http://pos.it/conf-event-portal) > Login
- Click on "Join Discord, the virtual networking platform!"
- Browse Channels -> #workshop-quarto-dashboards


- [pos.it/conf-event-portal](http://pos.it/conf-event-portal) \> Login
- Click on "Join Discord, the virtual networking platform!"
- Browse Channels -\> #workshop-quarto-dashboards

0 comments on commit f81aa1a

Please sign in to comment.