skillfed

jupyter-nbextensions-configurator

jupyter serverextension providing configuration interfaces for nbextensions.

jupyter-nbextensions-configurator v0.6.4 792.4K downloads/30d#5,045 on PyPI981
Permissive license BSD 3-clause DORMANT released

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 on this page — 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

jupyter-nbextensions-configurator on PyPI

pip

pip install jupyter-nbextensions-configurator

uv

uv add jupyter-nbextensions-configurator

poetry

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 not specified
Install friction low — pure-Python wheel
Runtime dependencies 7 — jupyter-contrib-core, jupyter-core, jupyter-server, notebook, pyyaml, tornado, traitlets
Maintenance dormant — 800 days since the last release
Last repo commit
First released
Downloads 792,412/month — #5,045 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: jupyter_nbextensions_configurator-0.6.4-py2.py3-none-any.whl

Keywords: Jupyter, notebook

Intended Audience :: End Users/DesktopIntended Audience :: Science/ResearchLicense :: OSI Approved :: BSD LicenseNatural Language :: EnglishOperating System :: OS IndependentProgramming Language :: JavaScriptProgramming Language :: PythonProgramming Language :: Python :: 3Topic :: Utilities

Tags

jupyter notebook extension managernbextensions configuration uijupyter extension configuratorenable disable notebook extensionsjupyter extension settings guinotebook plugin managerjupyter extension control panel
jupyter-extensionnotebook-configuration

More Utilities packages