Quarto Stata Helper

A VS Code extension for writing Quarto documents with live Stata code

Quarto is a successor to the RMD file type, especially helpful for economics work letting us write prose, LaTeX math and code in one reproducible document. This extension gets Stata to work with Quarto, wiring together Python, a Jupyter kernel (nbstata), and a few VS Code settings.

Quarto Stata Helper creates a setup wizard that:

After that, {stata} cells in a .qmd file execute using your licensed copy of Stata, and the document renders to HTML, PDF or slides like any other Quarto project.

Install: download the .vsix from the latest release, then in VS Code open the Extensions panel, choose ⋯ → Install from VSIX, and run Quarto Stata Helper: Run Setup Wizard from the Command Palette.