skillfed

jupyter-contrib-nbextensions

A collection of Jupyter nbextensions.

jupyter-contrib-nbextensions v0.7.0 510.4K downloads/30d#6,267 on PyPI5,278
Permissive license BSD DORMANT released

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-nbextensions

uv

uv add jupyter-contrib-nbextensions

poetry

poetry add jupyter-contrib-nbextensions

Installing 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

Development Status :: 1 - PlanningIntended Audience :: End Users/DesktopIntended Audience :: Science/ResearchLicense :: OSI Approved :: BSD LicenseNatural Language :: EnglishOperating System :: OS IndependentProgramming Language :: JavaScriptProgramming Language :: PythonTopic :: Utilities

Tags

jupyter notebook extensionsjupyter nbextensionsjupyter browser pluginsnotebook ui enhancementsjupyter productivity toolsjupyter notebook addons
jupyter-ecosystembrowser-extensionnotebook-enhancement

More Utilities packages