Skip to content

Commit 985f7e5

Browse files
author
Gordon Shotwell
authored
Rebuild website (posit-dev#55)
* Add additional exercises pages * Add additional exercise pages
1 parent 1e5dcb6 commit 985f7e5

File tree

55 files changed

+191
-449
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+191
-449
lines changed

_quarto.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,13 @@ website:
55
title: "Shiny for Python Workshop"
66
sidebar:
77
contents:
8-
- exercises/1-hello-world.qmd
8+
- section: "Exercises"
9+
contents:
10+
- exercises/1-hello-world.qmd
11+
- exercises/2-basic-ui.qmd
12+
- exercises/3-reactivity.qmd
13+
- exercises/4-dynamic-ui.qmd
14+
- exercises/5-reactive-effect.qmd
915

1016
navbar:
1117
tools:
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
pandas
2+
plotly
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
pandas
2+
plotly
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
pandas
2+
plotly
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
pandas
2+
plotly
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
pandas
2+
plotly
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
pandas
2+
plotly
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
pandas
2+
plotly

apps/problem-sets/3-reactive-effects/3.1-update-slider/README

Lines changed: 0 additions & 4 deletions
This file was deleted.

apps/problem-sets/3-reactive-effects/3.1-update-slider/app-solution.py

Lines changed: 0 additions & 48 deletions
This file was deleted.

0 commit comments

Comments
 (0)