Release Notes
0.0.1.dev-2: ??? (??-??-????)
Features
Changes
- We now load the
micropip
andpyodide_http
packages during document initialization.
0.0.1: What does the Python Say? (02-19-2024)
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.
0.0.0-dev.0: One Python (08-12-2023)
Features
- An initial proof of concept of the code cell.
Important
This Quarto extension is open source software and is not affiliated with Posit, Quarto, or Pyodide. The extension is at best a community effort to simplify the integration of Pyodide inside of Quarto generated documents.