Features
This is a pyodide code cell in a Quarto document.
```{pyodide-python}
def say_hello(name):
print(f"Hello there {name}"!)
```
- Execute code in the code cell using keyboard shortcuts:
- Run selected code using:
[Cmd + Enter]
on macOS or[Ctrl+Enter]
on Windows - Run the entire code area using:
[Shift+Enter]
- Run selected code using:
Documentation
- Provided an extension documentation website at: https://quarto.thecoatlessprofessor.com/pyodide
- Included several deployment templates.