jupyterlab 4.4.3


pip install jupyterlab

  Latest version

Released: May 26, 2025


Meta
Author: Jupyter Development Team
Requires Python: >=3.9

Classifiers

Development Status
  • 5 - Production/Stable

Framework
  • Jupyter
  • Jupyter :: JupyterLab
  • Jupyter :: JupyterLab :: 4

Intended Audience
  • Developers
  • Science/Research
  • System Administrators

License
  • OSI Approved :: BSD License

Programming Language
  • Python
  • Python :: 3.9
  • Python :: 3.10
  • Python :: 3.11
  • Python :: 3.12
  • Python :: 3.13

Installation | Documentation | Contributing | License | Team | Getting help |

JupyterLab

PyPI version Downloads Build Status Build Status Documentation Status Crowdin OpenSSF Best Practices OpenSSF Scorecard GitHub Discourse Zulip Gitpod

Binder

An extensible environment for interactive and reproducible computing, based on the Jupyter Notebook and Architecture.

JupyterLab is the next-generation user interface for Project Jupyter offering all the familiar building blocks of the classic Jupyter Notebook (notebook, terminal, text editor, file browser, rich outputs, etc.) in a flexible and powerful user interface.

JupyterLab can be extended using npm packages that use our public APIs. The prebuilt extensions can be distributed via PyPI, conda, and other package managers. The source extensions can be installed directly from npm (search for jupyterlab-extension) but require an additional build step. You can also find JupyterLab extensions exploring GitHub topic jupyterlab-extension. To learn more about extensions, see the user documentation.

Read the current JupyterLab documentation on ReadTheDocs.

[!IMPORTANT] JupyterLab 3 reached its end of maintenance date on May 15, 2024. Fixes for critical issues will still be backported until December 31, 2024. If you are still running JupyterLab 3, we strongly encourage you to upgrade to JupyterLab 4 as soon as possible. For more information, see JupyterLab 3 end of maintenance on the Jupyter Blog.


Getting started

Installation

If you use conda, mamba, or pip, you can install JupyterLab with one of the following commands.

  • If you use conda:
    conda install -c conda-forge jupyterlab
    
  • If you use mamba:
    mamba install -c conda-forge jupyterlab
    
  • If you use pip:
    pip install jupyterlab
    
    If installing using pip install --user, you must add the user-level bin directory to your PATH environment variable in order to launch jupyter lab. If you are using a Unix derivative (e.g., FreeBSD, GNU/Linux, macOS), you can do this by running export PATH="$HOME/.local/bin:$PATH".

For more detailed instructions, consult the installation guide. Project installation instructions from the git sources are available in the contributor documentation.

Installing with Previous Versions of Jupyter Notebook

When using a version of Jupyter Notebook earlier than 5.3, the following command must be run after installing JupyterLab to enable the JupyterLab server extension:

jupyter serverextension enable --py jupyterlab --sys-prefix

Running

Start up JupyterLab using:

jupyter lab

JupyterLab will open automatically in the browser. See the documentation for additional details.

If you encounter an error like "Command 'jupyter' not found", please make sure PATH environment variable is set correctly. Alternatively, you can start up JupyterLab using ~/.local/bin/jupyter lab without changing the PATH environment variable.

Prerequisites and Supported Browsers

The latest versions of the following browsers are currently known to work:

  • Firefox
  • Chrome
  • Safari

See our documentation for additional details.


Getting help

We encourage you to ask questions on the Discourse forum. A question answered there can become a useful resource for others.

Bug report

To report a bug please read the guidelines and then open a Github issue. To keep resolved issues self-contained, the lock bot will lock closed issues as resolved after a period of inactivity. If a related discussion is still needed after an issue is locked, please open a new issue and reference the old issue.

Feature request

We also welcome suggestions for new features as they help make the project more useful for everyone. To request a feature please use the feature request template.


Development

Extending JupyterLab

To start developing an extension for JupyterLab, see the developer documentation and the API docs.

Contributing

To contribute code or documentation to JupyterLab itself, please read the contributor documentation.

JupyterLab follows the Jupyter Community Guides.

License

JupyterLab uses a shared copyright model that enables all contributors to maintain the copyright on their contributions. All code is licensed under the terms of the revised BSD license.

Team

JupyterLab is part of Project Jupyter and is developed by an open community. The maintenance team is assisted by a much larger group of contributors to JupyterLab and Project Jupyter as a whole.

JupyterLab's current maintainers are listed in alphabetical order, with affiliation, and main areas of contribution:

  • Mehmet Bektas, Netflix (general development, extensions).
  • Alex Bozarth, IBM (general development, extensions).
  • Eric Charles, Datalayer, (general development, extensions).
  • Frédéric Collonval, WebScIT (general development, extensions).
  • Martha Cryan, Mito (general development, extensions).
  • Afshin Darian, QuantStack (co-creator, application/high-level architecture, prolific contributions throughout the code base).
  • Vidar T. Fauske, JPMorgan Chase (general development, extensions).
  • Brian Granger, AWS (co-creator, strategy, vision, management, UI/UX design, architecture).
  • Jason Grout, Databricks (co-creator, vision, general development).
  • Michał Krassowski, Quansight (general development, extensions).
  • Max Klein, JPMorgan Chase (UI Package, build system, general development, extensions).
  • Gonzalo Peña-Castellanos, QuanSight (general development, i18n, extensions).
  • Fernando Perez, UC Berkeley (co-creator, vision).
  • Isabela Presedo-Floyd, QuanSight Labs (design/UX).
  • Steven Silvester, MongoDB (co-creator, release management, packaging, prolific contributions throughout the code base).
  • Jeremy Tuloup, QuantStack (general development, extensions).

Maintainer emeritus:

  • Chris Colbert, Project Jupyter (co-creator, application/low-level architecture, technical leadership, vision, PhosphorJS)
  • Jessica Forde, Project Jupyter (demo, documentation)
  • Tim George, Cal Poly (UI/UX design, strategy, management, user needs analysis).
  • Cameron Oelsen, Cal Poly (UI/UX design).
  • Ian Rose, Quansight/City of LA (general core development, extensions).
  • Andrew Schlaepfer, Bloomberg (general development, extensions).
  • Saul Shanabrook, Quansight (general development, extensions)

This list is provided to give the reader context on who we are and how our team functions. To be listed, please submit a pull request with your information.


Weekly Dev Meeting

We have videoconference meetings every week where we discuss what we have been working on and get feedback from one another.

Anyone is welcome to attend, if they would like to discuss a topic or just listen in.

Notes are archived on GitHub Jupyter Frontends team compass.

4.5.0a1 May 26, 2025
4.5.0a0 May 07, 2025
4.4.3 May 26, 2025
4.4.2 May 06, 2025
4.4.1 Apr 22, 2025
4.4.0 Apr 03, 2025
4.4.0rc1 Apr 02, 2025
4.4.0rc0 Mar 25, 2025
4.4.0b2 Mar 19, 2025
4.4.0b1 Mar 13, 2025
4.4.0b0 Feb 19, 2025
4.4.0a3 Jan 28, 2025
4.4.0a2 Jan 06, 2025
4.4.0a1 Dec 18, 2024
4.4.0a0 Nov 19, 2024
4.3.7 Apr 30, 2025
4.3.6 Mar 14, 2025
4.3.5 Jan 29, 2025
4.3.4 Dec 18, 2024
4.3.3 Dec 10, 2024
4.3.2 Dec 03, 2024
4.3.1 Nov 16, 2024
4.3.0 Oct 30, 2024
4.3.0rc1 Oct 24, 2024
4.3.0rc0 Oct 14, 2024
4.3.0b3 Oct 07, 2024
4.3.0b2 Sep 27, 2024
4.3.0b1 Aug 26, 2024
4.3.0b0 Aug 11, 2024
4.3.0a2 Jul 11, 2024
4.3.0a1 Jun 28, 2024
4.3.0a0 May 23, 2024
4.2.7 Jan 08, 2025
4.2.6 Nov 15, 2024
4.2.5 Aug 26, 2024
4.2.4 Jul 18, 2024
4.2.3 Jun 26, 2024
4.2.2 Jun 10, 2024
4.2.1 May 23, 2024
4.2.0 May 06, 2024
4.2.0rc0 Apr 26, 2024
4.2.0b3 Apr 19, 2024
4.2.0b2 Apr 18, 2024
4.2.0b1 Apr 09, 2024
4.2.0b0 Apr 02, 2024
4.2.0a2 Mar 25, 2024
4.2.0a1 Mar 14, 2024
4.2.0a0 Mar 05, 2024
4.1.8 Apr 26, 2024
4.1.7 Apr 26, 2024
4.1.6 Apr 08, 2024
4.1.5 Mar 14, 2024
4.1.4 Mar 07, 2024
4.1.3 Mar 04, 2024
4.1.2 Feb 19, 2024
4.1.1 Feb 13, 2024
4.1.0 Feb 05, 2024
4.1.0rc1 Feb 01, 2024
4.1.0rc0 Jan 27, 2024
4.1.0b2 Jan 19, 2024
4.1.0b1 Jan 17, 2024
4.1.0b0 Dec 20, 2023
4.1.0a4 Nov 30, 2023
4.1.0a3 Nov 12, 2023
4.1.0a2 Oct 03, 2023
4.1.0a1 Aug 23, 2023
4.0.13 Feb 26, 2024
4.0.12 Jan 30, 2024
4.0.11 Jan 19, 2024
4.0.10 Dec 29, 2023
4.0.9 Nov 18, 2023
4.0.8 Nov 02, 2023
4.0.7 Oct 11, 2023
4.0.6 Sep 14, 2023
4.0.5 Aug 13, 2023
4.0.4 Aug 03, 2023
4.0.3 Jul 13, 2023
4.0.2 Jun 08, 2023
4.0.1 May 30, 2023
4.0.0 May 15, 2023
4.0.0rc1 May 06, 2023
4.0.0rc0 Apr 27, 2023
4.0.0b2 Apr 25, 2023
4.0.0b1 Apr 07, 2023
4.0.0b0 Mar 27, 2023
4.0.0a36 Mar 14, 2023
4.0.0a35 Mar 02, 2023
4.0.0a34 Feb 14, 2023
4.0.0a33 Jan 27, 2023
4.0.0a32 Jan 05, 2023
4.0.0a31 Nov 18, 2022
4.0.0a30 Oct 11, 2022
4.0.0a29 Sep 28, 2022
4.0.0a28 Sep 05, 2022
4.0.0a27 Aug 08, 2022
4.0.0a26 Jun 09, 2022
4.0.0a25 May 19, 2022
4.0.0a24 Apr 25, 2022
4.0.0a23 Apr 01, 2022
4.0.0a22 Mar 18, 2022
4.0.0a21 Mar 11, 2022
4.0.0a20 Feb 24, 2022
4.0.0a19 Jan 12, 2022
4.0.0a18 Jan 04, 2022
4.0.0a17 Dec 09, 2021
4.0.0a16 Dec 07, 2021
4.0.0a15 Nov 09, 2021
4.0.0a14 Oct 20, 2021
4.0.0a13 Oct 08, 2021
4.0.0a12 Oct 06, 2021
4.0.0a11 Sep 27, 2021
4.0.0a10 Sep 15, 2021
4.0.0a9 Sep 13, 2021
4.0.0a8 Sep 08, 2021
4.0.0a7 Sep 01, 2021
4.0.0a6 Aug 25, 2021
4.0.0a4 Aug 16, 2021
4.0.0a3 Aug 12, 2021
4.0.0a1 Aug 06, 2021
4.0.0a0 Jul 27, 2021
3.6.8 Aug 26, 2024
3.6.7 Jan 19, 2024
3.6.6 Sep 26, 2023
3.6.5 Jun 26, 2023
3.6.4 May 31, 2023
3.6.3 Mar 31, 2023
3.6.2 Mar 20, 2023
3.6.1 Feb 03, 2023
3.6.0 Feb 02, 2023
3.6.0rc1 Jan 27, 2023
3.6.0rc0 Jan 11, 2023
3.6.0b0 Dec 17, 2022
3.6.0a5 Dec 06, 2022
3.6.0a4 Nov 18, 2022
3.6.0a3 Nov 10, 2022
3.6.0a2 Nov 04, 2022
3.6.0a1 Oct 31, 2022
3.6.0a0 Oct 26, 2022
3.5.3 Jan 23, 2023
3.5.2 Dec 19, 2022
3.5.1 Dec 05, 2022
3.5.0 Oct 24, 2022
3.5.0rc0 Oct 13, 2022
3.5.0b0 Oct 06, 2022
3.5.0a0 Oct 06, 2022
3.4.8 Oct 04, 2022
3.4.7 Sep 13, 2022
3.4.6 Sep 05, 2022
3.4.5 Aug 10, 2022
3.4.4 Jul 21, 2022
3.4.3 Jun 07, 2022
3.4.2 May 13, 2022
3.4.1 May 12, 2022
3.4.0 May 03, 2022
3.4.0rc0 Apr 29, 2022
3.4.0b0 Apr 26, 2022
3.4.0a0 Apr 21, 2022
3.3.4 Apr 15, 2022
3.3.3 Apr 07, 2022
3.3.2 Mar 14, 2022
3.3.1 Mar 10, 2022
3.3.0 Mar 02, 2022
3.3.0rc0 Feb 18, 2022
3.3.0b0 Feb 10, 2022
3.3.0a3 Feb 03, 2022
3.3.0a2 Jan 24, 2022
3.3.0a1 Jan 13, 2022
3.2.9 Feb 04, 2022
3.2.8 Jan 13, 2022
3.2.7 Jan 12, 2022
3.2.6 Jan 07, 2022
3.2.5 Dec 10, 2021
3.2.4 Nov 17, 2021
3.2.3 Nov 11, 2021
3.2.2 Nov 04, 2021
3.2.1 Oct 20, 2021
3.2.0 Oct 14, 2021
3.2.0rc0 Oct 07, 2021
3.2.0b0 Sep 28, 2021
3.2.0a1 Sep 24, 2021
3.2.0a0 Sep 23, 2021
3.1.19 Jan 12, 2022
3.1.18 Oct 07, 2021
3.1.17 Oct 05, 2021
3.1.16 Oct 05, 2021
3.1.14 Sep 27, 2021
3.1.13 Sep 22, 2021
3.1.12 Sep 14, 2021
3.1.11 Sep 08, 2021
3.1.10 Sep 01, 2021
3.1.9 Aug 25, 2021
3.1.8 Aug 24, 2021
3.1.7 Aug 16, 2021
3.1.6 Aug 12, 2021
3.1.4 Aug 05, 2021
3.1.2 Aug 04, 2021
3.1.1 Jul 29, 2021
3.1.0 Jul 27, 2021
3.1.0rc2 Jul 21, 2021
3.1.0rc1 Jul 13, 2021
3.1.0b1 Jul 07, 2021
3.1.0b0 Jun 29, 2021
3.1.0a13 Jun 16, 2021
3.1.0a12 Jun 08, 2021
3.1.0a11 Jun 02, 2021
3.1.0a10 May 26, 2021
3.1.0a9 May 20, 2021
3.1.0a8 May 12, 2021
3.1.0a7 May 10, 2021
3.1.0a6 May 10, 2021
3.1.0a5 Apr 19, 2021
3.1.0a4 Apr 09, 2021
3.1.0a3 Feb 18, 2021
3.1.0a2 Feb 12, 2021
3.1.0a1 Feb 11, 2021
3.1.0a0 Feb 03, 2021
3.0.18 Sep 28, 2021
3.0.17 Aug 05, 2021
3.0.16 May 18, 2021
3.0.15 May 10, 2021
3.0.14 Apr 12, 2021
3.0.13 Apr 08, 2021
3.0.12 Mar 19, 2021
3.0.11 Mar 17, 2021
3.0.10 Mar 09, 2021
3.0.9 Feb 22, 2021
3.0.8 Feb 17, 2021
3.0.7 Feb 02, 2021
3.0.6 Jan 28, 2021
3.0.5 Jan 14, 2021
3.0.4 Jan 12, 2021
3.0.3 Jan 09, 2021
3.0.2 Jan 08, 2021
3.0.1 Jan 05, 2021
3.0.0 Dec 24, 2020
3.0.0rc15 Dec 19, 2020
3.0.0rc14 Dec 18, 2020
3.0.0rc13 Dec 04, 2020
3.0.0rc12 Dec 04, 2020
3.0.0rc11 Dec 02, 2020
3.0.0rc10 Nov 17, 2020
3.0.0rc9 Nov 13, 2020
3.0.0rc8 Nov 12, 2020
3.0.0rc7 Nov 05, 2020
3.0.0rc6 Oct 23, 2020
3.0.0rc5 Oct 15, 2020
3.0.0rc4 Oct 02, 2020
3.0.0rc3 Oct 02, 2020
3.0.0rc2 Sep 30, 2020
3.0.0rc1 Sep 24, 2020
3.0.0rc0 Sep 23, 2020
3.0.0b8 Sep 18, 2020
3.0.0b7 Sep 18, 2020
3.0.0b6 Sep 17, 2020
3.0.0b4 Sep 11, 2020
3.0.0b3 Sep 08, 2020
3.0.0b2 Sep 03, 2020
3.0.0b1 Aug 31, 2020
3.0.0a14 Aug 20, 2020
3.0.0a13 Aug 20, 2020
3.0.0a12 Aug 20, 2020
3.0.0a11 Aug 18, 2020
3.0.0a10 Aug 12, 2020
3.0.0a9 Aug 12, 2020
3.0.0a8 Aug 10, 2020
3.0.0a7 Aug 07, 2020
3.0.0a6 Aug 06, 2020
3.0.0a5 Aug 04, 2020
3.0.0a4 Jul 09, 2020
3.0.0a3 Jul 08, 2020
3.0.0a0 Jun 25, 2020
2.3.2 Aug 05, 2021
2.3.1 Mar 26, 2021
2.3.0 Mar 19, 2021
2.3.0rc0 Jan 21, 2021
2.3.0a2 Dec 03, 2020
2.3.0a1 Oct 22, 2020
2.3.0a0 Oct 05, 2020
2.2.10 Aug 05, 2021
2.2.9 Oct 23, 2020
2.2.8 Sep 14, 2020
2.2.7 Sep 09, 2020
2.2.6 Aug 24, 2020
2.2.5 Aug 17, 2020
2.2.4 Aug 07, 2020
2.2.2 Jul 27, 2020
2.2.1 Jul 27, 2020
2.2.0 Jul 15, 2020
2.2.0rc1 Jul 03, 2020
2.2.0a1 Jun 25, 2020
2.2.0a0 Jun 03, 2020
2.1.5 Jun 22, 2020
2.1.4 Jun 01, 2020
2.1.3 May 23, 2020
2.1.2 May 04, 2020
2.1.1 Apr 24, 2020
2.1.0 Apr 06, 2020
2.1.0rc0 Apr 01, 2020
2.1.0b0 Apr 01, 2020
2.1.0a0 Mar 30, 2020
2.0.2 Apr 06, 2020
2.0.1 Mar 06, 2020
2.0.1rc0 Mar 06, 2020
2.0.0 Feb 28, 2020
2.0.0rc2 Feb 25, 2020
2.0.0rc1 Feb 21, 2020
2.0.0rc0 Feb 04, 2020
2.0.0b3 Jan 25, 2020
2.0.0b2 Jan 07, 2020
2.0.0b1 Dec 24, 2019
2.0.0a4 Dec 10, 2019
2.0.0a3 Dec 06, 2019
2.0.0a1 Oct 01, 2019
2.0.0a0 Sep 19, 2019
1.2.21 Aug 05, 2021
1.2.20 Mar 15, 2021
1.2.19 Feb 16, 2021
1.2.18 Sep 14, 2020
1.2.17 Aug 18, 2020
1.2.16 May 28, 2020
1.2.15 May 08, 2020
1.2.14 Apr 28, 2020
1.2.13 Apr 27, 2020
1.2.12 Apr 24, 2020
1.2.11 Apr 15, 2020
1.2.10 Apr 13, 2020
1.2.9 Apr 09, 2020
1.2.8 Mar 29, 2020
1.2.7 Mar 04, 2020
1.2.6 Jan 24, 2020
1.2.5 Jan 16, 2020
1.2.4 Dec 10, 2019
1.2.3 Nov 12, 2019
1.2.2 Nov 08, 2019
1.2.1 Nov 02, 2019
1.2.0 Oct 29, 2019
1.2.0rc0 Oct 26, 2019
1.2.0a3 Oct 22, 2019
1.2.0a2 Oct 15, 2019
1.2.0a1 Oct 11, 2019
1.2.0a0 Sep 03, 2019
1.1.5 Dec 10, 2019
1.1.4 Sep 18, 2019
1.1.3 Sep 10, 2019
1.1.2 Sep 07, 2019
1.1.1 Aug 30, 2019
1.1.0 Aug 28, 2019
1.1.0rc0 Aug 22, 2019
1.1.0a2 Aug 16, 2019
1.1.0a1 Aug 03, 2019
1.1.0a0 Aug 03, 2019
1.0.10 Aug 28, 2019
1.0.9 Aug 21, 2019
1.0.7 Aug 21, 2019
1.0.6 Aug 16, 2019
1.0.5 Aug 10, 2019
1.0.4 Jul 26, 2019
1.0.3 Jul 25, 2019
1.0.2 Jul 10, 2019
1.0.1 Jul 03, 2019
1.0.0 Jun 28, 2019
1.0.0rc1 Jun 28, 2019
1.0.0rc0 Jun 22, 2019
1.0.0a10 Jun 21, 2019
1.0.0a9 Jun 20, 2019
1.0.0a8 Jun 12, 2019
1.0.0a7 Jun 11, 2019
1.0.0a6 Jun 03, 2019
1.0.0a5 May 29, 2019
1.0.0a4 May 29, 2019
1.0.0a3 Apr 13, 2019
1.0.0a2 Apr 12, 2019
1.0.0a1 Feb 05, 2019
1.0.0a0 Feb 05, 2019
0.35.6 May 05, 2019
0.35.5 Apr 25, 2019
0.35.4 Nov 03, 2018
0.35.3 Oct 29, 2018
0.35.2 Oct 17, 2018
0.35.1 Oct 13, 2018
0.35.0 Oct 05, 2018
0.35.0rc2 Sep 29, 2018
0.35.0rc1 Sep 29, 2018
0.35.0rc0 Sep 29, 2018
0.34.12 Sep 22, 2018
0.34.11 Sep 19, 2018
0.34.10 Sep 13, 2018
0.34.9 Sep 11, 2018
0.34.8 Sep 08, 2018
0.34.7 Aug 31, 2018
0.34.6 Aug 30, 2018
0.34.5 Aug 29, 2018
0.34.4 Aug 28, 2018
0.34.3 Aug 27, 2018
0.34.2 Aug 24, 2018
0.34.1 Aug 21, 2018
0.34.0 Aug 18, 2018
0.34.0rc2 Aug 16, 2018
0.34.0rc1 Aug 16, 2018
0.34.0rc0 Aug 16, 2018
0.33.12 Aug 16, 2018
0.33.11 Aug 14, 2018
0.33.10 Aug 13, 2018
0.33.9 Aug 13, 2018
0.33.8 Aug 08, 2018
0.33.7 Aug 06, 2018
0.33.6 Aug 02, 2018
0.33.5 Aug 02, 2018
0.33.4 Jul 29, 2018
0.33.3 Jul 29, 2018
0.33.2 Jul 28, 2018
0.33.1 Jul 28, 2018
0.33.0 Jul 27, 2018
0.33.0rc1 Jul 04, 2018
0.33.0rc0 Jun 30, 2018
0.32.1 Apr 28, 2018
0.32.0 Apr 16, 2018
0.32.0rc1 Apr 14, 2018
0.32.0rc0 Apr 11, 2018
0.31.12 Mar 06, 2018
0.31.11 Mar 05, 2018
0.31.10 Feb 28, 2018
0.31.9 Feb 28, 2018
0.31.8 Feb 16, 2018
0.31.7 Feb 16, 2018
0.31.6 Feb 15, 2018
0.31.5 Feb 07, 2018
0.31.4 Feb 06, 2018
0.31.3 Feb 05, 2018
0.31.2 Jan 25, 2018
0.31.1 Jan 13, 2018
0.31.0 Jan 11, 2018
0.31.0rc2 Jan 10, 2018
0.31.0rc1 Dec 23, 2017
0.31.0rc0 Dec 23, 2017
0.30.6 Dec 11, 2017
0.30.5 Dec 08, 2017
0.30.4 Dec 07, 2017
0.30.3 Dec 07, 2017
0.30.2 Dec 05, 2017
0.30.1 Dec 05, 2017
0.30.0 Dec 05, 2017
0.30.0rc1 Dec 04, 2017
0.30.0rc0 Dec 04, 2017
0.29.2 Nov 17, 2017
0.29.1 Nov 09, 2017
0.29.0 Nov 09, 2017
0.29.0rc0 Nov 09, 2017
0.28.15 Nov 09, 2017
0.28.14 Nov 07, 2017
0.28.13 Nov 06, 2017
0.28.12 Oct 31, 2017
0.28.11 Oct 25, 2017
0.28.10 Oct 25, 2017
0.28.8 Oct 25, 2017
0.28.7 Oct 24, 2017
0.28.6 Oct 24, 2017
0.28.5 Oct 20, 2017
0.28.4 Oct 18, 2017
0.28.3 Oct 18, 2017
0.28.2 Oct 17, 2017
0.28.1 Oct 17, 2017
0.28.0 Oct 16, 2017
0.28.0rc3 Oct 16, 2017
0.28.0rc2 Oct 13, 2017
0.28.0rc1 Oct 13, 2017
0.28.0rc0 Oct 13, 2017
0.27.2 Oct 25, 2017
0.27.1 Oct 25, 2017
0.27.0 Aug 23, 2017
0.27.0rc5 Aug 23, 2017
0.27.0rc4 Aug 23, 2017
0.27.0rc3 Aug 23, 2017
0.27.0rc2 Aug 23, 2017
0.27.0rc1 Aug 23, 2017
0.27.0rc0 Aug 23, 2017
0.26.5 Aug 07, 2017
0.26.4 Jul 26, 2017
0.26.3 Jul 22, 2017
0.26.2 Jul 21, 2017
0.26.1 Jul 21, 2017
0.26.0 Jul 21, 2017
0.26.0rc1 Jul 21, 2017
0.26.0rc0 Jul 21, 2017
0.25.2 Jul 10, 2017
0.25.2rc0 Jul 10, 2017
0.25.1 Jul 07, 2017
0.25.0 Jul 07, 2017
0.25.0rc1 Jul 07, 2017
0.25.0rc0 Jul 07, 2017
0.24.1 Jun 16, 2017
0.24.0 Jun 16, 2017
0.24.0rc2 Jun 16, 2017
0.24.0rc1 Jun 16, 2017
0.24.0rc0 Jun 16, 2017
0.23.2 Jun 05, 2017
0.23.1 Jun 02, 2017
0.23.0 Jun 02, 2017
0.23.0rc1 Jun 02, 2017
0.23.0rc0 Jun 01, 2017
0.22.1 May 22, 2017
0.22.0 May 18, 2017
0.22.0rc0 May 18, 2017
0.21.0 May 09, 2017
0.21.0rc5 May 09, 2017
0.21.0rc4 May 09, 2017
0.21.0rc3 May 09, 2017
0.21.0rc2 May 09, 2017
0.21.0rc1 May 09, 2017
0.20.4 May 09, 2017
0.20.3 Apr 27, 2017
0.20.2 Apr 25, 2017
0.20.1 Apr 24, 2017
0.20.0 Apr 21, 2017
0.20.0rc1 Apr 21, 2017
0.19.0 Apr 04, 2017
0.18.1 Mar 24, 2017
0.18.0 Mar 21, 2017
0.18.0.dev1 Mar 21, 2017
0.17.5 Mar 13, 2017
0.17.4 Mar 06, 2017
0.17.2 Mar 03, 2017
0.17.1 Mar 03, 2017
0.17.0 Mar 01, 2017
0.16.2 Feb 14, 2017
0.16.0 Feb 09, 2017
0.15.1 Feb 02, 2017
0.15.0 Jan 31, 2017
0.14.0 Jan 25, 2017
0.13.2 Jan 25, 2017
0.13.1 Jan 18, 2017
0.13.0 Jan 18, 2017
0.12.1 Dec 22, 2016
0.12.0 Dec 22, 2016
0.11.3 Dec 14, 2016
0.11.2 Dec 01, 2016
0.11.1 Dec 01, 2016
0.11.0 Dec 01, 2016
0.10.0 Nov 21, 2016
0.9.1 Nov 18, 2016
0.9.0 Nov 18, 2016
0.8.0 Nov 03, 2016
0.7.0 Oct 27, 2016
0.6.0 Oct 26, 2016
0.5.0 Oct 07, 2016
0.4.1 Sep 29, 2016
0.4.0 Sep 29, 2016
0.3.0 Sep 12, 2016
0.2.0 Aug 15, 2016
0.1.2 Jul 27, 2016
0.1.1 Jul 15, 2016
0.0.13 Jul 15, 2016
0.0.10 Jun 23, 2016
0.0.9 Jun 15, 2016
0.0.8 Jun 12, 2016
0.0.7 Jun 08, 2016
0.0.6 Jun 08, 2016
0.0.5 Jun 06, 2016
0.0.4 Jun 06, 2016
0.0.3 Jun 04, 2016
0.0.2 Jun 04, 2016

Wheel compatibility matrix

Platform Python 3
any

Files in release

Extras:
Dependencies:
async-lru (>=1.0.0)
httpx (>=0.25.0)
importlib-metadata (>=4.8.3)
ipykernel (>=6.5.0)
jinja2 (>=3.0.3)
jupyter-core
jupyter-lsp (>=2.0.0)
jupyter-server (<3,>=2.4.0)
jupyterlab-server (<3,>=2.27.1)
notebook-shim (>=0.2)
packaging
setuptools (>=41.1.0)
tomli (>=1.2.2)
tornado (>=6.2.0)
traitlets