--- id: nbclassic version: "1.3.3" license: BSD 3-Clause License Copyright (c) 2020 Project Jupyter Contributors All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that… (full text in the JSON record) license_treatment: permissive maintenance: active --- # nbclassic — Jupyter Notebook as a Jupyter Server extension. License: permissive · Maintenance: active · Downloads: 6.5M/mo ## What it is and what it does nbclassic bridges the gap between the classic Jupyter Notebook and the modern Jupyter ecosystem. It runs the traditional notebook interface as a Jupyter Server extension, preserving the familiar UI and URL namespace (`/nbclassic/`) so you can keep using classic extensions and customizations that may not yet work with newer frontends. The package depends on ipykernel, ipython-genutils, nest-asyncio, and notebook-shim to provide kernel communication and async handling. You install it alongside Jupyter Server and can launch it with `jupyter nbclassic` or access it through the main Jupyter Server. This lets you upgrade to the latest Jupyter infrastructure without immediately breaking your existing notebook workflows, custom extensions, or theme customizations—you can run the classic interface, JupyterLab, and Notebook 7 all in the same installation. Use it for: - Migrate to modern Jupyter Server infrastructure while keeping classic notebook extensions working. - Run the familiar classic notebook UI for users who prefer it over JupyterLab or Notebook 7. - Preserve custom CSS, JavaScript, and notebook extensions that haven't been ported to new frontends. - Maintain backwards compatibility during a gradual transition from classic Notebook to newer interfaces. - Coexist with JupyterLab in a single Jupyter installation for teams with mixed preferences. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides the classic Jupyter Notebook interface as a Jupyter Server extension, allowing you to run the traditional notebook UI alongside modern frontends like JupyterLab. Yes, if you rely on classic Jupyter Notebook extensions or customizations and need to upgrade to modern Jupyter Server. The package is actively maintained, has low install friction, and is widely used (top 5000 on PyPI). Install it when you want to defer rewriting extensions or when your team needs the classic interface alongside newer frontends. ## Install pip install nbclassic uv add nbclassic poetry add nbclassic ## Installing nbclassic Before you install: Low install friction with a pure Python wheel distribution. Actively maintained as of June 2026 with recent commits, and supported on current Python versions (3.9–3.13). License in practice: BSD 3-Clause License permits commercial and private use with minimal restrictions; you must retain copyright notice and disclaimer in source distributions. Quickstart: pip install nbclassic jupyter nbclassic Requires Jupyter Server to be installed; nbclassic runs as an extension on top of it. Verify before relying: - Whether existing classic notebook extensions are fully compatible without modification. - Performance characteristics compared to Notebook 7 or JupyterLab on the same system. - Scope of customizations that will continue to work unchanged from classic Notebook. ## Package facts - License: BSD 3-Clause License Copyright (c) 2020 Project Jupyter Contributors All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that… (full text in the JSON record) (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 6.5M/month (top 5,000 on PyPI) - Known vulnerabilities: none known ## Tags classic jupyter notebook interface, jupyter notebook backwards compatibility, jupyter server extension notebook, traditional notebook UI, jupyter nbclassic, notebook 7 compatibility layer, jupyter classic frontend, jupyter-extension, backwards-compatibility, interactive-computing [View on SkillFed](https://skillfed.io/packages/nbclassic) · [View on PyPI](https://pypi.org/project/nbclassic/)