Release Notes

Published

August 12, 2023

Modified

September 6, 2024

0.0.1.dev-2: ??? (??-??-????)

Features

  • Updated the version of Pyodide from 0.25.0 to 0.26.1 (#20)
  • New code cell option that set the interactive cell to be read-only. (#4)

Changes

  • We now load the micropip and pyodide_http packages during document initialization.
    • micropip package allows for installation of pure Python or Pyodide-compiled Python packages. (#3)
    • pyodide_http provides the necessary shims to ensure uses of requests and urllib3 are able to be processed instead of returning a URL error. (#9)

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]

Documentation

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.