python3-knitpy

report generation tool with Python

Description

Knitpy is an elegant, flexible and fast dynamic report generation with Python 3. It is a port of knitr and rmarkdown to Python and is used to convert pymd documents (*.pymd) to various other formats.

Codeblocks and inline code are executed via IPython kernels and the results are inserted into the document. Documents should follow rmarkdown syntax substituting 'python' for 'r' if python code should be executed.

Features:
 - Code blocks and inline code.
 - Plots are shown inline.
 - Output formats html, pdf and docx.
 - Code chunk arguments eval, results (apart form "hold"), include and echo
 - Errors in code chunks are shown in the document.
 - Uses the IPython display framework, so rich output for objects implementing
   _repr_html_() or _repr_markdown_(). Mimetypes not understood by the final
   output format are automatically converted via pandoc.
 - Can be imported and used from Python.
 - Supports a --debug mode.

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://github.com/janschulz/knitpy


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install python3-knitpy