Title

Dr Dan Chalk, Sammi Rosser

Health Service Modelling Associates Programme

Section Header Example

Your Content Here

Slide Example

This is a slide with some text on it.

Code Examples

Defining code snippets in the qmd file

import plotly.express as px

px.scatter(x=[1,2,3], y=[2,3,4])

Defining and running code snippets in the qmd file

import plotly.express as px
import plotly.io as pio
pio.renderers.default = "notebook"

px.scatter(x=[1,2,3], y=[2,3,4], height=400)

Including just the output

Importing code snippets from files

print("Never gonna give you up")

Importing and running code snippets

print("Never gonna give you up")
Never gonna give you up

Embedded Streamlit

Layouts

2 col layout example

Here is column 1

Here is column 2

Incremental list reveal

This will be on the screen at the start.

  • Here’s bullet point 1
  • Here’s bullet point 2

Fragments

This will be on the screen at the start.

This won’t appear until you press a button.

Then this will appear when you’re ready.

Other features

Speaker notes

There are some speaker notes on this slide - but you can’t see them unless you’re in speaker view!