Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

A hatch plugin to help build Jupyter packages

License

NotificationsYou must be signed in to change notification settings

jupyterlab/hatch-jupyter-builder

PyPI - VersionHatch project


This provides abuild hook plugin forHatch that adds a build step for use with Jupyter packages.

Table of Contents

Documentation

The full documentation is available onRead The Docs.

Installation

pip install hatch-jupyter-builder

Local Development

To test this package locally with another package, use the following:

[tool.hatch.build.hooks.jupyter-builder]dependencies = ["hatch-jupyter-builder@file://<path_to_this_repo>"]

Skipping the Build

You can skip the build by setting theSKIP_JUPYTER_BUILDER environmentvariable.

Migration

This library can be used to migrate from asetuptools based package tousehatch_jupyter_builder. It will attempt to migratejupyter-packagingconfig as well, if present.

To migrate, run the following:

python -m hatch_jupyter_builder.migrate.

The migration script will do most of the migration automatically, butwill prompt you for anything it cannot do itself.

To compare dist files with a reference checkout, run the following:

python -m hatch_jupyter_builder.compare_migration<source_dir><target_dir> sdist

Usewheel to compare wheel file contents.

See thedocumentation for more information on migration for more details.

License

hatch-jupyter-builder is distributed under the terms of theMIT license.

About

A hatch plugin to help build Jupyter packages

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Sponsor this project

    Packages

    No packages published

    Contributors11


    [8]ページ先頭

    ©2009-2025 Movatter.jp