https://github.com/quarto-dev/quarto-cli-pypi
Produces `quarto-cli` python package on PyPi
https://github.com/quarto-dev/quarto-cli-pypi
Last synced: 10 months ago
JSON representation
Produces `quarto-cli` python package on PyPi
- Host: GitHub
- URL: https://github.com/quarto-dev/quarto-cli-pypi
- Owner: quarto-dev
- License: mit
- Created: 2024-01-19T20:47:37.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-24T16:48:24.000Z (12 months ago)
- Last Synced: 2025-03-31T15:25:07.551Z (10 months ago)
- Language: Python
- Homepage: https://pypi.org/project/quarto-cli/
- Size: 40 KB
- Stars: 6
- Watchers: 4
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Quarto
Quarto is an open-source scientific and technical publishing system built on [Pandoc](https://pandoc.org). Quarto documents are authored using [markdown](https://en.wikipedia.org/wiki/Markdown), an easy to write plain text format.
In addition to the core capabilities of Pandoc, Quarto includes:
1. Embedding code and output from Python, R, Julia, and JavaScript via integration with [Jupyter](https://jupyter.org/), [Knitr](https://yihui.org/knitr/), and [Observable](https://github.com/observablehq/).
2. A variety of extensions to Pandoc markdown useful for technical writing including cross-references, sub-figures, layout panels, hoverable citations and footnotes, callouts, and more.
3. A project system for rendering groups of documents at once, sharing options across documents, and producing aggregate output like [websites](https://quarto.org/docs/websites/) and [books](https://quarto.org/docs/books/).
4. Authoring using a wide variety of editors and notebooks including [JupyterLab](https://quarto.org/docs/tools/jupyter-lab.html), [RStudio](https://quarto.org/docs/tools/rstudio.html), and [VS Code](https://quarto.org/docs/tools/vscode.html).
5. A [visual markdown editor](https://quarto.org/docs/visual-editor/) that provides a productive writing interface for composing long-form documents.
Learn more about Quarto at .
# Install
To install the latest released version of Quarto, use:
```bash
pip install quarto-cli
```
> **Note**
The current `quarto-cli` package downloads required Quarto binary files from GitHub during installation. We are investigating providing pre-built wheel files to make installation more robust.
# Uninstall
To uninstall the `quarto-cli` package, use:
```bash
pip uninstall quarto-cli
```