Skip to main content

JupyterLab build tools

Project description

Jupyter Builder - GSoC 2024

Build tools for JupyterLab (and remixes)

This will start as an extraction of the builder tools currently included in the core JupyterLab.

Why extracting the build tools?

  • This would also solve some chicken-and-egg problems like jupyterlab/jupyterlab_pygments#23.
  • Isolating the builder functionalities will simplify the work of core and extension developers who can now focus on their respective parts of the codebase instead of the earlier intertwined code. It will in particular reduce the need to update the maintenance tooling to produce extension compatible with newer version of Jupyter app.

How to install the package?

Execute the following command in a terminal:

pip install jupyter_builder

What does it do?

  • Provides a CLI for building Jupyter extensions. There are 3 subcommands
    • build : Builds the Jupyter extension JavaScript assets to be consumed by the Jupyter app.
      jupyter-builder build <path to extension folder>
      
    • develop : Install the Jupyter extension JavaScript assets in dev mode for consumption in the Jupyter app. It similar to editable install mode of pip
      jupyter-builder develop --overwrite (path to extension folder)
      
    • watch : Automatically rebuild the development JavaScript assets when one file is changed to ease development.
      jupyter-builder watch (path to extension folder)
      
  • Provides a NPM package manager: jlpm

How to uninstall the package?

Execute the following command in a terminal:

pip uninstall jupyter_builder

See https://github.com/jupyterlab/jupyterlab/issues/13456

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

jupyter_builder-0.1.0a2.tar.gz (925.8 kB view details)

Uploaded Source

Built Distribution

jupyter_builder-0.1.0a2-py3-none-any.whl (894.9 kB view details)

Uploaded Python 3

File details

Details for the file jupyter_builder-0.1.0a2.tar.gz.

File metadata

  • Download URL: jupyter_builder-0.1.0a2.tar.gz
  • Upload date:
  • Size: 925.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.11.9

File hashes

Hashes for jupyter_builder-0.1.0a2.tar.gz
Algorithm Hash digest
SHA256 5ffbc2cb5cbb05babcd5c90c6aa247b06ff4b8e92ca298c2839e3ce8716f815f
MD5 5b539b14eed95cccbb397d08239deea6
BLAKE2b-256 4a71c9513a9a47ca78a81f61bf394ec8bb6845b9ea91a0c4ee4853457ad6a69e

See more details on using hashes here.

File details

Details for the file jupyter_builder-0.1.0a2-py3-none-any.whl.

File metadata

File hashes

Hashes for jupyter_builder-0.1.0a2-py3-none-any.whl
Algorithm Hash digest
SHA256 d65638b4c1292a03494a64a9f49c7038026126d1c3db8bdb6a9326f02975c482
MD5 c1821dce2110ad7da3acecb9be4e333e
BLAKE2b-256 10ea808425007ccd5a171746a77f1d5f0cd134cc8db84ca1cd40c13c9cddbabc

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page