macOS
brew install jupytextlocal Homebrew formula metadata
brew
jupytext のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install jupytextlocal Homebrew formula metadata
sudo apt install python3-jupytextDebian stable package indexes · python3-jupytext · ソース: deb.debian.org
概要
Jupyter notebooks as Markdown documents, Julia, Python or R scripts
履歴
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.
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.
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.
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.
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.
セキュリティ状態
jupytext に一致するローカルシークレット処理マニフェストは見つかりませんでした。将来の対応で安定したパッケージ URL を使えるよう、Nucleus パッケージメタデータはここに公開されています。
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
local files
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.
Config paths the tool may read or write during local use.
jupytext.tomlpyproject.toml実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
jupytext | cli | グローバル実行可能ファイル | |
jupytext-config | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://jupytext.readthedocs.io/en/latest/
インストールメタデータ
| パッケージキー | brew:jupytext |
|---|---|
| バージョン | 1.19.4 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/jupytext |
| ホームページ | https://jupytext.readthedocs.io/en/latest/ |
| リポジトリ | https://github.com/mwouts/jupytext |
| 上流ドキュメント | https://jupytext.readthedocs.io/en/latest |
| ライセンス | MIT |
| ソースアーカイブ | https://files.pythonhosted.org/packages/3b/52/e014296ac8f40ca783aeb73dae52e65edbb0eaae0dcdc1ea41bfaa8aebf7/jupytext-1.19.4.tar.gz |
| 最終更新 | 2026-06-23T00:20:29Z |
| Pulse | updated |
| 依存関係 | libyaml, python@3.14, rpds-py |
| Bottle | 利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 未定義 |
| サービス | 宣言なし |
レジストリ情報
| 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 |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
python3-jupytext 1.16.4+ds1-1
Jupyter notebooks as Markdown documents, Julia, Python or R scripts
https://github.com/mwouts/jupytext
sudo apt install python3-jupytextソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.