--- id: jupyter-nbextensions-configurator version: "0.6.4" license: BSD 3-clause license_treatment: permissive maintenance: dormant --- # jupyter-nbextensions-configurator — jupyter serverextension providing configuration interfaces for nbextensions. License: permissive · Maintenance: dormant · Downloads: 792.4K/mo ## What it is and what it does jupyter-nbextensions-configurator is a Jupyter server extension that adds a graphical configuration interface for managing notebook extensions. Instead of manually editing configuration files, users can enable or disable nbextensions through a web UI accessible at the `/nbextensions` endpoint, and for extensions that include a YAML descriptor file, the interface also displays their documentation and provides controls for their options. The package depends on jupyter-core, jupyter-server, notebook, pyyaml, tornado, and traitlets. It installs as a pure-Python wheel and requires a one-time enablement step via a jupyter subcommand before the notebook server is restarted. Once active, it provides two additional UI elements: a tab on the notebook dashboard and an edit menu item linking to the configurator page. Use it for: - Enable or disable installed nbextensions without manually editing Jupyter configuration files or restarting the server multiple times. - Adjust extension options (e.g., output limits, behavior toggles) through form controls rendered from YAML descriptors, without writing JSON config. - Discover and read documentation for installed extensions directly in the configurator UI via rendered markdown readme files. - Manage nbextensions in a shared or multi-user Jupyter deployment where direct file access to config directories is restricted. - Quickly toggle experimental or optional notebook extensions on and off for testing without command-line intervention. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides a web-based graphical interface for enabling, disabling, and configuring Jupyter notebook extensions (nbextensions) without editing configuration files directly. Yes, if you actively use Jupyter notebook extensions and want a GUI to manage them. The package is stable (no known vulnerabilities, permissive license) but dormant (800 days since last release). Install it only if your Jupyter and extension ecosystem is compatible with a package last updated in mid-2024; verify compatibility with your notebook version before relying on it for new deployments. ## Install pip install jupyter-nbextensions-configurator uv add jupyter-nbextensions-configurator poetry add jupyter-nbextensions-configurator ## Installing jupyter-nbextensions-configurator Before you install: Low install friction with a pure-Python wheel distribution. Maintenance is dormant—last release was 800 days ago—but the repository remains active with 981 stars and no recent commits, suggesting the package is stable rather than abandoned. License in practice: BSD 3-clause is permissive; you may use, modify, and distribute this package freely in commercial and private projects with minimal restrictions. Quickstart: pip install jupyter-nbextensions-configurator jupyter nbextensions_configurator enable --user # Restart notebook server, then navigate to http://localhost:8888/nbextensions Requires a running Jupyter notebook server; the configurator UI is accessed via a web browser at the notebook's base URL. Verify before relying: - Whether the package works with recent Jupyter versions (latest release was 800 days ago; current Jupyter ecosystem compatibility unclear). - Whether nbextensions discovered by the configurator must follow the YAML descriptor format to be configurable, or if legacy extensions are also supported. ## Package facts - License: BSD 3-clause (permissive) - Python support: unspecified - Install friction: low - Maintenance: dormant - Downloads: 792.4K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags jupyter notebook extension manager, nbextensions configuration ui, jupyter extension configurator, enable disable notebook extensions, jupyter extension settings gui, notebook plugin manager, jupyter extension control panel, jupyter-extension, notebook-configuration [View on SkillFed](https://skillfed.io/packages/jupyter-nbextensions-configurator) · [View on PyPI](https://pypi.org/project/jupyter-nbextensions-configurator/)