# jupytext mit Homebrew, apt installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für jupytext in AI-Agent-Workflows.

## Installation

```sh
sudo av install brew:jupytext
```

Weitere Installationsbefehle:

### macOS

- Homebrew (100%):

```sh
brew install jupytext
```

  Evidenz: local Homebrew formula metadata

### Linux

- Debian apt (92%):

```sh
sudo apt install python3-jupytext
```

  Evidenz: Debian stable package indexes: python3-jupytext from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

## Paketfakten

- **Paketschlüssel:** brew:jupytext
- **Paketmanager:** Homebrew
- **Paketmanager-Seite:** <https://formulae.brew.sh/formula/jupytext>
- **Version:** 1.19.4
- **Quellzusammenfassung:** Jupyter notebooks as Markdown documents, Julia, Python or R scripts
- **Homepage:** <https://jupytext.readthedocs.io/en/latest/>
- **Repository:** <https://github.com/mwouts/jupytext>
- **Upstream-Dokumentation:** <https://jupytext.readthedocs.io/en/latest>
- **Lizenz:** MIT
- **Quellarchiv:** <https://files.pythonhosted.org/packages/3b/52/e014296ac8f40ca783aeb73dae52e65edbb0eaae0dcdc1ea41bfaa8aebf7/jupytext-1.19.4.tar.gz>
- **Zuletzt aktualisiert:** 2026-06-23T00:20:29Z
- **Generiert:** 2026-07-08T18:08:21+00:00

## Executables

- jupytext (cli)
- jupytext-config (cli)
- jupytext (Alias)
- jupytext-config (Alias)

## Abhängigkeiten

- libyaml
- python@3.14
- rpds-py

## Installationsverhalten

- Post-install-Hook: nicht definiert
- Bottle: verfügbar auf arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## Version und Aktualität

- Seite generiert: 2026-07-08
- Manager-Version: 1.19.4
- Manager aktualisiert: 2026-06-23
- lokale Daten: OK
- Upstream-Repository: https://jupytext.readthedocs.io/en/latest/
- Info: Release/tag comparison is only available for GitHub repositories.
## Projektgeschichte und Nutzung

Jupytext is a Jupyter extension and command-line tool that represents notebooks as plain text: Markdown, MyST Markdown, R Markdown, Python scripts, Julia scripts, R scripts, and other text formats. Its core idea is pairing `.ipynb` notebooks with reviewable files that work naturally with Git.

### Projektgeschichte

Jupytext was created by Marc Wouts and the GitHub repository was created on 2018-06-15. The project appeared during a period when Jupyter notebooks were already widely used but their JSON format made code review, merge conflict handling, and text-editor workflows awkward.

By early 2019, Jupytext 1.0 had established the paired-notebook workflow: users could keep a notebook synchronized with a `.py`, `.md`, `.Rmd`, or similar text representation. The official changelog records the addition of Jupyter Notebook and JupyterLab extensions and a growing command-line interface around paired paths and conversion.

### Adoptionsgeschichte

Jupytext adoption has followed the pain points of notebook-heavy teams: clean Git diffs, less noisy review, editable scripts, and reproducible notebooks without storing outputs. The official FAQ recommends versioning only the text representation when outputs are not needed, while regenerating the `.ipynb` file locally.

The package metadata in this batch shows Jupytext in Homebrew and Debian-family packaging, and the official repository metadata showed more than 7,000 GitHub stars on 2026-07-01. Its adoption is especially visible in research, education, and data-science repositories that want notebooks and conventional source control at the same time.

### Wie es verwendet wird

Jupytext is used from the command line with `jupytext`, from JupyterLab and Notebook menus, and through configuration files such as `jupytext.toml` or `pyproject.toml`. Typical workflows pair an `.ipynb` file with a percent-format Python script or Markdown file, then commit the text file for readable diffs.

It is also used as a bridge between notebook interfaces and IDEs: edit the text representation in an editor, open it as a notebook, or synchronize it with an `.ipynb` file when rich outputs are needed.

### Warum Paket-Nerds sich dafür interessieren

Jupytext is a classic package-nerd fix for a format mismatch. It does not replace notebooks; it makes them behave like source files when package managers, Git, code review, pre-commit hooks, and IDEs expect text.

Its importance comes from being small but ecosystem-shaped: it touches Jupyter server extensions, lab extensions, CLI conversion, file format conventions, and project configuration without forcing users to abandon the notebook UI.

### Zeitleiste

- 2018-06-15: The Jupytext GitHub repository is created.
- 2019-02-19: Marc Wouts publishes a Jupytext 1.0 highlights post.
- 2019-02-23: PyPI records the Jupytext 1.0.1 release candidate.
- 2022-11-11: Project Jupyter documentation describes Jupytext as a common way to save notebooks as Markdown for version control.
- 2024-02-16: The Jupyter Blog announces the return of the Jupytext menu for JupyterLab-era workflows.
- 2026-06-21: Jupytext 1.19.4 is published on GitHub.

### Related projects

- JupyterLab and Jupyter Notebook are the notebook interfaces Jupytext integrates with.
- Git is the version-control system whose text-diff model motivates many Jupytext workflows.
- MyST Markdown and R Markdown are related plain-text notebook/document formats supported by the Jupytext ecosystem.
- nbconvert and notebook execution tools often appear near Jupytext in reproducible notebook pipelines.

### Quellen

- <https://api.github.com/repos/mwouts/jupytext>
- <https://blog.jupyter.org/the-jupytext-menu-is-back-3e6212e8c090>
- <https://github.com/mwouts/jupytext>
- <https://github.com/mwouts/jupytext/releases>
- <https://jupytext.org/>
- <https://jupytext.org/reference/faq/>
- <https://jupytext.readthedocs.io/en/latest/changelog.html>
- <https://pypi.org/project/jupytext/1.0.1rc0/>


## Sicherheitshinweise

Für jupytext wurde kein passendes lokales Secret-Handling-Manifest gefunden. Nucleus-Paketmetadaten bleiben hier veröffentlicht, damit künftige Abdeckung eine stabile Paket-URL hat.



## Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.


## Configuration files

- Unix: jupytext.toml, pyproject.toml
## Details aus der Quelldatenbank

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** jupytext
- **Version Scheme:** 0
- **Revision:** 0
- **Head Version:** HEAD
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** head, stable

## Andere Paketmanager-Einträge

- Debian apt - python3-jupytext - 1.16.4+ds1-1: normalized package name match | Debian stable package indexes: python3-jupytext from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Jupyter notebooks as Markdown documents, Julia, Python or R scripts | https://github.com/mwouts/jupytext


## Verwandte Links

- [Terminal utility packages](https://www.automicvault.com/de/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://www.automicvault.com/de/pkg/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://www.automicvault.com/de/pkg/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [Language runtime packages](https://www.automicvault.com/de/pkg/language-runtime-packages/) - Matched language runtime, compiler, or interpreter metadata.
- [python@3.14](https://www.automicvault.com/de/pkg/brew/python-3-14/) - Runtime dependency declared by Homebrew.
- [ipython](https://www.automicvault.com/de/pkg/brew/ipython/) - Shares av.db curated category or tags: cli, developer-tools, jupyter, python.
- [mdformat](https://www.automicvault.com/de/pkg/brew/mdformat/) - Shares av.db curated category or tags: cli, developer-tools, markdown, python.
- [mdv](https://www.automicvault.com/de/pkg/brew/mdv/) - Shares av.db curated category or tags: cli, developer-tools, markdown, python.
- [pelican](https://www.automicvault.com/de/pkg/brew/pelican/) - Shares av.db curated category or tags: cli, developer-tools, markdown, python.
- [python-markdown](https://www.automicvault.com/de/pkg/brew/python-markdown/) - Shares av.db curated category or tags: cli, developer-tools, markdown, python.
- [rich-cli](https://www.automicvault.com/de/pkg/brew/rich-cli/) - Shares av.db curated category or tags: cli, developer-tools, markdown, python.
- [abi3audit](https://www.automicvault.com/de/pkg/brew/abi3audit/) - Shares av.db curated category or tags: cli, developer-tools, python.
- [action-docs](https://www.automicvault.com/de/pkg/brew/action-docs/) - Shares av.db curated category or tags: cli, developer-tools, markdown.
- [fastmcp](https://www.automicvault.com/de/pkg/brew/fastmcp/) - Both packages touch the same language runtime or ecosystem. Shared terms: cli, developer, developer-tools, libyaml, python.
- [moto](https://www.automicvault.com/de/pkg/brew/moto/) - Both packages touch the same language runtime or ecosystem. Shared terms: cli, developer, developer-tools, libyaml, python.

## Combined YAML source

View the package source record on GitHub. [combined/jupytext.yml](https://github.com/automic-vault/db/blob/main/combined/jupytext.yml)


## Quellen

- Nucleus package database
- Geiger risk classifier
- package-page enrichment
- curated configuration and credential file locations
- curated package history
- package version freshness
- av.db category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
