Coding With Fun
Home Docker Django Node.js Articles Python pip guide FAQ Policy
 

How to install notebook via python pip




notebook - A web-based notebook environment for interactive computing, it belongs to Classifiers:

- Intended Audience :: System Administrators

When you know about this project and you want to new install notebook to support your project or you get trouble as ModuleNotFoundError: No module named "notebook" or ImportError: cannot import name "notebook" in your project, let follow this tutorial to install notebook



Installation:

Step 1: First, ensure you installed pip in your os, to check pip has been installed on your computer

In Windows (CMD):

py -m pip --version

In Unix/macOS:

python3 -m pip --version

Ensure pip, setuptools, and wheel are up to date:

In Windows (CMD):

py -m pip install --upgrade pip setuptools wheel

In Unix/macOS:

python3 -m pip install --upgrade pip setuptools wheel


Optional - If you want to install in virtual environment:

In Windows (CMD):

- Install virtualenv - if you installed it, please ignore

py -m pip install --user virtualenv

- Create a virtual environment

py -m venv test_notebook_env

- Active the virtual environment

test_notebook_env\Scripts\active

In Unix/macOS:

- Install virtualenv - if you installed it, please ignore

pip3 install virtualenv

- Create a virtual environment

python3 -m venv test_notebook_env

- Active the virtual environment

source test_notebook_env/bin/active


Step 2: OK, now, let flow below content to start the installation notebook

To install notebook on Windows(CMD):

py -m pip install notebook

To install notebook on Unix/macOs:

pip install notebook


Step 3: If you want to install a specific notebook version, add ==<notebook version> to the end command line

Example:

pip install notebook==0.0.0


Please see the version list below table:

VersionReleased dateCommand
notebook 6.4.122022-06-07T16:42:05Windows:

py -m pip install notebook==6.4.12

Unix/macOs:

pip install notebook==6.4.12

notebook 6.4.112022-04-19T03:08:59Windows:

py -m pip install notebook==6.4.11

Unix/macOs:

pip install notebook==6.4.11

notebook 6.4.102022-03-15T15:56:07Windows:

py -m pip install notebook==6.4.10

Unix/macOs:

pip install notebook==6.4.10

notebook 6.4.92022-03-14T13:35:08Windows:

py -m pip install notebook==6.4.9

Unix/macOs:

pip install notebook==6.4.9

notebook 6.4.82022-01-25T19:28:19Windows:

py -m pip install notebook==6.4.8

Unix/macOs:

pip install notebook==6.4.8

notebook 6.4.72022-01-12T16:38:55Windows:

py -m pip install notebook==6.4.7

Unix/macOs:

pip install notebook==6.4.7

notebook 6.4.62021-11-16T23:13:24Windows:

py -m pip install notebook==6.4.6

Unix/macOs:

pip install notebook==6.4.6

notebook 6.4.52021-10-19T16:32:52Windows:

py -m pip install notebook==6.4.5

Unix/macOs:

pip install notebook==6.4.5

notebook 6.4.42021-09-15T15:05:19Windows:

py -m pip install notebook==6.4.4

Unix/macOs:

pip install notebook==6.4.4

notebook 6.4.32021-08-11T10:57:17Windows:

py -m pip install notebook==6.4.3

Unix/macOs:

pip install notebook==6.4.3

notebook 6.4.22021-08-06T11:51:00Windows:

py -m pip install notebook==6.4.2

Unix/macOs:

pip install notebook==6.4.2

notebook 6.4.12021-08-05T17:56:22Windows:

py -m pip install notebook==6.4.1

Unix/macOs:

pip install notebook==6.4.1

notebook 6.4.02021-05-17T11:17:17Windows:

py -m pip install notebook==6.4.0

Unix/macOs:

pip install notebook==6.4.0

notebook 6.3.02021-03-22T10:24:03Windows:

py -m pip install notebook==6.3.0

Unix/macOs:

pip install notebook==6.3.0

notebook 6.2.02021-01-13T16:31:49Windows:

py -m pip install notebook==6.2.0

Unix/macOs:

pip install notebook==6.2.0

notebook 6.1.62020-12-23T22:54:30Windows:

py -m pip install notebook==6.1.6

Unix/macOs:

pip install notebook==6.1.6

notebook 6.1.52020-11-06T12:57:29Windows:

py -m pip install notebook==6.1.5

Unix/macOs:

pip install notebook==6.1.5

notebook 6.1.42020-09-08T17:50:52Windows:

py -m pip install notebook==6.1.4

Unix/macOs:

pip install notebook==6.1.4

notebook 6.1.32020-08-13T00:31:51Windows:

py -m pip install notebook==6.1.3

Unix/macOs:

pip install notebook==6.1.3

notebook 6.1.22020-08-12T16:51:44Windows:

py -m pip install notebook==6.1.2

Unix/macOs:

pip install notebook==6.1.2

notebook 6.1.12020-08-03T18:55:16Windows:

py -m pip install notebook==6.1.1

Unix/macOs:

pip install notebook==6.1.1

notebook 6.1.02020-07-31T18:33:33Windows:

py -m pip install notebook==6.1.0

Unix/macOs:

pip install notebook==6.1.0

notebook 6.0.32020-01-21T18:35:19Windows:

py -m pip install notebook==6.0.3

Unix/macOs:

pip install notebook==6.0.3

notebook 6.0.22019-11-04T23:08:55Windows:

py -m pip install notebook==6.0.2

Unix/macOs:

pip install notebook==6.0.2

notebook 6.0.12019-08-22T04:02:02Windows:

py -m pip install notebook==6.0.1

Unix/macOs:

pip install notebook==6.0.1

notebook 6.0.02019-07-16T16:14:08Windows:

py -m pip install notebook==6.0.0

Unix/macOs:

pip install notebook==6.0.0

notebook 5.7.142022-08-22T22:31:53Windows:

py -m pip install notebook==5.7.14

Unix/macOs:

pip install notebook==5.7.14

notebook 5.7.132021-08-11T11:04:51Windows:

py -m pip install notebook==5.7.13

Unix/macOs:

pip install notebook==5.7.13

notebook 5.7.122021-08-06T11:13:58Windows:

py -m pip install notebook==5.7.12

Unix/macOs:

pip install notebook==5.7.12

notebook 5.7.112021-08-05T19:51:26Windows:

py -m pip install notebook==5.7.11

Unix/macOs:

pip install notebook==5.7.11

notebook 5.7.102020-07-10T10:57:24Windows:

py -m pip install notebook==5.7.10

Unix/macOs:

pip install notebook==5.7.10

notebook 5.7.92020-05-07T20:53:00Windows:

py -m pip install notebook==5.7.9

Unix/macOs:

pip install notebook==5.7.9

notebook 5.7.82019-04-01T10:26:26Windows:

py -m pip install notebook==5.7.8

Unix/macOs:

pip install notebook==5.7.8

notebook 5.7.62019-03-09T20:45:37Windows:

py -m pip install notebook==5.7.6

Unix/macOs:

pip install notebook==5.7.6

notebook 5.7.52019-03-06T10:52:24Windows:

py -m pip install notebook==5.7.5

Unix/macOs:

pip install notebook==5.7.5

notebook 5.7.42018-12-17T10:05:52Windows:

py -m pip install notebook==5.7.4

Unix/macOs:

pip install notebook==5.7.4

notebook 5.7.32018-12-16T09:03:21Windows:

py -m pip install notebook==5.7.3

Unix/macOs:

pip install notebook==5.7.3

notebook 5.7.22018-11-18T13:45:58Windows:

py -m pip install notebook==5.7.2

Unix/macOs:

pip install notebook==5.7.2

notebook 5.7.12018-11-16T18:44:26Windows:

py -m pip install notebook==5.7.1

Unix/macOs:

pip install notebook==5.7.1

notebook 5.7.02018-09-19T14:36:40Windows:

py -m pip install notebook==5.7.0

Unix/macOs:

pip install notebook==5.7.0

notebook 5.6.02018-07-14T11:42:22Windows:

py -m pip install notebook==5.6.0

Unix/macOs:

pip install notebook==5.6.0

notebook 5.5.02018-05-09T13:38:27Windows:

py -m pip install notebook==5.5.0

Unix/macOs:

pip install notebook==5.5.0

notebook 5.4.12018-03-18T08:30:07Windows:

py -m pip install notebook==5.4.1

Unix/macOs:

pip install notebook==5.4.1

notebook 5.4.02018-01-28T17:39:47Windows:

py -m pip install notebook==5.4.0

Unix/macOs:

pip install notebook==5.4.0

notebook 5.3.12018-01-16T17:00:41Windows:

py -m pip install notebook==5.3.1

Unix/macOs:

pip install notebook==5.3.1

notebook 5.3.02018-01-16T15:07:23Windows:

py -m pip install notebook==5.3.0

Unix/macOs:

pip install notebook==5.3.0

notebook 5.2.22017-11-28T22:51:43Windows:

py -m pip install notebook==5.2.2

Unix/macOs:

pip install notebook==5.2.2

notebook 5.2.12017-11-03T19:12:12Windows:

py -m pip install notebook==5.2.1

Unix/macOs:

pip install notebook==5.2.1

notebook 5.2.02017-10-13T16:54:31Windows:

py -m pip install notebook==5.2.0

Unix/macOs:

pip install notebook==5.2.0

notebook 5.1.02017-09-14T21:52:39Windows:

py -m pip install notebook==5.1.0

Unix/macOs:

pip install notebook==5.1.0

notebook 5.0.02017-04-04T14:30:11Windows:

py -m pip install notebook==5.0.0

Unix/macOs:

pip install notebook==5.0.0

notebook 4.4.12017-02-09T15:35:10Windows:

py -m pip install notebook==4.4.1

Unix/macOs:

pip install notebook==4.4.1

notebook 4.4.02017-02-09T14:56:43Windows:

py -m pip install notebook==4.4.0

Unix/macOs:

pip install notebook==4.4.0

notebook 4.3.22017-02-01T01:33:34Windows:

py -m pip install notebook==4.3.2

Unix/macOs:

pip install notebook==4.3.2

notebook 4.3.12016-12-21T21:22:43Windows:

py -m pip install notebook==4.3.1

Unix/macOs:

pip install notebook==4.3.1

notebook 4.3.02016-12-08T21:58:18Windows:

py -m pip install notebook==4.3.0

Unix/macOs:

pip install notebook==4.3.0

notebook 4.2.32016-09-16T11:30:06Windows:

py -m pip install notebook==4.2.3

Unix/macOs:

pip install notebook==4.2.3

notebook 4.2.22016-08-03T14:44:40Windows:

py -m pip install notebook==4.2.2

Unix/macOs:

pip install notebook==4.2.2

notebook 4.2.12016-06-03T20:18:06Windows:

py -m pip install notebook==4.2.1

Unix/macOs:

pip install notebook==4.2.1

notebook 4.2.02016-04-15T19:59:16Windows:

py -m pip install notebook==4.2.0

Unix/macOs:

pip install notebook==4.2.0

notebook 4.1.02016-01-08T18:04:51Windows:

py -m pip install notebook==4.1.0

Unix/macOs:

pip install notebook==4.1.0

notebook 4.0.62015-10-09T12:12:48Windows:

py -m pip install notebook==4.0.6

Unix/macOs:

pip install notebook==4.0.6

notebook 4.0.52015-09-22T07:58:26Windows:

py -m pip install notebook==4.0.5

Unix/macOs:

pip install notebook==4.0.5

notebook 4.0.42015-08-21T04:13:43Windows:

py -m pip install notebook==4.0.4

Unix/macOs:

pip install notebook==4.0.4

notebook 4.0.22015-08-14T22:22:34Windows:

py -m pip install notebook==4.0.2

Unix/macOs:

pip install notebook==4.0.2

notebook 4.0.12015-07-30T21:50:00Windows:

py -m pip install notebook==4.0.1

Unix/macOs:

pip install notebook==4.0.1

notebook 4.0.02015-07-30T21:45:06Windows:

py -m pip install notebook==4.0.0

Unix/macOs:

pip install notebook==4.0.0

notebook 0.0.02015-04-21T17:07:39Windows:

py -m pip install notebook==0.0.0

Unix/macOs:

pip install notebook==0.0.0


Step 4: Otherwise, you can install notebook from local archives:

Download the distribution file from notebook-6.4.12.tar.gz or the specific notebook version in the below list of distribution

After that, install by command:

On Windows(CMD):

py -m pip install <path_to_notebook_downloaded_file>

On Unix/macOs:

pip install <path_to_notebook_downloaded_file>


List distribution:

- notebook-4.0.0.tar.gz
- notebook-4.0.0.zip
- notebook-4.0.1-py2.py3-none-any.whl
- notebook-4.0.1.tar.gz
- notebook-4.0.1.zip
- notebook-4.0.2-py2.py3-none-any.whl
- notebook-4.0.2.tar.gz
- notebook-4.0.2.zip
- notebook-4.0.4-py2.py3-none-any.whl
- notebook-4.0.4.tar.gz
- notebook-4.0.4.zip
- notebook-4.0.5-py2.py3-none-any.whl
- notebook-4.0.5.ZIP
- notebook-4.0.5.tgz
- notebook-4.0.6-py2.py3-none-any.whl
- notebook-4.0.6.tar.gz
- notebook-4.0.6.zip
- notebook-4.1.0-py2.py3-none-any.whl
- notebook-4.1.0.tar.gz
- notebook-4.1.0.zip
- notebook-4.2.0b1-py2.py3-none-any.whl
- notebook-4.2.0b1.tar.gz
- notebook-4.2.0b1.zip
- notebook-4.2.0-py2.py3-none-any.whl
- notebook-4.2.0.tar.gz
- notebook-4.2.0.zip
- notebook-4.2.1-py2.py3-none-any.whl
- notebook-4.2.1.tar.gz
- notebook-4.2.1.zip
- notebook-4.2.2-py2.py3-none-any.whl
- notebook-4.2.2.tar.gz
- notebook-4.2.2.zip
- notebook-4.2.3-py2.py3-none-any.whl
- notebook-4.2.3.tar.gz
- notebook-4.3.0-py2.py3-none-any.whl
- notebook-4.3.0.tar.gz
- notebook-4.3.1-py2.py3-none-any.whl
- notebook-4.3.1.tar.gz
- notebook-4.3.2-py2.py3-none-any.whl
- notebook-4.3.2.tar.gz
- notebook-4.4.0.tgz
- notebook-4.4.1-py2.py3-none-any.whl
- notebook-4.4.1.tar.gz
- notebook-5.0.0b1-py2.py3-none-any.whl
- notebook-5.0.0b1.tar.gz
- notebook-5.0.0b2-py2.py3-none-any.whl
- notebook-5.0.0b2.tar.gz
- notebook-5.0.0rc1-py2.py3-none-any.whl
- notebook-5.0.0rc2-py2.py3-none-any.whl
- notebook-5.0.0rc2.tar.gz
- notebook-5.0.0-py2.py3-none-any.whl
- notebook-5.0.0.tar.gz
- notebook-5.1.0rc1-py2.py3-none-any.whl
- notebook-5.1.0rc1.tar.gz
- notebook-5.1.0rc2-py2.py3-none-any.whl
- notebook-5.1.0rc2.tar.gz
- notebook-5.1.0rc3-py2.py3-none-any.whl
- notebook-5.1.0rc3.tar.gz
- notebook-5.1.0-py2.py3-none-any.whl
- notebook-5.1.0.tar.gz
- notebook-5.2.0rc1-py2.py3-none-any.whl
- notebook-5.2.0rc1.tar.gz
- notebook-5.2.0-py2.py3-none-any.whl
- notebook-5.2.0.tar.gz
- notebook-5.2.1rc1-py2.py3-none-any.whl
- notebook-5.2.1rc1.tar.gz
- notebook-5.2.1-py2.py3-none-any.whl
- notebook-5.2.1.tar.gz
- notebook-5.2.2-py2.py3-none-any.whl
- notebook-5.2.2.tar.gz
- notebook-5.3.0rc1-py2.py3-none-any.whl
- notebook-5.3.0rc1.tar.gz
- notebook-5.3.0-py2.py3-none-any.whl
- notebook-5.3.0.tar.gz
- notebook-5.3.1-py2.py3-none-any.whl
- notebook-5.3.1.tar.gz
- notebook-5.4.0-py2.py3-none-any.whl
- notebook-5.4.0.tar.gz
- notebook-5.4.1-py2.py3-none-any.whl
- notebook-5.4.1.tar.gz
- notebook-5.5.0rc1-py2.py3-none-any.whl
- notebook-5.5.0rc1.tar.gz
- notebook-5.5.0-py2.py3-none-any.whl
- notebook-5.5.0.tar.gz
- notebook-5.6.0rc1-py2.py3-none-any.whl
- notebook-5.6.0rc1.tar.gz
- notebook-5.6.0-py2.py3-none-any.whl
- notebook-5.6.0.tar.gz
- notebook-5.7.0-py2.py3-none-any.whl
- notebook-5.7.0.tar.gz
- notebook-5.7.1-py2.py3-none-any.whl
- notebook-5.7.1.tar.gz
- notebook-5.7.2-py2.py3-none-any.whl
- notebook-5.7.2.tar.gz
- notebook-5.7.3-py2.py3-none-any.whl
- notebook-5.7.3.tar.gz
- notebook-5.7.4-py2.py3-none-any.whl
- notebook-5.7.4.tar.gz
- notebook-5.7.5-py2.py3-none-any.whl
- notebook-5.7.5.tar.gz
- notebook-5.7.6-py2.py3-none-any.whl
- notebook-5.7.6.tar.gz
- notebook-5.7.8-py2.py3-none-any.whl
- notebook-5.7.8.tar.gz
- notebook-5.7.9-py2.py3-none-any.whl
- notebook-5.7.9.tar.gz
- notebook-5.7.10-py2.py3-none-any.whl
- notebook-5.7.10.tar.gz
- notebook-5.7.11-1-py2.py3-none-any.whl
- notebook-5.7.11-py2.py3-none-any.whl
- notebook-5.7.11.tar.gz
- notebook-5.7.12-py2.py3-none-any.whl
- notebook-5.7.12.tar.gz
- notebook-5.7.13-py2.py3-none-any.whl
- notebook-5.7.13.tar.gz
- notebook-5.7.14a0-py2.py3-none-any.whl
- notebook-5.7.14a0.tar.gz
- notebook-5.7.14-py2.py3-none-any.whl
- notebook-5.7.14.tar.gz
- notebook-5.7.15-py2.py3-none-any.whl
- notebook-5.7.15.tar.gz
- notebook-5.7.16-py2.py3-none-any.whl
- notebook-5.7.16.tar.gz
- notebook-6.0.0rc1-py3-none-any.whl (python version >=3.5)
- notebook-6.0.0rc1.tar.gz (python version >=3.5)
- notebook-6.0.0-py3-none-any.whl (python version >=3.5)
- notebook-6.0.0.tar.gz (python version >=3.5)
- notebook-6.0.1-py3-none-any.whl (python version >=3.5)
- notebook-6.0.1.tar.gz (python version >=3.5)
- notebook-6.0.2-py3-none-any.whl (python version >=3.5)
- notebook-6.0.2.tar.gz (python version >=3.5)
- notebook-6.0.3-py3-none-any.whl (python version >=3.5)
- notebook-6.0.3.tar.gz (python version >=3.5)
- notebook-6.1.0rc1-py3-none-any.whl (python version >=3.5)
- notebook-6.1.0rc1.tar.gz (python version >=3.5)
- notebook-6.1.0-py3-none-any.whl (python version >=3.5)
- notebook-6.1.0.tar.gz (python version >=3.5)
- notebook-6.1.1-py3-none-any.whl (python version >=3.5)
- notebook-6.1.1.tar.gz (python version >=3.5)
- notebook-6.1.2-py3-none-any.whl (python version >=3.5)
- notebook-6.1.2.tar.gz (python version >=3.5)
- notebook-6.1.3-py3-none-any.whl (python version >=3.5)
- notebook-6.1.3.tar.gz (python version >=3.5)
- notebook-6.1.4-py3-none-any.whl (python version >=3.5)
- notebook-6.1.4.tar.gz (python version >=3.5)
- notebook-6.1.5-py3-none-any.whl (python version >=3.5)
- notebook-6.1.5.tar.gz (python version >=3.5)
- notebook-6.1.6-py3-none-any.whl (python version >=3.5)
- notebook-6.1.6.tar.gz (python version >=3.5)
- notebook-6.2.0-py3-none-any.whl (python version >=3.5)
- notebook-6.2.0.tar.gz (python version >=3.5)
- notebook-6.3.0-py3-none-any.whl (python version >=3.6)
- notebook-6.3.0.tar.gz (python version >=3.6)
- notebook-6.4.0a0-py3-none-any.whl (python version >=3.6)
- notebook-6.4.0a0.tar.gz (python version >=3.6)
- notebook-6.4.0a1-py3-none-any.whl (python version >=3.6)
- notebook-6.4.0a1.tar.gz (python version >=3.6)
- notebook-6.4.0rc0-py3-none-any.whl (python version >=3.6)
- notebook-6.4.0rc0.tar.gz (python version >=3.6)
- notebook-6.4.0-py3-none-any.whl (python version >=3.6)
- notebook-6.4.0.tar.gz (python version >=3.6)
- notebook-6.4.1-py3-none-any.whl (python version >=3.6)
- notebook-6.4.1.tar.gz (python version >=3.6)
- notebook-6.4.2-py3-none-any.whl (python version >=3.6)
- notebook-6.4.2.tar.gz (python version >=3.6)
- notebook-6.4.3-py3-none-any.whl (python version >=3.6)
- notebook-6.4.3.tar.gz (python version >=3.6)
- notebook-6.4.4-py3-none-any.whl (python version >=3.6)
- notebook-6.4.4.tar.gz (python version >=3.6)
- notebook-6.4.5-py3-none-any.whl (python version >=3.6)
- notebook-6.4.5.tar.gz (python version >=3.6)
- notebook-6.4.6-py3-none-any.whl (python version >=3.6)
- notebook-6.4.6.tar.gz (python version >=3.6)
- notebook-6.4.7-py3-none-any.whl (python version >=3.6)
- notebook-6.4.7.tar.gz (python version >=3.6)
- notebook-6.4.8-py3-none-any.whl (python version >=3.6)
- notebook-6.4.8.tar.gz (python version >=3.6)
- notebook-6.4.9-py3-none-any.whl (python version >=3.6)
- notebook-6.4.9.tar.gz (python version >=3.6)
- notebook-6.4.10-py3-none-any.whl (python version >=3.6)
- notebook-6.4.10.tar.gz (python version >=3.6)
- notebook-6.4.11-py3-none-any.whl (python version >=3.7)
- notebook-6.4.11.tar.gz (python version >=3.7)
- notebook-6.4.12-py3-none-any.whl (python version >=3.7)
- notebook-6.4.12.tar.gz (python version >=3.7)
- notebook-6.5.0a0-py3-none-any.whl (python version >=3.7)
- notebook-6.5.0a0.tar.gz (python version >=3.7)
- notebook-6.5.0b0-py3-none-any.whl (python version >=3.7)
- notebook-6.5.0b0.tar.gz (python version >=3.7)
- notebook-6.5.0rc0-py3-none-any.whl (python version >=3.7)
- notebook-6.5.0rc0.tar.gz (python version >=3.7)
- notebook-6.5.0-py3-none-any.whl (python version >=3.7)
- notebook-6.5.0.tar.gz (python version >=3.7)
- notebook-6.5.1-py3-none-any.whl (python version >=3.7)
- notebook-6.5.1.tar.gz (python version >=3.7)
- notebook-6.5.2-py3-none-any.whl (python version >=3.7)
- notebook-6.5.2.tar.gz (python version >=3.7)
- notebook-7.0.0a1-py3-none-any.whl (python version >=3.7)
- notebook-7.0.0a1.tar.gz (python version >=3.7)
- notebook-7.0.0a2-py3-none-any.whl (python version >=3.7)
- notebook-7.0.0a2.tar.gz (python version >=3.7)
- notebook-7.0.0a3-py3-none-any.whl (python version >=3.7)
- notebook-7.0.0a3.tar.gz (python version >=3.7)
- notebook-7.0.0a4-py3-none-any.whl (python version >=3.7)
- notebook-7.0.0a4.tar.gz (python version >=3.7)
- notebook-7.0.0a5-py3-none-any.whl (python version >=3.7)
- notebook-7.0.0a5.tar.gz (python version >=3.7)
- notebook-7.0.0a6-py3-none-any.whl (python version >=3.7)
- notebook-7.0.0a6.tar.gz (python version >=3.7)
- notebook-7.0.0a7-py3-none-any.whl (python version >=3.7)
- notebook-7.0.0a7.tar.gz (python version >=3.7)
- notebook-7.0.0a8-py3-none-any.whl (python version >=3.7)
- notebook-7.0.0a8.tar.gz (python version >=3.7)
- notebook-7.0.0a9-py3-none-any.whl (python version >=3.7)
- notebook-7.0.0a9.tar.gz (python version >=3.7)


Project link:

- Homepage