logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

knitpy - a report generation tool with Python

Author

       knitpy was written by Jan Schulz.

       This  manual page was written by Miriam Ruiz <miriam@debian.org>, for the Debian project (but may be used
       by others).

0.1.1                                                                                                  KNITPY(1)

Description

       This application 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 (http://rmarkdown.rstudio.com/), substituting 'python'
       for 'r' if python code should be executed.

       The commandline interface should be compatible to knitr.

       knitpy uses pandoc to do any file type conversion (md -> html|latex|...).

       ONLY SOME FEATURES OF knitr OR rmarkdown ARE YET SUPPORTED...

Examples

       The  simplest  way  to  use knitpy is 'knitpy mydocument.pymd', which will convert mydocument.pymd to the
       default format (probably HTML).

       Output formats supported: 'html', 'pdf' and 'docx'.  Change  with  '--to=<format>'.   Use  '--to=all'  to
       convert to all export formats specified in the yaml header

Name

       knitpy - a report generation tool with Python

Options

       Type 'knitpy --help' to see the available options.  For  more  information  on  full  configurables,  use
       '--help-all'.

See Also

       You can find more information in /usr/share/doc/python3-knitpy/README.md

       The project's home page is available at https://github.com/janschulz/knitpy

Synopsis

knitpy [options] infile.pymd

See Also