jupyter-contrib-nbextensions
A collection of Jupyter nbextensions.
What it is and what it does
jupyter-contrib-nbextensions is a community-maintained collection of add-ons for Jupyter notebooks. The extensions are written in JavaScript and run directly in your browser, adding UI enhancements and productivity features to the classic Jupyter notebook interface. The package itself is a Python installer that deploys these browser-side extensions to your Jupyter environment.
The project is independently maintained by community contributors and is not part of the official Jupyter project. Extension maturity varies—some are well-tested and stable, while others remain experimental. With no runtime dependencies and a permissive BSD license, the package is straightforward to install, but its dormant maintenance status (last release over a year ago) means extensions may not work reliably with recent Jupyter versions or may lack support for newer notebook features.
Use it for:
- Add keyboard shortcuts, code folding, or syntax highlighting enhancements to speed up notebook editing workflows.
- Enable notebook-wide search, variable inspection, or execution timing tools for exploratory data analysis.
- Install UI polish extensions like table of contents, collapsible headings, or code cell numbering.
- Customize the notebook environment with theme or layout extensions for better readability.
- Extend notebook functionality with tools for exporting, version control integration, or collaboration features.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Adds a collection of browser-based extensions to Jupyter notebooks, mostly written in JavaScript, that enhance notebook functionality with features loaded locally in the browser.
Yes, with conditions. The package is permissively licensed and has no runtime dependencies, making installation low-risk. However, dormant maintenance (last release 2022-11-15) and the community-maintained status mean you should verify that the specific extensions you need work with your Jupyter version before relying on them in production. Best suited for local development workflows where you can tolerate occasional incompatibilities.
Install
jupyter-contrib-nbextensions on PyPI
pip
pip install jupyter-contrib-nbextensionsuv
uv add jupyter-contrib-nbextensionspoetry
poetry add jupyter-contrib-nbextensionsInstalling jupyter-contrib-nbextensions
Before you install
High install friction and dormant maintenance status (last release 2022-11-15, 1368 days ago) suggest caution. The package has no runtime dependencies, but the installation process itself is complex. Repository remains active on GitHub with 5278 stars, though development appears stalled.
License in practice
BSD license (permissive) places no restrictions on use, modification, or redistribution for commercial or private projects.
Quickstart
pip install jupyter-contrib-nbextensions
jupyter contrib nbextension install --user
Requires Jupyter notebook to be installed separately; installation involves both pip and a post-install command to register extensions in the browser.
Verify before relying
- Whether extensions remain compatible with current Jupyter notebook versions post-2022
- Which specific extensions are production-ready versus experimental or abandoned
- Whether the package works with JupyterLab (the modern Jupyter interface) or only classic Notebook
Package facts
| License | BSD (permissive) |
| Python support | not specified |
| Install friction | high — source build required |
| Runtime dependencies | none |
| Maintenance | dormant — 1,368 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 510,399/month — #6,267 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: jupyter_contrib_nbextensions-0.7.0.tar.gz
Keywords: IPython, 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-nbextensions-configuratorProvides a web-based graphical interface for…
permissive · top 15,000 on PyPI
jupyter-contrib-coreProvides common utilities, API compatibility…
permissive · top 15,000 on PyPI
widgetsnbextensionProvides the JavaScript frontend and…
permissive · top 1,000 on PyPI
jupyter_highlight_selected_wordA Jupyter notebook extension that highlights…
permissive · top 15,000 on PyPI
notebookJupyter Notebook is a web-based interactive…
permissive · top 1,000 on PyPI
jupyterlite-coreProvides the core build and CLI infrastructure…
permissive · top 15,000 on PyPI
nbconvertnbconvert converts Jupyter notebooks (.ipynb…
permissive · top 1,000 on PyPI
nbsphinxnbsphinx is a Sphinx extension that parses…
permissive · top 5,000 on PyPI
nbformatnbformat provides Python APIs and the reference…
permissive · top 1,000 on PyPI
ipynbnameReturns the filename or full path of the…
permissive · top 15,000 on PyPI