jupyter-nbextensions-configurator
jupyter serverextension providing configuration interfaces for nbextensions.
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-configuratoruv
uv add jupyter-nbextensions-configuratorpoetry
poetry add jupyter-nbextensions-configuratorInstalling 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
Tags
More Utilities packages
Converts domain names between Unicode and…
permissive · top 100 on PyPI
charset-normalizerDetects and normalizes text encoding from…
permissive · top 100 on PyPI
setuptoolsSetuptools is a Python build backend and…
permissive · top 100 on PyPI
pluggyPluggy provides a plugin system that lets you…
permissive · top 100 on PyPI
PygmentsPygments is a syntax highlighter that colorizes…
permissive · top 100 on PyPI
sixSix provides utility functions to write Python…
permissive · top 100 on PyPI
jupyter-contrib-coreProvides common utilities, API compatibility…
permissive · top 15,000 on PyPI
jupyter-contrib-nbextensionsAdds a collection of browser-based extensions…
permissive · top 15,000 on PyPI
jupyter_highlight_selected_wordA Jupyter notebook extension that highlights…
permissive · top 15,000 on PyPI
nbzipnbzip adds a button to Jupyter that zips and…
permissive · top 15,000 on PyPI
widgetsnbextensionProvides the JavaScript frontend and…
permissive · top 1,000 on PyPI
ipyvueProvides a Jupyter widget base for building…
permissive · top 15,000 on PyPI
nbclassicProvides the classic Jupyter Notebook interface…
permissive · top 5,000 on PyPI
jupyterlab-widgetsEnables Jupyter/IPython widgets to render and…
permissive · top 1,000 on PyPI
nbsphinxnbsphinx is a Sphinx extension that parses…
permissive · top 5,000 on PyPI
ipymplipympl enables interactive matplotlib plots in…
permissive · top 5,000 on PyPI