skillfed

notebook

Jupyter Notebook - A web-based notebook environment for interactive computing

notebook Permissive license BSD 3-Clause License - Copyright (c) 2001-2015, IPython Development Team - Copyright (c) 2015-, Jupyter Development Team All rights reserved. Redistribution and use in source and binary forms, with… (full text in the JSON record) Active 13,298 v7.6.2 released

Install

notebook on PyPI

pip

pip install notebook

uv

uv add notebook

poetry

poetry add notebook

Package facts

License BSD 3-Clause License - Copyright (c) 2001-2015, IPython Development Team - Copyright (c) 2015-, Jupyter Development Team All rights reserved. Redistribution and use in source and binary forms, with… (full text in the JSON record) (permissive)
Python support supports the current Python release (>=3.10)
Install friction low — pure-Python wheel
Runtime dependencies 6 — jupyter-builder, jupyter-server, jupyterlab-server, jupyterlab, notebook-shim, tornado
Maintenance actively maintained — 2 days since the last release
Last repo commit
First released
Popularity one of the top 1,000 most-downloaded packages on PyPI (30-day window, as of 2026-08-13)
Known vulnerabilities none known (OSV.dev, checked 2026-08-13)

Evidence: notebook-7.6.2-py3-none-any.whl

Keywords: Jupyter, JupyterLab, Notebook

Framework :: JupyterIntended Audience :: DevelopersIntended Audience :: Science/ResearchIntended Audience :: System AdministratorsLicense :: OSI Approved :: BSD LicenseProgramming Language :: PythonProgramming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13Programming Language :: Python :: 3.14Typing :: Typed

About notebook

from the package's own PyPI description — quoted content, verbatim

Jupyter Notebook

Github Actions Status (image) Documentation Status (image) Binder (image)

The Jupyter notebook is a web-based notebook environment for interactive computing.

Jupyter notebook example (image)

Maintained versions

We maintain the two most recently released major versions of Jupyter Notebook, Classic Notebook v6 and Notebook v7. Notebook v5 is no longer maintained. All Notebook v5 users are strongly advised to upgrade to Classic Notebook v6 as soon as possible.

Upgrading to Notebook v7 may require more work, if you use custom extensions, as extensions written for Notebook v5 or Classic Notebook v6 are not compatible with Notebook v7.

Notebook v7

The newest major version of Notebook is based on:

  • JupyterLab components for the frontend
  • Jupyter Server for the Python server

This represents a...

Read as markdown · JSON record · Source repository · Homepage · Docs

AI interpretation — verify before relying

AI-generated interpretation of the package facts above; every digit, version, license, or vulnerability id it cites is grounded in the facts already shown on this page

Jupyter Notebook is a web-based interactive computing environment that lets you write and execute code, create visualizations, and document your work in a single shareable document.

Installation is straightforward with low friction; the package is actively maintained with a release 2 days old and strong community backing. Supports Python 3.10–3.14 and depends on well-established Jupyter ecosystem components.

Licensed under the permissive BSD 3-Clause License, allowing commercial and private use with minimal restrictions; you must retain copyright notices and disclaimers in source distributions.

Usage

pip install notebook
jupyter notebook

Requires Python ≥3.10 and a web browser to access the notebook interface.

Verdict: Notebook 7.6.2 is a mature, actively maintained core tool in the Jupyter ecosystem with no known vulnerabilities, permissive licensing, and low install friction. It is suitable for interactive computing and educational use across Python 3.10–3.14.

Needs verification

  • Whether custom extensions from Notebook v6 or v5 are compatible with v7.6.2 in your specific use case.
  • Performance characteristics and resource requirements for large notebooks or remote deployments.
web-based interactive notebookjupyter notebook environmentinteractive computing platformcode notebook with markdowndata science notebook toolliterate programming environmentjupyter interactive computing

Similar packages