Skip to main content

A pandoc filter for executing (python) code and including the results.

Project description

pandoc-source-exec is a panflute pandoc filter.

It executes code annotated code blocks with the proper executables and adds the output below. Example:

```{ .python .exec }
print('Hello World')
```

The above can be compiled like this:

example.pdf: example.md example.py
    pandoc --filter pandoc-source-exec -o $@ $<

The resulting output will include Hello World after the code block.

pandoc-source-exec offers many other features, including tikz plots, proper figures and code listings as well as including files as code.

For more examples check the example files.

Installation

Just use pip to install it from pypi

pip install pandoc-source-exec

Future

  • Execute code other than python

  • Refactor interactive execution, build REPL wrappers.

  • Allow configurable pre- and postfixes for the output

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pandoc-source-exec-0.2.0.tar.gz (6.4 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page