Skip to content

Releases: coatless-quarto/pyodide

What does the Python Say?

21 Feb 07:15
Compare
Choose a tag to compare

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]

Documentation