knitpy 0.1.1~git20180430-4 source package in Ubuntu

Changelog

knitpy (0.1.1~git20180430-4) unstable; urgency=medium

  * New patches: fix_yaml.patch and jupyter_client_7_0.patch

 -- Miriam Ruiz <email address hidden>  Mon, 15 May 2023 14:57:09 +0200

Upload details

Uploaded by:
Miriam Ruiz
Uploaded to:
Sid
Original maintainer:
Miriam Ruiz
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
knitpy_0.1.1~git20180430-4.dsc 1.8 KiB 480f08c36b8a7ef044d174de3eaf091106c8f4644b43656ebd09d26f4fe47818
knitpy_0.1.1~git20180430.orig.tar.xz 276.2 KiB 61e4516afb39ba32f918603ef8f8ee2a902f94b7c056e28e7fc61ce6903c254d
knitpy_0.1.1~git20180430-4.debian.tar.xz 6.2 KiB 3c2271556736bb9be9a677bc537304fa4f26df88b047850fcb6288c4efcea09d

No changes file available.

Binary packages built by this source

python3-knitpy: report generation tool with Python

 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.