hatch-jupyter-builder
A hatch plugin to help build Jupyter packages
What it is and what it does
hatch-jupyter-builder is a Hatch build hook that integrates custom build steps into the Jupyter package creation workflow. It acts as a bridge between Hatch's build system and Jupyter-specific compilation tasks—such as building frontend assets or running custom build scripts—that need to run before the final package is assembled. The plugin is designed for maintainers migrating from setuptools and jupyter-packaging to Hatch, and includes a migration utility to help convert existing configurations.
When configured in a project's pyproject.toml, the hook intercepts the build process and executes Jupyter-specific build steps automatically. It can be skipped via the SKIP_JUPYTER_BUILDER environment variable for development workflows. The package is maintained by the Jupyter project and supports Python 3.8 and later, including both CPython and PyPy implementations.
Use it for:
- Building JupyterLab extensions or plugins that require frontend asset compilation before packaging.
- Migrating an existing setuptools-based Jupyter package to Hatch with minimal configuration changes.
- Automating custom build steps (e.g., TypeScript compilation, webpack bundling) as part of the Hatch build pipeline.
- Comparing distribution artifacts when migrating from jupyter-packaging to verify build output consistency.
- Skipping build steps in development environments while keeping them active in CI/release builds.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
A Hatch build hook plugin that automates the build process for Jupyter packages, handling compilation and asset steps during package creation.
Yes, if you are building Jupyter packages with Hatch and need to automate custom build steps. The low install friction and permissive license make it straightforward to adopt. However, note the dormant maintenance status—no releases for 885 days—so verify compatibility with your current Hatch and Jupyter versions before relying on it for new projects. It is most suitable for teams already committed to Hatch or migrating from jupyter-packaging.
Install
hatch-jupyter-builder on PyPI
pip
pip install hatch-jupyter-builderuv
uv add hatch-jupyter-builderpoetry
poetry add hatch-jupyter-builderInstalling hatch-jupyter-builder
Before you install
Low friction installation with a single runtime dependency on hatchling. The project is dormant (last commit 2024-06-16, no release for 885 days), but remains available and functional for existing Jupyter packaging workflows.
License in practice
Distributed under a permissive BSD license, allowing commercial and private use with minimal restrictions—only requiring preservation of copyright and license text in redistributions.
Quickstart
pip install hatch-jupyter-builder
# In pyproject.toml:
[tool.hatch.build.hooks.jupyter-builder]
dependencies = ["hatch-jupyter-builder"]
# Then hatch build will invoke the jupyter-builder hook automatically
Requires Hatch as the build system and Python >= 3.8; the hook only activates when configured in a Hatch project's pyproject.toml.
Verify before relying
- Whether the hook works with current Jupyter package standards and recent JupyterLab versions, given the dormant maintenance status.
- Compatibility with modern Hatch versions and any breaking changes in the Hatch plugin API since the last release.
Package facts
| License | Copyright (c) 2022 Project Jupyter Contributors All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following… (full text in the JSON record) (permissive) |
| Python support | supports the current Python release (>=3.8) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 1 — hatchling |
| Maintenance | dormant — 885 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 188,007/month — #9,953 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: hatch_jupyter_builder-0.9.1-py3-none-any.whl
Keywords: hatch, jupyter, jupyterlab
Tags
More Build Tools packages
Provides reusable utilities for Python…
permissive · top 100 on PyPI
tqdmWraps any iterable to display a real-time…
copyleft · top 100 on PyPI
pippip is the standard installer for Python…
permissive · top 100 on PyPI
hatchlingHatchling is a standards-compliant Python build…
permissive · top 100 on PyPI
grpcio-toolsGenerates Python gRPC service stubs and message…
permissive · top 1,000 on PyPI
pre-commitpre-commit is a framework for installing and…
permissive · top 1,000 on PyPI
jupyter-packagingProvides build tools and utilities for…
permissive · top 5,000 on PyPI
hatchHatch is a modern Python project manager that…
permissive · top 1,000 on PyPI
hatch-regex-commitA Hatch plugin that automatically creates Git…
permissive · top 15,000 on PyPI
hatch-vcsA Hatch plugin that automatically determines…
permissive · top 1,000 on PyPI
hatch-nodejs-versionProvides Hatch plugins to read and write Python…
permissive · top 15,000 on PyPI
hatch-polylith-bricksA Hatch build hook that integrates Polylith…
permissive · top 15,000 on PyPI
hatch-cythonA Hatch build hook that integrates Cython…
permissive · top 15,000 on PyPI
hatch_build_scriptsA Hatch build plugin that runs arbitrary shell…
permissive · top 15,000 on PyPI
hatch-fancy-pypi-readmeA Hatch plugin that generates dynamic PyPI…
permissive · top 5,000 on PyPI