Skip to content
Closed
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
3 changes: 1 addition & 2 deletions 03-using-containers.qmd
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

# Using Containers

```{r, out.width = "100%", fig.alt = "This chapter will demonstrate how to: Recognize the practical definitions of what an image and a container are Pull an image Run a container Identify how containers could be used", echo = FALSE}
Expand All @@ -13,7 +12,7 @@ When learning another software skill like containers, it sometimes means you'll

**IMPORTANT**: Use the checkboxes to follow along with each step in the activities! This is to help you keep track because the steps have to be done in order!

```{r panel-setup, include = FALSE}
```{r panel-setup, include = FALSE, eval=knitr::is_html_output()}
install.packages("xaringanExtra", repos = 'https://cloud.r-project.org')
xaringanExtra::use_panelset()
xaringanExtra::style_panelset_tabs(font_family = "inherit")
Expand Down
2 changes: 1 addition & 1 deletion 04-using-volumes.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ I think of volumes like portals:
The portal/volume can be opened when you `RUN` the container. And when you stop and delete the container the portal is no longer there. But its a way that your container can access and modify files on your computer for the time being.


```{r panel-setup, include = FALSE}
```{r panel-setup, include = FALSE, eval=knitr::is_html_output()}
xaringanExtra::use_panelset()
xaringanExtra::style_panelset_tabs(font_family = "inherit")
```
Expand Down
2 changes: 1 addition & 1 deletion 05-modifying-containers.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ format: pdf
ottrpal::include_slide("https://docs.google.com/presentation/d/1T5Lfei2UVou9b0qaUCrWXmkcIwAao-UcN4pHMPEE4CY/edit#slide=id.g2effc5b673e_0_847")
```

```{r panel-setup, include = FALSE}
```{r panel-setup, include = FALSE, eval=knitr::is_html_output()}
xaringanExtra::use_panelset()
xaringanExtra::style_panelset_tabs(font_family = "inherit")
```
Expand Down
2 changes: 1 addition & 1 deletion 07-sharing-images.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
ottrpal::include_slide("https://docs.google.com/presentation/d/1T5Lfei2UVou9b0qaUCrWXmkcIwAao-UcN4pHMPEE4CY/edit#slide=id.g2effc5b673e_0_852")
```

```{r panel-setup, include = FALSE}
```{r panel-setup, include = FALSE, eval=knitr::is_html_output()}
xaringanExtra::use_panelset()
xaringanExtra::style_panelset_tabs(font_family = "inherit")
```
Expand Down
2 changes: 1 addition & 1 deletion 08-cleaning-up.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
ottrpal::include_slide("https://docs.google.com/presentation/d/1T5Lfei2UVou9b0qaUCrWXmkcIwAao-UcN4pHMPEE4CY/edit#slide=id.g2effc5b673e_0_857")
```

```{r panel-setup, include = FALSE}
```{r panel-setup, include = FALSE, eval=knitr::is_html_output()}
xaringanExtra::use_panelset()
xaringanExtra::style_panelset_tabs(font_family = "inherit")
```
Expand Down
2 changes: 1 addition & 1 deletion 09-troubleshooting.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
ottrpal::include_slide("https://docs.google.com/presentation/d/1T5Lfei2UVou9b0qaUCrWXmkcIwAao-UcN4pHMPEE4CY/edit#slide=id.g2effc5b673e_0_862")
```

```{r panel-setup, include = FALSE}
```{r panel-setup, include = FALSE, eval=knitr::is_html_output()}
xaringanExtra::use_panelset()
xaringanExtra::style_panelset_tabs(font_family = "inherit")
```
Expand Down
2 changes: 1 addition & 1 deletion 10-IDE-from-containers.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
ottrpal::include_slide("https://docs.google.com/presentation/d/1T5Lfei2UVou9b0qaUCrWXmkcIwAao-UcN4pHMPEE4CY/edit#slide=id.g2effc5b673e_0_872")
```

```{r panel-setup, include = FALSE}
```{r panel-setup, include = FALSE, eval=knitr::is_html_output()}
xaringanExtra::use_panelset()
xaringanExtra::style_panelset_tabs(font_family = "inherit")
```
Expand Down
2 changes: 1 addition & 1 deletion 11-advanced-techniques.qmd
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# Advanced Container Techniques

```{r panel-setup, include = FALSE}
```{r panel-setup, include = FALSE, eval=knitr::is_html_output()}
xaringanExtra::use_panelset()
xaringanExtra::style_panelset_tabs(font_family = "inherit")
```
Expand Down
5 changes: 5 additions & 0 deletions _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,11 @@ format:

image: assets/ITN_favicon.ico
license: "CC BY"
pdf:
prefer-html: true
knitr:
opts_chunk:
fig.path: "resources/images/figure/"
dev: "png"
webshot: "webshot2"

Loading