Skip to content

A Quarto extension to hide the evidence of faking Stata dynamic content with Python and Stata cell magic.

Notifications You must be signed in to change notification settings

CenterOnBudget/quarto-stata-facade

Repository files navigation

Stata Facade

A Quarto extension that hides the evidence of faking Stata dynamic content with Python code blocks and Stata cell magic.

Installation

To install this extension in your current directory (or into the Quarto project that you're currently working in), use the following command:

quarto add centeronbudget/quarto-stata-facade

This will install the extension under the _extensions subdirectory. If you're using version control, you will want to check in this directory.

stata-facade requires Quarto version 1.3 or higher.

Usage

To enable the extension, add stata-facade to the list of filters for your document or project:

---
title: My Document
format: html
filters:
  - stata-facade
---

All executable Python code blocks which use Stata cell magic will automatically be outputted as Stata code blocks, with appropriate syntax highlighting and stripped of the Stata cell magic command.

Example

Here is the source code for a minimal example: example.qmd

Here is the output of example.qmd.

Warning

This extension is under active development. It has not been tested with all output formats or cell output options.

About

A Quarto extension to hide the evidence of faking Stata dynamic content with Python and Stata cell magic.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages