How to Install and Uninstall python3-knitpy Package on Kali Linux

Last updated: May 20,2024

1. Install "python3-knitpy" package

Learn how to install python3-knitpy on Kali Linux

$ sudo apt update $ sudo apt install python3-knitpy

2. Uninstall "python3-knitpy" package

Here is a brief guide to show you how to uninstall python3-knitpy on Kali Linux:

$ sudo apt remove python3-knitpy $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-knitpy package on Kali Linux

Package: python3-knitpy
Source: knitpy
Version: 0.1.1~git20180430-4
Installed-Size: 413
Maintainer: Miriam Ruiz
Architecture: all
Depends: python3-jupyter-client, python3-jupyter-core, python3-ipykernel, python3-traitlets, python3-pypandoc, python3-yaml, python3-zmq, python3:any
Recommends: python3-tabulate, texlive-latex-base, texlive-fonts-recommended
Size: 285596
SHA256: fceb429a0ee12715ef5cd48dd8ffa7d7be1aef29c057c4ac3f5af05357e7e707
SHA1: 45e5ad88583d0bdea691cc3fc0f2a65cedf84f65
MD5sum: a3ac23991f237fc31284218ead2b9247
Description: 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.
Description-md5:
Homepage: https://github.com/janschulz/knitpy
Section: python
Priority: optional
Filename: pool/main/k/knitpy/python3-knitpy_0.1.1~git20180430-4_all.deb