content stringlengths 1 103k ⌀ | path stringlengths 8 216 | filename stringlengths 2 179 | language stringclasses 15
values | size_bytes int64 2 189k | quality_score float64 0.5 0.95 | complexity float64 0 1 | documentation_ratio float64 0 1 | repository stringclasses 5
values | stars int64 0 1k | created_date stringdate 2023-07-10 19:21:08 2025-07-09 19:11:45 | license stringclasses 4
values | is_test bool 2
classes | file_hash stringlengths 32 32 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
# Copyright (c) Jupyter Development Team.\n# Distributed under the terms of the Modified BSD License.\n\nimport json\nfrom unittest.mock import Mock, patch\n\nimport pytest\nfrom traitlets.config import Config, Configurable\n\nfrom jupyterlab.extensions import PyPIExtensionManager, ReadOnlyExtensionManager\nfrom jupyte... | .venv\Lib\site-packages\jupyterlab\tests\test_extensions.py | test_extensions.py | Python | 16,894 | 0.95 | 0.070938 | 0.019774 | react-lib | 185 | 2025-05-02T21:22:03.133140 | MIT | true | 7066b69c735d66f061241d983035fc60 |
"""Test installation of JupyterLab extensions"""\n\n# Copyright (c) Jupyter Development Team.\n# Distributed under the terms of the Modified BSD License.\nimport glob\nimport json\nimport logging\nimport os\nimport platform\nimport shutil\nimport subprocess\nimport sys\nfrom os.path import join as pjoin\nfrom pathlib i... | .venv\Lib\site-packages\jupyterlab\tests\test_jupyterlab.py | test_jupyterlab.py | Python | 31,250 | 0.95 | 0.093943 | 0.043478 | node-utils | 539 | 2023-07-12T05:26:47.068947 | BSD-3-Clause | true | 5ae2a5c4da2c3f0ed226c1a3ca6d8358 |
# Copyright (c) Jupyter Development Team.\n# Distributed under the terms of the Modified BSD License.\n\nimport json\n\nfrom jupyterlab_server.config import get_static_page_config\n\nfrom jupyterlab.commands import get_app_info, lock_extension, unlock_extension\nfrom jupyterlab.extensions.manager import PluginManager\n... | .venv\Lib\site-packages\jupyterlab\tests\test_plugin_manager_handler.py | test_plugin_manager_handler.py | Python | 3,079 | 0.95 | 0.060976 | 0.098592 | awesome-app | 923 | 2025-04-16T19:13:02.396617 | BSD-3-Clause | true | c21e6bb6881314eefcfb21852c71e076 |
"""Test yarn registry replacement"""\n\n# Copyright (c) Jupyter Development Team.\n# Distributed under the terms of the Modified BSD License.\n\nimport logging\nimport subprocess\nfrom os.path import join as pjoin\nfrom unittest.mock import patch\n\nfrom jupyterlab import commands\n\nfrom .test_jupyterlab import AppHan... | .venv\Lib\site-packages\jupyterlab\tests\test_registry.py | test_registry.py | Python | 4,323 | 0.95 | 0.053571 | 0.054348 | react-lib | 766 | 2025-02-25T03:03:34.226067 | GPL-3.0 | true | 0d0e5622e5bbe3c6ed386572982b0d8e |
# Copyright (c) Jupyter Development Team.\n# Distributed under the terms of the Modified BSD License.\n\nfrom typing import NamedTuple\n\n\nclass Response(NamedTuple):\n """Fake tornado response."""\n\n body: bytes\n\n\ndef fake_client_factory():\n class FakeClient:\n """Fake AsyncHTTPClient\n\n ... | .venv\Lib\site-packages\jupyterlab\tests\__init__.py | __init__.py | Python | 494 | 0.95 | 0.16 | 0.133333 | vue-tools | 516 | 2023-10-09T14:17:37.565022 | Apache-2.0 | true | 9e75017eb4e534d01676e69edfc7f8f0 |
enableImmutableInstalls: false\nenableInlineBuilds: false\nenableTelemetry: false\nunsafeHttpWhitelist:\n - '0.0.0.0'\nhttpTimeout: 60000\nnodeLinker: node-modules\n | .venv\Lib\site-packages\jupyterlab\tests\mock_packages\.yarnrc.yml | .yarnrc.yml | YAML | 159 | 0.7 | 0 | 0 | vue-tools | 849 | 2024-08-12T00:36:51.058267 | GPL-3.0 | true | 760889268d4e8edc6c4b895f79a7e4a6 |
// Copyright (c) Jupyter Development Team.\n// Distributed under the terms of the Modified BSD License.\n\nimport { ILauncher } from '@jupyterlab/launcher';\n\nexport default [\n {\n id: 'mockextension',\n requires: [ILauncher],\n autoStart: true,\n activate: function (application, launcher) {\n // es... | .venv\Lib\site-packages\jupyterlab\tests\mock_packages\extension\index.js | index.js | JavaScript | 459 | 0.95 | 0.058824 | 0.2 | node-utils | 135 | 2024-02-23T22:25:22.141226 | GPL-3.0 | true | 72192cbe9f349d947775653648e2f0d7 |
# Copyright (c) Jupyter Development Team.\n# Distributed under the terms of the Modified BSD License.\n\nimport json\nimport os.path as osp\n\nHERE = osp.abspath(osp.dirname(__file__))\n\nwith open(osp.join(HERE, "package.json")) as fid:\n data = json.load(fid)\n\n\ndef _jupyter_labextension_paths():\n return [{"... | .venv\Lib\site-packages\jupyterlab\tests\mock_packages\extension\mock_package.py | mock_package.py | Python | 383 | 0.95 | 0.071429 | 0.222222 | react-lib | 547 | 2024-12-01T02:04:43.562916 | BSD-3-Clause | true | 03e2b22a4dc90a004aa9052e16c15f5b |
{\n "name": "@jupyterlab/mock-extension",\n "version": "4.4.4",\n "private": true,\n "dependencies": {\n "@jupyterlab/launcher": "^4.4.4"\n },\n "devDependencies": {\n "@jupyterlab/builder": "^4.4.4"\n },\n "jupyterlab": {\n "extension": true,\n "disabledExtensions": [\n "@jupyterlab/filebrowse... | .venv\Lib\site-packages\jupyterlab\tests\mock_packages\extension\package.json | package.json | JSON | 343 | 0.7 | 0 | 0 | awesome-app | 335 | 2025-01-24T03:49:33.492420 | Apache-2.0 | true | 16e8013e51e813c72f97d0668272f968 |
# Copyright (c) Jupyter Development Team.\n# Distributed under the terms of the Modified BSD License.\n\nimport json\nimport os.path as osp\n\nname = "mock-package"\nHERE = osp.abspath(osp.dirname(__file__))\n\nwith open(osp.join(HERE, "package.json")) as fid:\n data = json.load(fid)\n\nfrom setuptools import setup ... | .venv\Lib\site-packages\jupyterlab\tests\mock_packages\extension\setup.py | setup.py | Python | 378 | 0.95 | 0 | 0.2 | python-kit | 470 | 2023-11-15T02:40:27.858790 | Apache-2.0 | true | c05c365c2d113a6095212d835447b356 |
\n\n | .venv\Lib\site-packages\jupyterlab\tests\mock_packages\extension\__pycache__\mock_package.cpython-313.pyc | mock_package.cpython-313.pyc | Other | 925 | 0.8 | 0 | 0 | vue-tools | 768 | 2024-01-24T17:56:40.798697 | Apache-2.0 | true | ffe5971881189b6487b32c039d6ee4ef |
\n\n | .venv\Lib\site-packages\jupyterlab\tests\mock_packages\extension\__pycache__\setup.cpython-313.pyc | setup.cpython-313.pyc | Other | 781 | 0.8 | 0 | 0 | python-kit | 564 | 2024-06-20T07:48:58.431705 | Apache-2.0 | true | 19c9d88ff548811e214fd917c35f9f83 |
// Copyright (c) Jupyter Development Team.\n// Distributed under the terms of the Modified BSD License.\n\nmodule.exports = [\n {\n id: 'mockextension',\n autoStart: true,\n activate: function (application) {\n // eslint-disable-next-line no-console\n console.log('mock extension activated');\n ... | .venv\Lib\site-packages\jupyterlab\tests\mock_packages\incompat\index.js | index.js | JavaScript | 363 | 0.95 | 0.071429 | 0.230769 | python-kit | 427 | 2024-11-09T12:55:28.342949 | BSD-3-Clause | true | 00e52771b23e10b50580815dedd95c11 |
{\n "name": "@jupyterlab/mock-incompat",\n "version": "0.1.0",\n "private": true,\n "dependencies": {\n "@jupyterlab/application": "^0.10.0"\n },\n "devDependencies": {},\n "jupyterlab": {\n "extension": true\n }\n}\n | .venv\Lib\site-packages\jupyterlab\tests\mock_packages\incompat\package.json | package.json | JSON | 219 | 0.7 | 0 | 0 | python-kit | 651 | 2024-03-23T16:12:53.978515 | BSD-3-Clause | true | 1866bca354f288b366132be81d5d1bf7 |
// Copyright (c) Jupyter Development Team.\n// Distributed under the terms of the Modified BSD License.\n\nconst IMockToken = require('@jupyterlab/mock-token').IMockToken;\n\nmodule.exports = [\n {\n id: 'ext_leaf',\n requires: [IMockToken],\n autoStart: true,\n activate: function (application, mock_token)... | .venv\Lib\site-packages\jupyterlab\tests\mock_packages\interop\consumer\index.js | index.js | JavaScript | 377 | 0.95 | 0.066667 | 0.153846 | node-utils | 288 | 2025-05-10T02:30:09.390375 | GPL-3.0 | true | fb8c6d6387af3fe1909d2015ca5b6874 |
# Copyright (c) Jupyter Development Team.\n# Distributed under the terms of the Modified BSD License.\n\nimport json\nimport os.path as osp\n\nHERE = osp.abspath(osp.dirname(__file__))\n\nwith open(osp.join(HERE, "package.json")) as fid:\n data = json.load(fid)\n\n\ndef _jupyter_labextension_paths():\n return [{"... | .venv\Lib\site-packages\jupyterlab\tests\mock_packages\interop\consumer\jlab_mock_consumer.py | jlab_mock_consumer.py | Python | 383 | 0.95 | 0.071429 | 0.222222 | python-kit | 733 | 2025-02-08T21:32:48.563492 | MIT | true | 03e2b22a4dc90a004aa9052e16c15f5b |
{\n "name": "@jupyterlab/mock-consumer",\n "version": "4.4.4",\n "private": true,\n "dependencies": {\n "@jupyterlab/mock-token": "^4.4.4"\n },\n "devDependencies": {\n "@jupyterlab/builder": "^4.4.4"\n },\n "jupyterlab": {\n "extension": true,\n "sharedPackages": {\n "@jupyterlab/mock-token": ... | .venv\Lib\site-packages\jupyterlab\tests\mock_packages\interop\consumer\package.json | package.json | JSON | 381 | 0.7 | 0 | 0 | node-utils | 654 | 2023-09-03T00:06:24.850512 | MIT | true | b4305d6596b041a360ff6945e3f548f8 |
# Copyright (c) Jupyter Development Team.\n# Distributed under the terms of the Modified BSD License.\n\nimport json\nimport os.path as osp\nfrom glob import glob\n\nname = "jlab_mock_consumer"\nHERE = osp.abspath(osp.dirname(__file__))\n\nwith open(osp.join(HERE, "package.json")) as fid:\n data = json.load(fid)\n\n... | .venv\Lib\site-packages\jupyterlab\tests\mock_packages\interop\consumer\setup.py | setup.py | Python | 634 | 0.95 | 0 | 0.1 | awesome-app | 83 | 2025-01-10T17:27:08.508047 | MIT | true | d2f6ce8eb4d8d8c41942b7742ddfdd3c |
\n\n | .venv\Lib\site-packages\jupyterlab\tests\mock_packages\interop\consumer\__pycache__\jlab_mock_consumer.cpython-313.pyc | jlab_mock_consumer.cpython-313.pyc | Other | 938 | 0.8 | 0 | 0 | react-lib | 332 | 2024-04-11T00:21:12.407355 | Apache-2.0 | true | 5590318a11c4e4a6d181a6e77e3e47d8 |
\n\n | .venv\Lib\site-packages\jupyterlab\tests\mock_packages\interop\consumer\__pycache__\setup.cpython-313.pyc | setup.cpython-313.pyc | Other | 1,050 | 0.8 | 0 | 0 | awesome-app | 901 | 2024-03-24T00:46:24.558380 | BSD-3-Clause | true | 8672bd36638d0212a3a110418a458630 |
// Copyright (c) Jupyter Development Team.\n// Distributed under the terms of the Modified BSD License.\nconst IMockToken = require('@jupyterlab/mock-token').IMockToken;\n\nmodule.exports = [\n {\n id: 'mock-provider',\n provides: IMockToken,\n autoStart: true,\n activate: function (application) {\n c... | .venv\Lib\site-packages\jupyterlab\tests\mock_packages\interop\provider\index.js | index.js | JavaScript | 388 | 0.95 | 0.066667 | 0.142857 | node-utils | 27 | 2023-12-11T16:43:34.751900 | MIT | true | e0374cbfd91a342e44dd2eaa76a12fab |
# Copyright (c) Jupyter Development Team.\n# Distributed under the terms of the Modified BSD License.\n\nimport json\nimport os.path as osp\n\nHERE = osp.abspath(osp.dirname(__file__))\n\nwith open(osp.join(HERE, "static", "package.json")) as fid:\n data = json.load(fid)\n\n\ndef _jupyter_labextension_paths():\n ... | .venv\Lib\site-packages\jupyterlab\tests\mock_packages\interop\provider\jlab_mock_provider.py | jlab_mock_provider.py | Python | 393 | 0.95 | 0.071429 | 0.222222 | awesome-app | 976 | 2023-11-28T16:15:33.629752 | MIT | true | 195be11134d14a4c5e3321cf4f8ad3d1 |
{\n "name": "@jupyterlab/mock-provider",\n "version": "4.4.4",\n "private": true,\n "dependencies": {\n "@jupyterlab/mock-token": "^4.4.4"\n },\n "devDependencies": {\n "@jupyterlab/builder": "^4.4.4"\n },\n "jupyterlab": {\n "extension": true\n }\n}\n | .venv\Lib\site-packages\jupyterlab\tests\mock_packages\interop\provider\package.json | package.json | JSON | 256 | 0.7 | 0 | 0 | python-kit | 871 | 2025-02-04T02:34:57.727295 | GPL-3.0 | true | 6b33ac5b68d1359119d75f4b601d7d57 |
# Copyright (c) Jupyter Development Team.\n# Distributed under the terms of the Modified BSD License.\n\nimport json\nimport os.path as osp\nfrom glob import glob\n\nname = "jlab_mock_provider"\nHERE = osp.abspath(osp.dirname(__file__))\n\nwith open(osp.join(HERE, "package.json")) as fid:\n data = json.load(fid)\n\n... | .venv\Lib\site-packages\jupyterlab\tests\mock_packages\interop\provider\setup.py | setup.py | Python | 634 | 0.95 | 0 | 0.1 | python-kit | 192 | 2024-07-01T11:45:04.521570 | MIT | true | 01053acb8395d9ff3452f4622a05e1d1 |
\n\n | .venv\Lib\site-packages\jupyterlab\tests\mock_packages\interop\provider\__pycache__\jlab_mock_provider.cpython-313.pyc | jlab_mock_provider.cpython-313.pyc | Other | 947 | 0.8 | 0 | 0 | awesome-app | 384 | 2025-03-26T02:57:59.600467 | GPL-3.0 | true | a2fb8a617a175861eef29f6639cecf93 |
\n\n | .venv\Lib\site-packages\jupyterlab\tests\mock_packages\interop\provider\__pycache__\setup.cpython-313.pyc | setup.cpython-313.pyc | Other | 1,050 | 0.8 | 0 | 0 | vue-tools | 951 | 2023-07-28T03:02:59.077056 | MIT | true | 0bdca7f2f08b0254beb158352d7db4a0 |
// Copyright (c) Jupyter Development Team.\n// Distributed under the terms of the Modified BSD License.\nconst Token = require('@lumino/coreutils').Token;\n\nmodule.exports = {\n IMockToken: new Token('mock-token')\n};\n | .venv\Lib\site-packages\jupyterlab\tests\mock_packages\interop\token\index.js | index.js | JavaScript | 214 | 0.95 | 0 | 0.333333 | react-lib | 232 | 2025-01-21T09:31:11.711676 | Apache-2.0 | true | 358548056089ffb5b08e00b6a9ab7759 |
{\n "name": "@jupyterlab/mock-token",\n "version": "4.4.4",\n "private": true,\n "dependencies": {\n "@lumino/coreutils": "^2.2.1"\n }\n}\n | .venv\Lib\site-packages\jupyterlab\tests\mock_packages\interop\token\package.json | package.json | JSON | 139 | 0.7 | 0 | 0 | react-lib | 222 | 2023-10-31T10:35:11.558348 | Apache-2.0 | true | 0df3dfe335e1ccc52bfc5f96fe66468b |
// Copyright (c) Jupyter Development Team.\n// Distributed under the terms of the Modified BSD License.\n\nvar Widget = require('@lumino/widgets').Widget;\n\nvar factory = {\n safe: true,\n mimeTypes: ['text/plain'],\n defaultRank: 1000,\n createRenderer: function () {\n return new Widget();\n }\n};\n\nmodule.e... | .venv\Lib\site-packages\jupyterlab\tests\mock_packages\mimeextension\index.js | index.js | JavaScript | 519 | 0.95 | 0.041667 | 0.095238 | vue-tools | 649 | 2024-09-26T01:58:48.776453 | MIT | true | 0d5314b1133031e50c003c55b3ad780b |
{\n "name": "@jupyterlab/mock-mime-extension",\n "version": "0.3.0",\n "private": true,\n "dependencies": {\n "@lumino/widgets": "^2.7.1"\n },\n "jupyterlab": {\n "mimeExtension": true\n }\n}\n | .venv\Lib\site-packages\jupyterlab\tests\mock_packages\mimeextension\package.json | package.json | JSON | 195 | 0.7 | 0 | 0 | vue-tools | 944 | 2023-09-28T04:35:56.451171 | GPL-3.0 | true | 7d390a51299f0889eadc74d8923a4e84 |
// Copyright (c) Jupyter Development Team.\n// Distributed under the terms of the Modified BSD License.\n\nconsole.log('hello, world!'); // eslint-disable-line no-console\n | .venv\Lib\site-packages\jupyterlab\tests\mock_packages\package\index.js | index.js | JavaScript | 168 | 0.8 | 0 | 0.666667 | awesome-app | 781 | 2023-11-19T06:00:36.298080 | MIT | true | e4fe6450fae8ec478c0f80e7bfdedf99 |
{\n "name": "@jupyterlab/mock-package",\n "version": "0.1.0",\n "private": true,\n "dependencies": {},\n "devDependencies": {}\n}\n | .venv\Lib\site-packages\jupyterlab\tests\mock_packages\package\package.json | package.json | JSON | 129 | 0.7 | 0 | 0 | python-kit | 451 | 2023-12-31T01:36:44.060196 | Apache-2.0 | true | ec63489c712f5b84d629c6eb77b988f7 |
// Copyright (c) Jupyter Development Team.\n// Distributed under the terms of the Modified BSD License.\n\nimport { IDefaultDrive, Drive } from '@jupyterlab/services';\n\nclass CustomDrive extends Drive {\n constructor() {\n super();\n console.log('CustomDrive created');\n }\n}\n\nexport default [\n {\n id:... | .venv\Lib\site-packages\jupyterlab\tests\mock_packages\service-manager-extension\index.js | index.js | JavaScript | 610 | 0.95 | 0.08 | 0.136364 | vue-tools | 655 | 2023-11-22T02:27:21.543414 | Apache-2.0 | true | 9812874d875b091830442188781590a8 |
# Copyright (c) Jupyter Development Team.\n# Distributed under the terms of the Modified BSD License.\n\nimport json\nimport os.path as osp\n\nHERE = osp.abspath(osp.dirname(__file__))\n\nwith open(osp.join(HERE, "package.json")) as fid:\n data = json.load(fid)\n\n\ndef _jupyter_labextension_paths():\n return [{"... | .venv\Lib\site-packages\jupyterlab\tests\mock_packages\service-manager-extension\mock_service_manager_package.py | mock_service_manager_package.py | Python | 383 | 0.95 | 0.071429 | 0.222222 | node-utils | 303 | 2024-06-20T06:49:34.511538 | BSD-3-Clause | true | 03e2b22a4dc90a004aa9052e16c15f5b |
{\n "name": "@jupyterlab/mock-service-manager-extension",\n "version": "4.4.4",\n "private": true,\n "dependencies": {\n "@jupyterlab/services": "^7.4.4"\n },\n "devDependencies": {\n "@jupyterlab/builder": "^4.4.4"\n },\n "jupyterlab": {\n "extension": true,\n "disabledExtensions": [\n "@jupyt... | .venv\Lib\site-packages\jupyterlab\tests\mock_packages\service-manager-extension\package.json | package.json | JSON | 359 | 0.7 | 0 | 0 | vue-tools | 512 | 2025-05-06T08:12:29.771147 | MIT | true | 68d279b66192dc83e76fd2ffdbc4b2ea |
# Copyright (c) Jupyter Development Team.\n# Distributed under the terms of the Modified BSD License.\n\nimport json\nimport os.path as osp\nfrom glob import glob\n\nname = "mock_service_manager_package"\nHERE = osp.abspath(osp.dirname(__file__))\n\nwith open(osp.join(HERE, "package.json")) as fid:\n data = json.loa... | .venv\Lib\site-packages\jupyterlab\tests\mock_packages\service-manager-extension\setup.py | setup.py | Python | 644 | 0.95 | 0 | 0.1 | vue-tools | 603 | 2025-04-24T04:22:27.084423 | GPL-3.0 | true | a27180f2b7c9aa34bf71e3c925cfa7db |
\n\n | .venv\Lib\site-packages\jupyterlab\tests\mock_packages\service-manager-extension\__pycache__\mock_service_manager_package.cpython-313.pyc | mock_service_manager_package.cpython-313.pyc | Other | 957 | 0.8 | 0 | 0 | node-utils | 703 | 2024-07-13T21:16:32.805779 | BSD-3-Clause | true | 1ecb8ac39a4f48fa99a87aa3ac16dada |
\n\n | .venv\Lib\site-packages\jupyterlab\tests\mock_packages\service-manager-extension\__pycache__\setup.cpython-313.pyc | setup.cpython-313.pyc | Other | 1,069 | 0.8 | 0 | 0 | node-utils | 994 | 2024-09-22T06:40:56.585096 | Apache-2.0 | true | e195c2f92ee96772d226633988c6fb38 |
// Copyright (c) Jupyter Development Team.\n// Distributed under the terms of the Modified BSD License.\n\nimport { ILauncher } from '@jupyterlab/launcher';\n\nconst plugin = {\n id: 'test-hyphens',\n requires: [ILauncher],\n autoStart: true,\n activate: function (application, launcher) {\n // eslint-disable-nex... | .venv\Lib\site-packages\jupyterlab\tests\mock_packages\test-hyphens\index.js | index.js | JavaScript | 466 | 0.95 | 0.058824 | 0.214286 | node-utils | 57 | 2024-05-17T06:55:02.024329 | Apache-2.0 | true | 8057d1f32bdaf469ff30758c6d8f9e1a |
graft test_hyphens/labextension\n\ninclude index.js\ninclude package.json\ninclude pyproject.toml\n | .venv\Lib\site-packages\jupyterlab\tests\mock_packages\test-hyphens\MANIFEST.in | MANIFEST.in | Other | 94 | 0.5 | 0 | 0 | vue-tools | 213 | 2023-12-26T01:31:47.042249 | MIT | true | 1c2527900a7381ee2d82c3a0d2fb844b |
{\n "name": "test-hyphens",\n "version": "3.0.2",\n "private": true,\n "main": "index.js",\n "files": [\n "index.js"\n ],\n "scripts": {\n "build:labextension": "jupyter labextension build .",\n "clean": "rimraf ./test_hyphens/labextension"\n },\n "dependencies": {\n "@jupyterlab/launcher": "^4.0.0... | .venv\Lib\site-packages\jupyterlab\tests\mock_packages\test-hyphens\package.json | package.json | JSON | 514 | 0.7 | 0 | 0 | python-kit | 565 | 2024-11-04T06:38:08.278046 | Apache-2.0 | true | 6851e6bc251c0c7d0cc28c18e74aa518 |
# Copyright (c) Jupyter Development Team.\n# Distributed under the terms of the Modified BSD License.\n\n[build-system]\nrequires = [\n "hatchling",\n "jupyterlab>=4.0.0a36,<5.0.0",\n]\nbuild-backend = "hatchling.build"\n\n[project]\nname = "test-hyphens"\nlicense = "BSD-3-Clause"\nversion = "3.0.2"\n\n[tool.hatc... | .venv\Lib\site-packages\jupyterlab\tests\mock_packages\test-hyphens\pyproject.toml | pyproject.toml | Other | 1,664 | 0.95 | 0.014925 | 0.036364 | node-utils | 386 | 2023-10-14T02:54:34.454877 | GPL-3.0 | true | 63885823fb3acec78db1ed9bfb15bfdd |
# Copyright (c) Jupyter Development Team.\n# Distributed under the terms of the Modified BSD License.\n\n# setup.py shim for use with applications that require it.\n__import__("setuptools").setup()\n | .venv\Lib\site-packages\jupyterlab\tests\mock_packages\test-hyphens\setup.py | setup.py | Python | 194 | 0.95 | 0.2 | 0.75 | python-kit | 261 | 2024-05-29T09:03:04.635842 | GPL-3.0 | true | 399f13450a8e77ce3761ae400bff4924 |
# Copyright (c) Jupyter Development Team.\n# Distributed under the terms of the Modified BSD License.\n\n\ndef _jupyter_labextension_paths():\n return [{"src": "labextension", "dest": "test-hyphens"}]\n | .venv\Lib\site-packages\jupyterlab\tests\mock_packages\test-hyphens\test_hyphens\__init__.py | __init__.py | Python | 199 | 0.95 | 0.166667 | 0.5 | vue-tools | 450 | 2023-12-17T04:41:59.185318 | BSD-3-Clause | true | 6c39ed718dfccfbf7bfec687213b9652 |
\n\n | .venv\Lib\site-packages\jupyterlab\tests\mock_packages\test-hyphens\test_hyphens\__pycache__\__init__.cpython-313.pyc | __init__.cpython-313.pyc | Other | 412 | 0.7 | 0 | 0 | python-kit | 287 | 2025-04-12T14:20:23.892512 | GPL-3.0 | true | 7c7251a741eeabe7be380323cbe99aae |
\n\n | .venv\Lib\site-packages\jupyterlab\tests\mock_packages\test-hyphens\__pycache__\setup.cpython-313.pyc | setup.cpython-313.pyc | Other | 306 | 0.85 | 0 | 0 | node-utils | 344 | 2023-11-22T08:42:22.833099 | MIT | true | 4ba6c74208bffca5c2f43277016380d7 |
// Copyright (c) Jupyter Development Team.\n// Distributed under the terms of the Modified BSD License.\n\nimport { ILauncher } from '@jupyterlab/launcher';\n\nconst plugin = {\n id: 'test-hyphens-underscore',\n requires: [ILauncher],\n autoStart: true,\n activate: function (application, launcher) {\n // eslint-... | .venv\Lib\site-packages\jupyterlab\tests\mock_packages\test-hyphens-underscore\index.js | index.js | JavaScript | 488 | 0.95 | 0.058824 | 0.214286 | node-utils | 150 | 2024-12-24T12:41:25.603420 | GPL-3.0 | true | 8b25be8b8ec2de71d98f514a7b14ee40 |
graft test_hyphens_underscore/labextension\n\ninclude index.js\ninclude package.json\ninclude pyproject.toml\n | .venv\Lib\site-packages\jupyterlab\tests\mock_packages\test-hyphens-underscore\MANIFEST.in | MANIFEST.in | Other | 105 | 0.7 | 0 | 0 | awesome-app | 732 | 2025-01-03T19:16:47.015864 | Apache-2.0 | true | fc18647ecf64912558f6d8ee24ca64c2 |
{\n "name": "test-hyphens-underscore",\n "version": "3.0.2",\n "private": true,\n "main": "index.js",\n "scripts": {\n "build:labextension": "jupyter labextension build .",\n "clean": "rimraf ./test_hyphens_underscore/labextension"\n },\n "dependencies": {\n "@jupyterlab/launcher": "^4.0.0"\n },\n "de... | .venv\Lib\site-packages\jupyterlab\tests\mock_packages\test-hyphens-underscore\package.json | package.json | JSON | 529 | 0.7 | 0 | 0 | node-utils | 955 | 2025-07-01T23:15:16.932918 | Apache-2.0 | true | 2173ecbf03f305d5fe0da21bdb13cdba |
# Copyright (c) Jupyter Development Team.\n# Distributed under the terms of the Modified BSD License.\n\n[build-system]\nrequires = [\n "hatchling",\n "jupyterlab~=4.0",\n]\nbuild-backend = "hatchling.build"\n\n[project]\nname = "test-hyphens-underscore"\nlicense = "BSD-3-Clause"\nversion = "3.0.2"\n\n[tool.hatch... | .venv\Lib\site-packages\jupyterlab\tests\mock_packages\test-hyphens-underscore\pyproject.toml | pyproject.toml | Other | 1,729 | 0.95 | 0.014925 | 0.036364 | awesome-app | 186 | 2023-10-29T23:41:14.227392 | MIT | true | 6d332c82d58a41bba96e90e360881558 |
# Copyright (c) Jupyter Development Team.\n# Distributed under the terms of the Modified BSD License.\n\n# setup.py shim for use with applications that require it.\n__import__("setuptools").setup()\n | .venv\Lib\site-packages\jupyterlab\tests\mock_packages\test-hyphens-underscore\setup.py | setup.py | Python | 194 | 0.95 | 0.2 | 0.75 | python-kit | 660 | 2024-04-16T21:36:35.319106 | Apache-2.0 | true | 399f13450a8e77ce3761ae400bff4924 |
# This file is generated by running "yarn install" inside your project.\n# Manual changes might be lost - proceed with caution!\n\n__metadata:\n version: 6\n cacheKey: 8\n\n"@discoveryjs/json-ext@npm:^0.5.0":\n version: 0.5.7\n resolution: "@discoveryjs/json-ext@npm:0.5.7"\n checksum: 2176d301cc258ea5c2324402997cf... | .venv\Lib\site-packages\jupyterlab\tests\mock_packages\test-hyphens-underscore\yarn.lock | yarn.lock | Other | 99,941 | 0.75 | 0.003492 | 0.000778 | python-kit | 996 | 2025-01-11T03:39:57.941730 | GPL-3.0 | true | af769ffc78ccce26f2bf85dd38d16b5c |
# Copyright (c) Jupyter Development Team.\n# Distributed under the terms of the Modified BSD License.\n\n\ndef _jupyter_labextension_paths():\n return [{"src": "labextension", "dest": "test-hyphens-underscore"}]\n | .venv\Lib\site-packages\jupyterlab\tests\mock_packages\test-hyphens-underscore\test_hyphens_underscore\__init__.py | __init__.py | Python | 210 | 0.95 | 0.166667 | 0.5 | vue-tools | 382 | 2025-07-01T18:10:51.921745 | BSD-3-Clause | true | 80759611ef3b93bb3bfa5ecff7ec255e |
\n\n | .venv\Lib\site-packages\jupyterlab\tests\mock_packages\test-hyphens-underscore\test_hyphens_underscore\__pycache__\__init__.cpython-313.pyc | __init__.cpython-313.pyc | Other | 447 | 0.7 | 0 | 0 | node-utils | 240 | 2025-01-04T19:50:44.413546 | GPL-3.0 | true | 9a06b12a4ea815f7ed588d49bf1eb9ad |
\n\n | .venv\Lib\site-packages\jupyterlab\tests\mock_packages\test-hyphens-underscore\__pycache__\setup.cpython-313.pyc | setup.cpython-313.pyc | Other | 317 | 0.85 | 0 | 0 | node-utils | 214 | 2025-01-09T12:37:55.023165 | BSD-3-Clause | true | 51c0f2a3ee9904be39c2d30d159545a4 |
// Copyright (c) Jupyter Development Team.\n// Distributed under the terms of the Modified BSD License.\n\nimport { ILauncher } from '@jupyterlab/launcher';\n\nconst plugin = {\n id: 'test_no_hyphens',\n requires: [ILauncher],\n autoStart: true,\n activate: function (application, launcher) {\n // eslint-disable-... | .venv\Lib\site-packages\jupyterlab\tests\mock_packages\test_no_hyphens\index.js | index.js | JavaScript | 472 | 0.95 | 0.058824 | 0.214286 | react-lib | 468 | 2024-12-13T21:20:56.274851 | MIT | true | b8e4de2dbe5ecc1aab6b0fe274db56c2 |
graft test_no_hyphens/labextension\n\ninclude index.js\ninclude package.json\ninclude pyproject.toml\n | .venv\Lib\site-packages\jupyterlab\tests\mock_packages\test_no_hyphens\MANIFEST.in | MANIFEST.in | Other | 97 | 0.5 | 0 | 0 | vue-tools | 95 | 2024-01-17T13:05:10.001796 | Apache-2.0 | true | 7997c3b434e90bf2c7995d91b64895c9 |
{\n "name": "test_no_hyphens",\n "version": "3.0.2",\n "private": true,\n "main": "index.js",\n "scripts": {\n "build:labextension": "jupyter labextension build .",\n "clean": "rimraf ./test_no_hyphens/labextension"\n },\n "dependencies": {\n "@jupyterlab/launcher": "^4.0.0"\n },\n "devDependencies": ... | .venv\Lib\site-packages\jupyterlab\tests\mock_packages\test_no_hyphens\package.json | package.json | JSON | 505 | 0.7 | 0 | 0 | python-kit | 806 | 2024-08-17T20:32:17.232252 | MIT | true | 39d5d797c601c672cb906355ed4e9a9b |
# Copyright (c) Jupyter Development Team.\n# Distributed under the terms of the Modified BSD License.\n\n[build-system]\nrequires = [\n "hatchling",\n "jupyterlab~=4.0",\n]\nbuild-backend = "hatchling.build"\n\n[project]\nname = "test-no-hyphens"\nlicense = "BSD-3-Clause"\nversion = "3.0.2"\n\n[tool.hatch.build.t... | .venv\Lib\site-packages\jupyterlab\tests\mock_packages\test_no_hyphens\pyproject.toml | pyproject.toml | Other | 1,673 | 0.95 | 0.014925 | 0.036364 | awesome-app | 21 | 2025-01-08T17:30:20.563465 | BSD-3-Clause | true | c04ab591f15377dba0ddd1a508508d1b |
# Copyright (c) Jupyter Development Team.\n# Distributed under the terms of the Modified BSD License.\n\n# setup.py shim for use with applications that require it.\n__import__("setuptools").setup()\n | .venv\Lib\site-packages\jupyterlab\tests\mock_packages\test_no_hyphens\setup.py | setup.py | Python | 194 | 0.95 | 0.2 | 0.75 | react-lib | 597 | 2025-04-28T09:18:13.905830 | MIT | true | 399f13450a8e77ce3761ae400bff4924 |
# This file is generated by running "yarn install" inside your project.\n# Manual changes might be lost - proceed with caution!\n\n__metadata:\n version: 6\n cacheKey: 8\n\n"@discoveryjs/json-ext@npm:^0.5.0":\n version: 0.5.7\n resolution: "@discoveryjs/json-ext@npm:0.5.7"\n checksum: 2176d301cc258ea5c2324402997cf... | .venv\Lib\site-packages\jupyterlab\tests\mock_packages\test_no_hyphens\yarn.lock | yarn.lock | Other | 99,923 | 0.75 | 0.003492 | 0.000778 | awesome-app | 426 | 2025-01-12T09:32:08.993407 | BSD-3-Clause | true | 7006789907c2b106c87c9e098b7025e4 |
# Copyright (c) Jupyter Development Team.\n# Distributed under the terms of the Modified BSD License.\n\n\ndef _jupyter_labextension_paths():\n return [{"src": "labextension", "dest": "test_no_hyphens"}]\n | .venv\Lib\site-packages\jupyterlab\tests\mock_packages\test_no_hyphens\test_no_hyphens\__init__.py | __init__.py | Python | 202 | 0.95 | 0.166667 | 0.5 | vue-tools | 519 | 2025-06-09T22:06:10.297420 | GPL-3.0 | true | f191012112f9a11d3a2549983ee636df |
\n\n | .venv\Lib\site-packages\jupyterlab\tests\mock_packages\test_no_hyphens\test_no_hyphens\__pycache__\__init__.cpython-313.pyc | __init__.cpython-313.pyc | Other | 423 | 0.7 | 0 | 0 | python-kit | 459 | 2024-04-25T09:39:49.266696 | BSD-3-Clause | true | 4cae7ae220dc565f6f85837359269029 |
\n\n | .venv\Lib\site-packages\jupyterlab\tests\mock_packages\test_no_hyphens\__pycache__\setup.cpython-313.pyc | setup.cpython-313.pyc | Other | 309 | 0.85 | 0 | 0 | node-utils | 979 | 2025-03-11T07:08:26.776323 | BSD-3-Clause | true | 2b28cfdacffd3c6cb018d0a17a1ea021 |
\n\n | .venv\Lib\site-packages\jupyterlab\tests\__pycache__\conftest.cpython-313.pyc | conftest.cpython-313.pyc | Other | 1,426 | 0.8 | 0 | 0 | awesome-app | 60 | 2023-08-02T20:27:05.560157 | Apache-2.0 | true | de1f0146bd2f1aa2cadec9316b81e526 |
\n\n | .venv\Lib\site-packages\jupyterlab\tests\__pycache__\echo_kernel.cpython-313.pyc | echo_kernel.cpython-313.pyc | Other | 2,099 | 0.8 | 0 | 0 | node-utils | 452 | 2025-03-15T21:19:36.130824 | GPL-3.0 | true | a5d0bfea639a00f7ae03dc4a60200ed9 |
\n\n | .venv\Lib\site-packages\jupyterlab\tests\__pycache__\test_announcements.cpython-313.pyc | test_announcements.cpython-313.pyc | Other | 13,398 | 0.8 | 0.263158 | 0 | python-kit | 226 | 2023-12-25T08:13:56.808999 | GPL-3.0 | true | 4cfd29227a6319060f7a71cc9ca31886 |
\n\n | .venv\Lib\site-packages\jupyterlab\tests\__pycache__\test_app.cpython-313.pyc | test_app.cpython-313.pyc | Other | 12,654 | 0.95 | 0.03125 | 0.013245 | awesome-app | 915 | 2024-09-07T00:28:28.104069 | Apache-2.0 | true | bdc76e7a5de322021e0501acf7ccfe3b |
\n\n | .venv\Lib\site-packages\jupyterlab\tests\__pycache__\test_build_api.cpython-313.pyc | test_build_api.cpython-313.pyc | Other | 6,764 | 0.8 | 0.021277 | 0 | vue-tools | 96 | 2025-01-03T03:45:26.383554 | MIT | true | eba9d4504f2604cb3142acf615f79590 |
\n\n | .venv\Lib\site-packages\jupyterlab\tests\__pycache__\test_custom_css_handler.cpython-313.pyc | test_custom_css_handler.cpython-313.pyc | Other | 1,695 | 0.95 | 0 | 0.037037 | python-kit | 410 | 2024-08-15T10:42:53.667813 | Apache-2.0 | true | fb236ff0db38de91768d4edc8028e78d |
\n\n | .venv\Lib\site-packages\jupyterlab\tests\__pycache__\test_extensions.cpython-313.pyc | test_extensions.cpython-313.pyc | Other | 16,200 | 0.95 | 0.014599 | 0.007407 | vue-tools | 375 | 2024-03-14T08:48:14.708293 | Apache-2.0 | true | c76b6c3593485e9dbca9559a29844c13 |
\n\n | .venv\Lib\site-packages\jupyterlab\tests\__pycache__\test_jupyterlab.cpython-313.pyc | test_jupyterlab.cpython-313.pyc | Other | 45,503 | 0.8 | 0 | 0 | node-utils | 749 | 2024-12-23T21:44:09.679301 | MIT | true | 31c1204d967693b0e8fab2c3c2760f3e |
\n\n | .venv\Lib\site-packages\jupyterlab\tests\__pycache__\test_plugin_manager_handler.cpython-313.pyc | test_plugin_manager_handler.cpython-313.pyc | Other | 3,796 | 0.8 | 0 | 0 | react-lib | 254 | 2023-09-07T23:08:08.542377 | GPL-3.0 | true | 72fd041ec8217ee44a95f6dba3c771d9 |
\n\n | .venv\Lib\site-packages\jupyterlab\tests\__pycache__\test_registry.cpython-313.pyc | test_registry.cpython-313.pyc | Other | 5,155 | 0.8 | 0 | 0.016949 | python-kit | 428 | 2025-06-17T20:47:27.597845 | GPL-3.0 | true | 7c20694125d05fa09811ae956fe29229 |
\n\n | .venv\Lib\site-packages\jupyterlab\tests\__pycache__\__init__.cpython-313.pyc | __init__.cpython-313.pyc | Other | 1,258 | 0.8 | 0 | 0 | awesome-app | 838 | 2023-08-26T20:26:45.107440 | BSD-3-Clause | true | 39a016ac257e2a90765730e1fdf31ca0 |
/*-----------------------------------------------------------------------------\n| Copyright (c) Jupyter Development Team.\n| Distributed under the terms of the Modified BSD License.\n|----------------------------------------------------------------------------*/\n\n/*\nThe following CSS variables define the main, publ... | .venv\Lib\site-packages\jupyterlab\themes\@jupyterlab\theme-dark-extension\index.css | index.css | Other | 19,542 | 0.95 | 0.038697 | 0.248792 | node-utils | 670 | 2023-08-21T15:14:24.223721 | GPL-3.0 | false | 9ba31c7fe8e164ba3b9ea37cfc1484fb |
/*-----------------------------------------------------------------------------\n| Copyright (c) Jupyter Development Team.\n| Distributed under the terms of the Modified BSD License.\n|----------------------------------------------------------------------------*/\n\n/*\nThe following CSS variables define the main, publ... | .venv\Lib\site-packages\jupyterlab\themes\@jupyterlab\theme-dark-high-contrast-extension\index.css | index.css | Other | 18,584 | 0.95 | 0.040733 | 0.248792 | node-utils | 297 | 2024-05-17T09:34:30.155600 | Apache-2.0 | false | 75bc92ef574ab91708b02762d5185695 |
/*-----------------------------------------------------------------------------\n| Copyright (c) Jupyter Development Team.\n| Distributed under the terms of the Modified BSD License.\n|----------------------------------------------------------------------------*/\n\n/*\nThe following CSS variables define the main, publ... | .venv\Lib\site-packages\jupyterlab\themes\@jupyterlab\theme-light-extension\index.css | index.css | Other | 18,094 | 0.95 | 0.036559 | 0.24557 | vue-tools | 413 | 2024-12-18T15:21:47.253309 | Apache-2.0 | false | 971538f3f3ff6f6ecd87d164406f0200 |
\n\n | .venv\Lib\site-packages\jupyterlab\__pycache__\browser_check.cpython-313.pyc | browser_check.cpython-313.pyc | Other | 12,254 | 0.95 | 0.040323 | 0 | python-kit | 433 | 2024-12-30T19:48:23.104242 | BSD-3-Clause | false | 0d1ef735d0cb88784525ece2db034e68 |
\n\n | .venv\Lib\site-packages\jupyterlab\__pycache__\commands.cpython-313.pyc | commands.cpython-313.pyc | Other | 105,841 | 0.75 | 0.075362 | 0.013514 | vue-tools | 482 | 2023-12-29T23:11:03.943329 | Apache-2.0 | false | 1aafe08909b5202bd4db0c3fe9f0d7dd |
\n\n | .venv\Lib\site-packages\jupyterlab\__pycache__\coreconfig.cpython-313.pyc | coreconfig.cpython-313.pyc | Other | 6,837 | 0.8 | 0.021505 | 0 | awesome-app | 16 | 2024-10-03T09:24:03.416834 | GPL-3.0 | false | 1ed625be83ca8166da8d7a5d2ad5b154 |
\n\n | .venv\Lib\site-packages\jupyterlab\__pycache__\debuglog.cpython-313.pyc | debuglog.cpython-313.pyc | Other | 3,704 | 0.8 | 0.125 | 0 | vue-tools | 590 | 2024-04-25T14:10:07.303843 | MIT | false | 8e1bd62162e89d50bb16ff40361b95b0 |
\n\n | .venv\Lib\site-packages\jupyterlab\__pycache__\federated_labextensions.cpython-313.pyc | federated_labextensions.cpython-313.pyc | Other | 19,934 | 0.95 | 0.047619 | 0 | react-lib | 951 | 2023-07-13T01:32:23.957848 | Apache-2.0 | false | d2508e864c76b03c247993698dcedc55 |
\n\n | .venv\Lib\site-packages\jupyterlab\__pycache__\jlpmapp.cpython-313.pyc | jlpmapp.cpython-313.pyc | Other | 1,889 | 0.8 | 0.05 | 0.0625 | awesome-app | 678 | 2025-02-15T10:35:49.004855 | GPL-3.0 | false | c253c6583708129b5f7dfed94f866761 |
\n\n | .venv\Lib\site-packages\jupyterlab\__pycache__\labapp.cpython-313.pyc | labapp.cpython-313.pyc | Other | 38,327 | 0.95 | 0.066667 | 0.010989 | vue-tools | 874 | 2023-07-18T15:23:23.239036 | BSD-3-Clause | false | 74b64fca9948560c0b9e7296122c93c3 |
\n\n | .venv\Lib\site-packages\jupyterlab\__pycache__\labextensions.cpython-313.pyc | labextensions.cpython-313.pyc | Other | 26,267 | 0.95 | 0.027875 | 0.007326 | node-utils | 51 | 2024-05-15T04:14:06.054101 | BSD-3-Clause | false | b8f89ff427abc11c4072e835b1227d2f |
\n\n | .venv\Lib\site-packages\jupyterlab\__pycache__\labhubapp.cpython-313.pyc | labhubapp.cpython-313.pyc | Other | 2,097 | 0.8 | 0.066667 | 0 | react-lib | 559 | 2024-08-22T17:49:08.137618 | Apache-2.0 | false | 2f00874d02699fff6144bbdd61260bc1 |
\n\n | .venv\Lib\site-packages\jupyterlab\__pycache__\pytest_plugin.cpython-313.pyc | pytest_plugin.cpython-313.pyc | Other | 5,222 | 0.95 | 0.027027 | 0.014493 | node-utils | 582 | 2024-05-26T05:13:32.997726 | Apache-2.0 | true | 3dfd93c343ba27ff290941ccfd0d4139 |
\n\n | .venv\Lib\site-packages\jupyterlab\__pycache__\semver.cpython-313.pyc | semver.cpython-313.pyc | Other | 42,916 | 0.95 | 0 | 0.008696 | react-lib | 803 | 2024-01-28T22:59:24.903502 | MIT | false | 947f6ffe85da2d84daeed8dadda77db1 |
\n\n | .venv\Lib\site-packages\jupyterlab\__pycache__\serverextension.cpython-313.pyc | serverextension.cpython-313.pyc | Other | 2,339 | 0.8 | 0 | 0 | awesome-app | 647 | 2024-06-08T19:08:39.983369 | Apache-2.0 | false | e8efba4dcb492caa26feba3b1354f6aa |
\n\n | .venv\Lib\site-packages\jupyterlab\__pycache__\upgrade_extension.cpython-313.pyc | upgrade_extension.cpython-313.pyc | Other | 14,085 | 0.95 | 0.014085 | 0.015267 | vue-tools | 165 | 2025-04-18T01:16:44.289064 | Apache-2.0 | false | 8975523cbd48c771adc9ab39a882a7a5 |
\n\n | .venv\Lib\site-packages\jupyterlab\__pycache__\utils.cpython-313.pyc | utils.cpython-313.pyc | Other | 3,071 | 0.95 | 0.15 | 0 | react-lib | 944 | 2024-03-12T14:49:22.834713 | GPL-3.0 | false | 86315bc4e4f661d114a3e31886d6d3f8 |
\n\n | .venv\Lib\site-packages\jupyterlab\__pycache__\_version.cpython-313.pyc | _version.cpython-313.pyc | Other | 864 | 0.8 | 0 | 0 | react-lib | 734 | 2023-09-20T07:06:02.128323 | Apache-2.0 | false | 3d133cc0ff40f090cce87772d0078711 |
\n\n | .venv\Lib\site-packages\jupyterlab\__pycache__\__init__.cpython-313.pyc | __init__.cpython-313.pyc | Other | 852 | 0.8 | 0.111111 | 0 | python-kit | 971 | 2024-07-13T00:34:48.010440 | GPL-3.0 | false | da47c21d7f70c4ceb9754601375a98fc |
\n\n | .venv\Lib\site-packages\jupyterlab\__pycache__\__main__.cpython-313.pyc | __main__.cpython-313.pyc | Other | 318 | 0.7 | 0 | 0 | react-lib | 5 | 2023-08-12T01:22:15.728431 | GPL-3.0 | false | 1bf9b8844a93a514b47913e97e6f3a2a |
[console_scripts]\njlpm = jupyterlab.jlpmapp:main\njupyter-lab = jupyterlab.labapp:main\njupyter-labextension = jupyterlab.labextensions:main\njupyter-labhub = jupyterlab.labhubapp:main\n\n[jupyterlab.extension_manager_v1]\npypi = jupyterlab.extensions:get_pypi_manager\nreadonly = jupyterlab.extensions:get_readonly_man... | .venv\Lib\site-packages\jupyterlab-4.4.4.dist-info\entry_points.txt | entry_points.txt | Other | 317 | 0.7 | 0 | 0 | node-utils | 413 | 2025-03-19T17:24:06.494653 | GPL-3.0 | false | 65fe7a88a6f900ee6855655731f1701d |
pip\n | .venv\Lib\site-packages\jupyterlab-4.4.4.dist-info\INSTALLER | INSTALLER | Other | 4 | 0.5 | 0 | 0 | vue-tools | 414 | 2025-05-14T23:44:13.899683 | BSD-3-Clause | false | 365c9bfeb7d89244f2ce01c1de44cb85 |
Metadata-Version: 2.4\nName: jupyterlab\nVersion: 4.4.4\nSummary: JupyterLab computational environment\nProject-URL: Homepage, https://jupyter.org\nProject-URL: Changelog, https://jupyterlab.readthedocs.io/en/stable/getting_started/changelog.html\nProject-URL: Documentation, https://jupyterlab.readthedocs.io\nProject-U... | .venv\Lib\site-packages\jupyterlab-4.4.4.dist-info\METADATA | METADATA | Other | 16,781 | 0.95 | 0.03871 | 0.08502 | react-lib | 947 | 2024-11-25T11:02:16.446832 | Apache-2.0 | false | 3fa020cbc1d65808eef7b32fe0c12250 |
Wheel-Version: 1.0\nGenerator: hatchling 1.27.0\nRoot-Is-Purelib: true\nTag: py3-none-any\n | .venv\Lib\site-packages\jupyterlab-4.4.4.dist-info\WHEEL | WHEEL | Other | 87 | 0.5 | 0 | 0 | node-utils | 223 | 2024-06-02T21:10:30.286936 | GPL-3.0 | false | e2fcb0ad9ea59332c808928b4b439e7a |
Copyright (c) 2015-2025 Project Jupyter Contributors\nAll rights reserved.\n\nRedistribution and use in source and binary forms, with or without\nmodification, are permitted provided that the following conditions are met:\n\n1. Redistributions of source code must retain the above copyright notice, this\n list of cond... | .venv\Lib\site-packages\jupyterlab-4.4.4.dist-info\licenses\LICENSE | LICENSE | Other | 1,707 | 0.8 | 0.030303 | 0 | awesome-app | 990 | 2025-05-12T14:29:11.468245 | MIT | false | e227bf2f558d10211ecd57e0edd4128b |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.