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
Wheel-Version: 1.0\nGenerator: hatchling 1.27.0\nRoot-Is-Purelib: true\nTag: py3-none-any\n
.venv\Lib\site-packages\jsonschema-4.24.0.dist-info\WHEEL
WHEEL
Other
87
0.5
0
0
vue-tools
437
2024-11-06T19:28:05.325181
BSD-3-Clause
false
e2fcb0ad9ea59332c808928b4b439e7a
Copyright (c) 2013 Julian Berman\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the "Software"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute,...
.venv\Lib\site-packages\jsonschema-4.24.0.dist-info\licenses\COPYING
COPYING
Other
1,057
0.7
0
0
awesome-app
288
2024-03-09T07:23:32.808900
BSD-3-Clause
false
7a60a81c146ec25599a3e1dabb8610a8
"""\nLoad all the JSON Schema specification's official schemas.\n"""\n\nimport json\n\ntry:\n from importlib.resources import files\nexcept ImportError:\n from importlib_resources import ( # type: ignore[import-not-found, no-redef]\n files,\n )\n\nfrom referencing import Resource\n\n\ndef _schemas():\n...
.venv\Lib\site-packages\jsonschema_specifications\_core.py
_core.py
Python
1,140
0.95
0.210526
0.21875
vue-tools
167
2025-02-15T11:32:35.216667
Apache-2.0
false
4c08cd042d3545986308d1d1a5b84112
"""\nThe JSON Schema meta-schemas and vocabularies, exposed as a Registry.\n"""\n\nfrom referencing.jsonschema import EMPTY_REGISTRY as _EMPTY_REGISTRY\n\nfrom jsonschema_specifications._core import _schemas\n\n#: A `referencing.jsonschema.SchemaRegistry` containing all of the official\n#: meta-schemas and vocabularies...
.venv\Lib\site-packages\jsonschema_specifications\__init__.py
__init__.py
Python
386
0.95
0
0.222222
awesome-app
98
2024-03-03T23:34:14.502829
MIT
false
5b3bdaa5a2c92d477f3be181fb52b468
{\n "$schema": "https://json-schema.org/draft/2019-09/schema",\n "$id": "https://json-schema.org/draft/2019-09/schema",\n "$vocabulary": {\n "https://json-schema.org/draft/2019-09/vocab/core": true,\n "https://json-schema.org/draft/2019-09/vocab/applicator": true,\n "https://json-schema.or...
.venv\Lib\site-packages\jsonschema_specifications\schemas\draft201909\metaschema.json
metaschema.json
JSON
1,785
0.8
0
0
vue-tools
985
2024-07-28T22:58:26.419949
MIT
false
235e1fd47201b751194d9e8e90969ce4
{\n "$schema": "https://json-schema.org/draft/2019-09/schema",\n "$id": "https://json-schema.org/draft/2019-09/meta/applicator",\n "$vocabulary": {\n "https://json-schema.org/draft/2019-09/vocab/applicator": true\n },\n "$recursiveAnchor": true,\n\n "title": "Applicator vocabulary meta-schema",...
.venv\Lib\site-packages\jsonschema_specifications\schemas\draft201909\vocabularies\applicator
applicator
Other
1,860
0.8
0.017857
0
node-utils
153
2025-04-12T13:15:27.718069
MIT
false
74ec232bee85da963da939e85ec93bc2
{\n "$schema": "https://json-schema.org/draft/2019-09/schema",\n "$id": "https://json-schema.org/draft/2019-09/meta/content",\n "$vocabulary": {\n "https://json-schema.org/draft/2019-09/vocab/content": true\n },\n "$recursiveAnchor": true,\n\n "title": "Content vocabulary meta-schema",\n\n "...
.venv\Lib\site-packages\jsonschema_specifications\schemas\draft201909\vocabularies\content
content
Other
517
0.8
0
0
python-kit
450
2023-12-31T14:55:54.984303
Apache-2.0
false
60426b7e6507c82530f9e07b682a3bb3
{\n "$schema": "https://json-schema.org/draft/2019-09/schema",\n "$id": "https://json-schema.org/draft/2019-09/meta/core",\n "$vocabulary": {\n "https://json-schema.org/draft/2019-09/vocab/core": true\n },\n "$recursiveAnchor": true,\n\n "title": "Core vocabulary meta-schema",\n "type": ["ob...
.venv\Lib\site-packages\jsonschema_specifications\schemas\draft201909\vocabularies\core
core
Other
1,531
0.8
0
0
python-kit
566
2024-08-25T01:32:56.435218
Apache-2.0
false
35650e351720b49a00ed347ef4f4c55c
{\n "$schema": "https://json-schema.org/draft/2019-09/schema",\n "$id": "https://json-schema.org/draft/2019-09/meta/meta-data",\n "$vocabulary": {\n "https://json-schema.org/draft/2019-09/vocab/meta-data": true\n },\n "$recursiveAnchor": true,\n\n "title": "Meta-data vocabulary meta-schema",\n\...
.venv\Lib\site-packages\jsonschema_specifications\schemas\draft201909\vocabularies\meta-data
meta-data
Other
892
0.8
0
0
vue-tools
398
2025-03-15T15:58:21.153168
BSD-3-Clause
false
bdc019759545600a29aa9dc8f25ef478
{\n "$schema": "https://json-schema.org/draft/2019-09/schema",\n "$id": "https://json-schema.org/draft/2019-09/meta/validation",\n "$vocabulary": {\n "https://json-schema.org/draft/2019-09/vocab/validation": true\n },\n "$recursiveAnchor": true,\n\n "title": "Validation vocabulary meta-schema",...
.venv\Lib\site-packages\jsonschema_specifications\schemas\draft201909\vocabularies\validation
validation
Other
2,834
0.95
0
0
python-kit
927
2025-04-10T16:47:23.775749
BSD-3-Clause
false
7ed4eb0cec0a88cc0f02055c17f30dbf
{\n "$schema": "https://json-schema.org/draft/2020-12/schema",\n "$id": "https://json-schema.org/draft/2020-12/schema",\n "$vocabulary": {\n "https://json-schema.org/draft/2020-12/vocab/core": true,\n "https://json-schema.org/draft/2020-12/vocab/applicator": true,\n "https://json-schema.or...
.venv\Lib\site-packages\jsonschema_specifications\schemas\draft202012\metaschema.json
metaschema.json
JSON
2,452
0.8
0
0
react-lib
525
2023-12-20T16:44:30.165267
MIT
false
e32920982620b2b43803dc82d4640b50
{\n "$schema": "https://json-schema.org/draft/2020-12/schema",\n "$id": "https://json-schema.org/draft/2020-12/meta/applicator",\n "$vocabulary": {\n "https://json-schema.org/draft/2020-12/vocab/applicator": true\n },\n "$dynamicAnchor": "meta",\n\n "title": "Applicator vocabulary meta-schema",...
.venv\Lib\site-packages\jsonschema_specifications\schemas\draft202012\vocabularies\applicator
applicator
Other
1,659
0.8
0.020833
0
python-kit
72
2024-11-29T07:45:26.804327
Apache-2.0
false
c178f101765fde917dae76b60cf9052d
{\n "$schema": "https://json-schema.org/draft/2020-12/schema",\n "$id": "https://json-schema.org/draft/2020-12/meta/content",\n "$vocabulary": {\n "https://json-schema.org/draft/2020-12/vocab/content": true\n },\n "$dynamicAnchor": "meta",\n\n "title": "Content vocabulary meta-schema",\n\n "...
.venv\Lib\site-packages\jsonschema_specifications\schemas\draft202012\vocabularies\content
content
Other
519
0.8
0
0
vue-tools
965
2024-05-20T23:24:39.847729
BSD-3-Clause
false
124a8d6b03706e9bd50c67dc644dbd5a
{\n "$schema": "https://json-schema.org/draft/2020-12/schema",\n "$id": "https://json-schema.org/draft/2020-12/meta/core",\n "$vocabulary": {\n "https://json-schema.org/draft/2020-12/vocab/core": true\n },\n "$dynamicAnchor": "meta",\n\n "title": "Core vocabulary meta-schema",\n "type": ["ob...
.venv\Lib\site-packages\jsonschema_specifications\schemas\draft202012\vocabularies\core
core
Other
1,564
0.8
0
0
react-lib
247
2024-07-12T11:24:11.636006
GPL-3.0
false
e06f59822cd4fd907446aa74491f1390
{\n "$schema": "https://json-schema.org/draft/2019-09/schema",\n "$id": "https://json-schema.org/draft/2019-09/meta/format",\n "$vocabulary": {\n "https://json-schema.org/draft/2019-09/vocab/format": true\n },\n "$recursiveAnchor": true,\n\n "title": "Format vocabulary meta-schema",\n "type"...
.venv\Lib\site-packages\jsonschema_specifications\schemas\draft202012\vocabularies\format
format
Other
403
0.8
0
0
node-utils
249
2023-11-17T16:14:13.007113
Apache-2.0
false
609bdba1222b2fd9826e4be32f675da7
{\n "$schema": "https://json-schema.org/draft/2020-12/schema",\n "$id": "https://json-schema.org/draft/2020-12/meta/format-annotation",\n "$vocabulary": {\n "https://json-schema.org/draft/2020-12/vocab/format-annotation": true\n },\n "$dynamicAnchor": "meta",\n\n "title": "Format vocabulary met...
.venv\Lib\site-packages\jsonschema_specifications\schemas\draft202012\vocabularies\format-annotation
format-annotation
Other
448
0.8
0.071429
0
awesome-app
37
2024-12-13T14:11:47.931073
GPL-3.0
false
2bf9dc2bfc4b90f71ce59c447d284f12
{\n "$schema": "https://json-schema.org/draft/2020-12/schema",\n "$id": "https://json-schema.org/draft/2020-12/meta/format-assertion",\n "$vocabulary": {\n "https://json-schema.org/draft/2020-12/vocab/format-assertion": true\n },\n "$dynamicAnchor": "meta",\n\n "title": "Format vocabulary meta-...
.venv\Lib\site-packages\jsonschema_specifications\schemas\draft202012\vocabularies\format-assertion
format-assertion
Other
445
0.8
0.071429
0
python-kit
577
2024-04-06T04:58:44.470904
GPL-3.0
false
8779aa21bc11ff9f97d4c69c423164c8
{\n "$schema": "https://json-schema.org/draft/2020-12/schema",\n "$id": "https://json-schema.org/draft/2020-12/meta/meta-data",\n "$vocabulary": {\n "https://json-schema.org/draft/2020-12/vocab/meta-data": true\n },\n "$dynamicAnchor": "meta",\n\n "title": "Meta-data vocabulary meta-schema",\n\...
.venv\Lib\site-packages\jsonschema_specifications\schemas\draft202012\vocabularies\meta-data
meta-data
Other
892
0.8
0
0
vue-tools
4
2023-08-09T22:03:06.921483
BSD-3-Clause
false
578b61c618cfa4f5bb534fc14b64940a
{\n "$schema": "https://json-schema.org/draft/2020-12/schema",\n "$id": "https://json-schema.org/draft/2020-12/meta/unevaluated",\n "$vocabulary": {\n "https://json-schema.org/draft/2020-12/vocab/unevaluated": true\n },\n "$dynamicAnchor": "meta",\n\n "title": "Unevaluated applicator vocabulary...
.venv\Lib\site-packages\jsonschema_specifications\schemas\draft202012\vocabularies\unevaluated
unevaluated
Other
506
0.8
0
0
node-utils
770
2025-05-29T15:07:43.953727
MIT
false
09062f1116d02e0e91c5a6d8751feeb2
{\n "$schema": "https://json-schema.org/draft/2020-12/schema",\n "$id": "https://json-schema.org/draft/2020-12/meta/validation",\n "$vocabulary": {\n "https://json-schema.org/draft/2020-12/vocab/validation": true\n },\n "$dynamicAnchor": "meta",\n\n "title": "Validation vocabulary meta-schema",...
.venv\Lib\site-packages\jsonschema_specifications\schemas\draft202012\vocabularies\validation
validation
Other
2,834
0.95
0
0
vue-tools
818
2024-09-01T18:04:56.887249
GPL-3.0
false
b72676c01d38f46795ce99a911c99417
{\n "$schema" : "http://json-schema.org/draft-03/schema#",\n "id" : "http://json-schema.org/draft-03/schema#",\n "type" : "object",\n\n "properties" : {\n "type" : {\n "type" : ["string", "array"],\n "items" : {\n "type" : ["string", {"$ref" : "#"}]\n },\n "uniqueItems" : true,\n "default" : "any"\n },\n...
.venv\Lib\site-packages\jsonschema_specifications\schemas\draft3\metaschema.json
metaschema.json
JSON
2,600
0.95
0
0
vue-tools
262
2025-04-16T16:43:52.266911
BSD-3-Clause
false
4b0afa89e7c7873a44045691cc22f1f9
{\n "id": "http://json-schema.org/draft-04/schema#",\n "$schema": "http://json-schema.org/draft-04/schema#",\n "description": "Core schema meta-schema",\n "definitions": {\n "schemaArray": {\n "type": "array",\n "minItems": 1,\n "items": { "$ref": "#" }\n },\n ...
.venv\Lib\site-packages\jsonschema_specifications\schemas\draft4\metaschema.json
metaschema.json
JSON
4,357
0.95
0
0
vue-tools
785
2024-12-15T07:53:26.762067
BSD-3-Clause
false
c6be0c4792c7455a526f0e0cc9eb7d25
{\n "$schema": "http://json-schema.org/draft-06/schema#",\n "$id": "http://json-schema.org/draft-06/schema#",\n "title": "Core schema meta-schema",\n "definitions": {\n "schemaArray": {\n "type": "array",\n "minItems": 1,\n "items": { "$ref": "#" }\n },\n ...
.venv\Lib\site-packages\jsonschema_specifications\schemas\draft6\metaschema.json
metaschema.json
JSON
4,437
0.95
0
0
react-lib
389
2023-07-24T16:30:09.387745
MIT
false
f46ac1267d2110f8f9e22b419be0b421
{\n "$schema": "http://json-schema.org/draft-07/schema#",\n "$id": "http://json-schema.org/draft-07/schema#",\n "title": "Core schema meta-schema",\n "definitions": {\n "schemaArray": {\n "type": "array",\n "minItems": 1,\n "items": { "$ref": "#" }\n },\n ...
.venv\Lib\site-packages\jsonschema_specifications\schemas\draft7\metaschema.json
metaschema.json
JSON
4,819
0.95
0.006024
0
node-utils
653
2025-07-01T22:32:10.030652
BSD-3-Clause
false
bacf2806af4fea75ccd6abe8c8444722
\n\n
.venv\Lib\site-packages\jsonschema_specifications\tests\__pycache__\test_jsonschema_specifications.cpython-313.pyc
test_jsonschema_specifications.cpython-313.pyc
Other
1,952
0.8
0.043478
0
react-lib
631
2023-07-22T11:55:30.221171
Apache-2.0
true
d904c3ea14f13bcc55fbf1256a3194a5
\n\n
.venv\Lib\site-packages\jsonschema_specifications\tests\__pycache__\__init__.cpython-313.pyc
__init__.cpython-313.pyc
Other
206
0.7
0
0
react-lib
48
2023-08-31T05:35:09.491794
MIT
true
5ec69562ad885d413addcd0936a050aa
\n\n
.venv\Lib\site-packages\jsonschema_specifications\__pycache__\_core.cpython-313.pyc
_core.cpython-313.pyc
Other
1,506
0.95
0
0
node-utils
60
2023-09-20T19:15:39.890612
Apache-2.0
false
e70446cad7cbb8ff3417fd3c4e4348c0
\n\n
.venv\Lib\site-packages\jsonschema_specifications\__pycache__\__init__.cpython-313.pyc
__init__.cpython-313.pyc
Other
555
0.7
0
0
react-lib
448
2023-10-24T18:04:20.236372
MIT
false
199ece987ed935d28cb5634617b7c370
pip\n
.venv\Lib\site-packages\jsonschema_specifications-2025.4.1.dist-info\INSTALLER
INSTALLER
Other
4
0.5
0
0
react-lib
659
2024-01-02T22:02:28.023872
BSD-3-Clause
false
365c9bfeb7d89244f2ce01c1de44cb85
Metadata-Version: 2.4\nName: jsonschema-specifications\nVersion: 2025.4.1\nSummary: The JSON Schema meta-schemas and vocabularies, exposed as a Registry\nProject-URL: Documentation, https://jsonschema-specifications.readthedocs.io/\nProject-URL: Homepage, https://github.com/python-jsonschema/jsonschema-specifications\n...
.venv\Lib\site-packages\jsonschema_specifications-2025.4.1.dist-info\METADATA
METADATA
Other
2,907
0.8
0.018519
0
vue-tools
728
2025-04-15T19:30:58.474924
MIT
false
ab6600b634f0a579f1e5e374cd01ea0b
jsonschema_specifications-2025.4.1.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4\njsonschema_specifications-2025.4.1.dist-info/METADATA,sha256=O5aSPJh5x5sRBhPXC-mW3OVQ7F8cSiVjwv7ZPOSOKcA,2907\njsonschema_specifications-2025.4.1.dist-info/RECORD,,\njsonschema_specifications-2025.4.1.dist-info/...
.venv\Lib\site-packages\jsonschema_specifications-2025.4.1.dist-info\RECORD
RECORD
Other
3,656
0.7
0
0
node-utils
238
2024-02-29T23:47:06.569295
MIT
false
dbfcff51710600e37eca34f7a40d6a68
Wheel-Version: 1.0\nGenerator: hatchling 1.27.0\nRoot-Is-Purelib: true\nTag: py3-none-any\n
.venv\Lib\site-packages\jsonschema_specifications-2025.4.1.dist-info\WHEEL
WHEEL
Other
87
0.5
0
0
node-utils
938
2025-03-15T13:01:31.559549
Apache-2.0
false
e2fcb0ad9ea59332c808928b4b439e7a
Copyright (c) 2022 Julian Berman\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the "Software"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute,...
.venv\Lib\site-packages\jsonschema_specifications-2025.4.1.dist-info\licenses\COPYING
COPYING
Other
1,057
0.7
0
0
node-utils
342
2023-11-08T16:21:01.595485
Apache-2.0
false
93eb9740964b59e9ba30281255b044e2
pip\n
.venv\Lib\site-packages\jupyter-1.1.1.dist-info\INSTALLER
INSTALLER
Other
4
0.5
0
0
python-kit
430
2025-01-04T21:36:12.376876
BSD-3-Clause
false
365c9bfeb7d89244f2ce01c1de44cb85
BSD 3-Clause License\n\nCopyright (c) 2017, 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\n* Redistributions of source code must retain the above copyright notice, th...
.venv\Lib\site-packages\jupyter-1.1.1.dist-info\LICENSE
LICENSE
Other
1,527
0.7
0
0.130435
python-kit
490
2024-06-27T01:49:30.328642
GPL-3.0
false
975d30491bde5b96de31dc2f90e49d15
Metadata-Version: 2.1\nName: jupyter\nVersion: 1.1.1\nSummary: Jupyter metapackage. Install all the Jupyter components in one go.\nHome-page: https://jupyter.org\nAuthor: Jupyter Development Team\nAuthor-email: jupyter@googlegroups.org\nLicense: BSD\nClassifier: Intended Audience :: Developers\nClassifier: Intended Aud...
.venv\Lib\site-packages\jupyter-1.1.1.dist-info\METADATA
METADATA
Other
1,964
0.8
0.074074
0.044444
vue-tools
106
2025-04-06T13:48:19.519778
Apache-2.0
false
660d5a27c890de447b1095613eeaa7b7
jupyter-1.1.1.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4\njupyter-1.1.1.dist-info/LICENSE,sha256=G585Vdz5wjWxDBaMygm4jB8q35kqDcExIEgtkwN2Aqw,1527\njupyter-1.1.1.dist-info/METADATA,sha256=XtQTyw4lmoiUiiG-jF1ZiIVhbOpKpqyHV8RYs5Tw8ek,1964\njupyter-1.1.1.dist-info/RECORD,,\njupyter-1.1.1.dist-...
.venv\Lib\site-packages\jupyter-1.1.1.dist-info\RECORD
RECORD
Other
567
0.7
0
0
react-lib
5
2024-10-04T09:33:27.212783
GPL-3.0
false
9ad01a55b81988933d828c2b7937b355
Wheel-Version: 1.0\nGenerator: setuptools (74.0.0)\nRoot-Is-Purelib: true\nTag: py2-none-any\nTag: py3-none-any\n\n
.venv\Lib\site-packages\jupyter-1.1.1.dist-info\WHEEL
WHEEL
Other
109
0.7
0
0
vue-tools
794
2023-12-04T09:14:36.493549
BSD-3-Clause
false
d9621354198566cabdf4e9f81e8a76c1
/*\n * Copyright (c) Jupyter Development Team.\n * Distributed under the terms of the Modified BSD License.\n */\n\nconst playwright = require('playwright');\nconst path = require('path');\nconst fs = require('fs');\n\n// eslint-disable-next-line no-redeclare\nconst URL = process.argv[2];\nconst BROWSER_VAR = 'JLAB_BRO...
.venv\Lib\site-packages\jupyterlab\browser-test.js
browser-test.js
JavaScript
3,176
0.95
0.159664
0.092784
vue-tools
59
2024-08-04T06:19:36.188771
MIT
true
ca3a6e8b453c02c3b65c8089c4774bb3
"""A mixin for adding a debug log file."""\n\n# Copyright (c) Jupyter Development Team.\n# Distributed under the terms of the Modified BSD License.\n\nimport contextlib\nimport logging\nimport os\nimport sys\nimport tempfile\nimport traceback\nimport warnings\n\nfrom traitlets import Unicode\nfrom traitlets.config impo...
.venv\Lib\site-packages\jupyterlab\debuglog.py
debuglog.py
Python
2,229
0.95
0.19697
0.071429
awesome-app
272
2024-12-09T14:14:15.809583
Apache-2.0
false
37f870f143077adfff34949d523d8eaf
"""Jupyter LabExtension Entry Points."""\n\n# Copyright (c) Jupyter Development Team.\n# Distributed under the terms of the Modified BSD License.\n\nimport os\nimport sys\nfrom copy import copy\n\nfrom jupyter_core.application import JupyterApp, base_aliases, base_flags\nfrom traitlets import Bool, Instance, List, Unic...
.venv\Lib\site-packages\jupyterlab\labextensions.py
labextensions.py
Python
20,039
0.95
0.110368
0.012371
react-lib
495
2024-09-23T21:21:54.898962
BSD-3-Clause
false
f613e0e58c697747a504cc44b87a20a6
"""A JupyterHub EntryPoint that defaults to use JupyterLab"""\n\n# Copyright (c) Jupyter Development Team.\n# Distributed under the terms of the Modified BSD License.\n\nimport os\n\nfrom jupyter_server.serverapp import ServerApp\nfrom traitlets import default\n\nfrom .labapp import LabApp\n\nif not os.environ.get("JUP...
.venv\Lib\site-packages\jupyterlab\labhubapp.py
labhubapp.py
Python
1,324
0.95
0.177778
0.129032
react-lib
965
2024-10-13T00:45:49.554384
Apache-2.0
false
ac0644dab69c9ea796ceeadfd4304d57
/*\n * Copyright (c) Jupyter Development Team.\n * Distributed under the terms of the Modified BSD License.\n */\n\nconst pkg = require('./staging/package.json');\n\nfunction parser(part) {\n return parseInt(part, 10);\n}\n\nconst engine = pkg.engines.node.replace('>=', '');\nconst eparts = engine.split('.').map(parse...
.venv\Lib\site-packages\jupyterlab\node-version-check.js
node-version-check.js
JavaScript
732
0.95
0.153846
0.172414
python-kit
87
2024-02-17T09:43:34.051914
BSD-3-Clause
false
2a8f9a10cbdbe73e8473a2c4d9222528
# Copyright (c) Jupyter Development Team.\n# Distributed under the terms of the Modified BSD License.\n\nimport urllib.parse\n\nimport pytest\nfrom jupyter_server.utils import url_path_join\nfrom jupyterlab_server import LabConfig\nfrom tornado.escape import url_escape\nfrom traitlets import Unicode\n\nfrom jupyterlab....
.venv\Lib\site-packages\jupyterlab\pytest_plugin.py
pytest_plugin.py
Python
3,590
0.95
0.087719
0.075269
vue-tools
345
2024-01-22T05:53:54.230510
GPL-3.0
true
d57d8925c231ef434c37931118b96084
# Copyright (c) Jupyter Development Team.\n# Distributed under the terms of the Modified BSD License.\n\nfrom jupyter_server.utils import url_path_join\nfrom tornado.web import RedirectHandler\n\n\ndef load_jupyter_server_extension(serverapp):\n from .labapp import LabApp\n\n """Temporary server extension shim wh...
.venv\Lib\site-packages\jupyterlab\serverextension.py
serverextension.py
Python
2,517
0.95
0.014085
0.029851
awesome-app
605
2025-03-12T17:53:42.581484
Apache-2.0
false
132c27e80b8cc270ec95b458763bd164
# Copyright (c) Jupyter Development Team.\n# Distributed under the terms of the Modified BSD License.\n\nfrom collections import namedtuple\n\nVersionInfo = namedtuple("VersionInfo", ["major", "minor", "micro", "releaselevel", "serial"])\n\n# DO NOT EDIT THIS DIRECTLY! It is managed by bumpversion\nversion_info = Vers...
.venv\Lib\site-packages\jupyterlab\_version.py
_version.py
Python
677
0.95
0.045455
0.176471
vue-tools
337
2025-06-06T23:17:12.529419
BSD-3-Clause
false
3d8d6cc95e3eb624dd014d18f4120c4f
"""Server extension for JupyterLab."""\n\n# Copyright (c) Jupyter Development Team.\n# Distributed under the terms of the Modified BSD License.\n\nfrom ._version import __version__ # noqa\nfrom .serverextension import load_jupyter_server_extension # noqa\nfrom .handlers.announcements import (\n CheckForUpdate, # ...
.venv\Lib\site-packages\jupyterlab\__init__.py
__init__.py
Python
589
0.95
0.136364
0.133333
react-lib
704
2023-11-13T08:40:43.378329
BSD-3-Clause
false
b55f8c7c2f37cbdd6efe5123fafbd2c1
# Copyright (c) Jupyter Development Team.\n# Distributed under the terms of the Modified BSD License.\n\nimport sys\n\nfrom jupyterlab.labapp import main\n\nsys.exit(main())\n
.venv\Lib\site-packages\jupyterlab\__main__.py
__main__.py
Python
167
0.95
0
0.4
python-kit
486
2023-09-21T04:38:29.428853
MIT
false
c23d73d8babadd0a69b36b9b97393f98
"""Extension manager without installation capabilities."""\n\n# Copyright (c) Jupyter Development Team.\n# Distributed under the terms of the Modified BSD License.\n\nimport sys\nfrom typing import Optional\n\nfrom jupyterlab_server.translation_utils import translator\n\nfrom .manager import ActionResult, ExtensionMana...
.venv\Lib\site-packages\jupyterlab\extensions\readonly.py
readonly.py
Python
2,823
0.95
0.134146
0.030769
awesome-app
628
2023-10-09T09:40:18.612742
BSD-3-Clause
false
d69ddcd9111cf6dac022d728de96fa3b
"""Extension manager for JupyterLab."""\n\n# Copyright (c) Jupyter Development Team.\n# Distributed under the terms of the Modified BSD License.\n\nimport sys\nfrom typing import Optional\n\nfrom traitlets.config import Configurable\n\nfrom .manager import ActionResult, ExtensionManager, ExtensionPackage # noqa: F401\...
.venv\Lib\site-packages\jupyterlab\extensions\__init__.py
__init__.py
Python
1,382
0.95
0.108696
0.151515
python-kit
857
2024-09-24T09:22:36.945674
MIT
false
6a24d71982b297dd341ae6b6f77b833c
\n\n
.venv\Lib\site-packages\jupyterlab\extensions\__pycache__\manager.cpython-313.pyc
manager.cpython-313.pyc
Other
32,900
0.95
0.035354
0
vue-tools
626
2025-05-06T05:39:17.249420
BSD-3-Clause
false
f6710531e2ce98b3566c635a93d4a57c
\n\n
.venv\Lib\site-packages\jupyterlab\extensions\__pycache__\pypi.cpython-313.pyc
pypi.cpython-313.pyc
Other
28,903
0.95
0.021341
0.016447
python-kit
482
2023-12-07T06:18:40.871715
GPL-3.0
false
3a3f5064fc82d49696008ff90761dd13
\n\n
.venv\Lib\site-packages\jupyterlab\extensions\__pycache__\readonly.cpython-313.pyc
readonly.cpython-313.pyc
Other
3,667
0.95
0.068493
0
python-kit
357
2023-12-03T20:22:32.719944
BSD-3-Clause
false
5a2d4462519942d454e1092144b1a935
\n\n
.venv\Lib\site-packages\jupyterlab\extensions\__pycache__\__init__.cpython-313.pyc
__init__.cpython-313.pyc
Other
1,564
0.95
0.0625
0
python-kit
84
2024-04-08T23:42:13.703327
GPL-3.0
false
bd188b218e34a7a84ff8ceac2370ff29
# Copyright (c) Jupyter Development Team.\n# Distributed under the terms of the Modified BSD License.\n\nimport getpass\nimport os\nfrom pathlib import Path\nfrom tempfile import NamedTemporaryFile, mkdtemp\n\n\ndef configure_jupyter_server(c):\n """Helper to configure the Jupyter Server for integration testing\n ...
.venv\Lib\site-packages\jupyterlab\galata\__init__.py
__init__.py
Python
1,719
0.95
0.085106
0.189189
node-utils
454
2023-08-07T15:18:10.898835
GPL-3.0
false
379a59b8f840413b51de291f6552ab75
/* This is a generated file of CSS imports */\n/* It was generated by @jupyterlab/builder in Build.ensureAssets() */\n\n\n
.venv\Lib\site-packages\jupyterlab\galata\@jupyterlab\galata-extension\static\style.js
style.js
JavaScript
118
0.95
0
1
python-kit
609
2025-02-10T22:48:38.282023
Apache-2.0
false
8259c5c9dd06dde49a5e3abaad871e37
\n\n
.venv\Lib\site-packages\jupyterlab\galata\__pycache__\__init__.cpython-313.pyc
__init__.cpython-313.pyc
Other
2,331
0.8
0.05
0
python-kit
817
2024-04-23T05:39:45.162980
GPL-3.0
false
cfb9f6bc4f5eb2cdbe3ac8bf06790e9b
"""Tornado handlers for frontend config storage."""\n\n# Copyright (c) Jupyter Development Team.\n# Distributed under the terms of the Modified BSD License.\nimport json\nfrom concurrent.futures import ThreadPoolExecutor\nfrom threading import Event\n\nfrom jupyter_server.base.handlers import APIHandler\nfrom jupyter_s...
.venv\Lib\site-packages\jupyterlab\handlers\build_handler.py
build_handler.py
Python
5,157
0.95
0.191358
0.021429
vue-tools
186
2023-08-04T23:48:20.526802
MIT
false
bbc3914e4307c45f47d9e7f906df6d1e
"""An error handler for JupyterLab."""\n\n# Copyright (c) Jupyter Development Team.\n# Distributed under the terms of the Modified BSD License.\n\nfrom jupyter_server.base.handlers import JupyterHandler\nfrom jupyter_server.extension.handler import ExtensionHandlerMixin\nfrom tornado import web\n\nTEMPLATE = """\n<!DOC...
.venv\Lib\site-packages\jupyterlab\handlers\error_handler.py
error_handler.py
Python
831
0.95
0.151515
0.074074
react-lib
508
2024-05-14T06:25:34.378041
MIT
false
7ee31c9d08b0c0bf4392abcb13f0d950
"""Tornado handlers for plugin management."""\n\n# Copyright (c) Jupyter Development Team.\n# Distributed under the terms of the Modified BSD License.\n\nimport dataclasses\nimport json\n\nfrom jupyter_server.base.handlers import APIHandler\nfrom tornado import web\n\nfrom jupyterlab.extensions.manager import PluginMan...
.venv\Lib\site-packages\jupyterlab\handlers\plugin_manager_handler.py
plugin_manager_handler.py
Python
1,915
0.95
0.15625
0.078431
vue-tools
962
2025-06-03T21:57:25.072310
GPL-3.0
false
aabcd9c9a0fafa955df71120bfe2dd65
# Copyright (c) Jupyter Development Team.\n# Distributed under the terms of the Modified BSD License.\n
.venv\Lib\site-packages\jupyterlab\handlers\__init__.py
__init__.py
Python
101
0.8
0
1
awesome-app
736
2025-05-20T16:48:37.278696
BSD-3-Clause
false
0ee034bd9ff242251929b7c26b80c455
\n\n
.venv\Lib\site-packages\jupyterlab\handlers\__pycache__\announcements.cpython-313.pyc
announcements.cpython-313.pyc
Other
12,926
0.95
0.103659
0
awesome-app
699
2024-08-05T22:27:46.058121
BSD-3-Clause
false
06c84a328fe4c5acc04c24d16f2602d3
\n\n
.venv\Lib\site-packages\jupyterlab\handlers\__pycache__\build_handler.cpython-313.pyc
build_handler.cpython-313.pyc
Other
8,448
0.8
0.012821
0
react-lib
914
2023-12-06T07:08:53.319787
BSD-3-Clause
false
5117a396e8f7e22f85eb9259c44e38f3
\n\n
.venv\Lib\site-packages\jupyterlab\handlers\__pycache__\error_handler.cpython-313.pyc
error_handler.cpython-313.pyc
Other
1,681
0.7
0.035714
0
vue-tools
960
2025-05-13T09:45:03.706962
BSD-3-Clause
false
cab80452e3e7d433c3f68d1033e05165
\n\n
.venv\Lib\site-packages\jupyterlab\handlers\__pycache__\extension_manager_handler.cpython-313.pyc
extension_manager_handler.cpython-313.pyc
Other
6,680
0.8
0.043478
0
node-utils
249
2023-09-06T04:56:50.937074
MIT
false
da993d01a839e77053eeae62868028f1
\n\n
.venv\Lib\site-packages\jupyterlab\handlers\__pycache__\plugin_manager_handler.cpython-313.pyc
plugin_manager_handler.cpython-313.pyc
Other
3,211
0.8
0.032258
0
awesome-app
528
2024-08-18T04:52:15.151273
Apache-2.0
false
fc88a1c669ab21bbec013a5025c5350f
\n\n
.venv\Lib\site-packages\jupyterlab\handlers\__pycache__\__init__.cpython-313.pyc
__init__.cpython-313.pyc
Other
194
0.7
0
0
python-kit
716
2025-04-19T23:44:26.494970
Apache-2.0
false
a3585e0f8ddbd7bcbe610854af84bcac
{\n "title": "Application Commands",\n "description": "Application commands settings.",\n "jupyter.lab.shortcuts": [\n {\n "command": "application:activate-next-tab",\n "keys": ["Ctrl Shift ]"],\n "selector": "body"\n },\n {\n "command": "application:activate-previous-tab",\n "keys"...
.venv\Lib\site-packages\jupyterlab\schemas\@jupyterlab\application-extension\commands.json
commands.json
JSON
8,726
0.8
0
0
node-utils
290
2024-06-30T16:21:22.382680
BSD-3-Clause
false
2d6681e474fd5c4e66b10b93893156b0
{\n "title": "Application Context Menu",\n "description": "JupyterLab context menu settings.",\n "jupyter.lab.setting-icon-label": "Application Context Menu",\n "jupyter.lab.shortcuts": [],\n "jupyter.lab.transform": true,\n "properties": {\n "contextMenu": {\n "title": "The application context menu.",\n ...
.venv\Lib\site-packages\jupyterlab\schemas\@jupyterlab\application-extension\context-menu.json
context-menu.json
JSON
3,379
0.95
0.016667
0
react-lib
813
2025-03-15T19:44:37.191905
Apache-2.0
false
7c04c351c0c12f8556fbd0ca023da421
{\n "name": "@jupyterlab/application-extension",\n "version": "4.4.4",\n "description": "JupyterLab - Application Extension",\n "homepage": "https://github.com/jupyterlab/jupyterlab",\n "bugs": {\n "url": "https://github.com/jupyterlab/jupyterlab/issues"\n },\n "repository": {\n "type": "git",\n "url": ...
.venv\Lib\site-packages\jupyterlab\schemas\@jupyterlab\application-extension\package.json.orig
package.json.orig
Other
1,736
0.8
0
0
python-kit
722
2024-09-11T11:00:08.072802
BSD-3-Clause
false
752e135d2c91cd2069e6e91332d9b3ae
{\n "title": "Property Inspector",\n "description": "Property Inspector Settings.",\n "jupyter.lab.menus": {\n "main": [\n {\n "id": "jp-mainmenu-view",\n "items": [\n {\n "command": "property-inspector:show-panel",\n "rank": 2\n }\n ]\n }\n ...
.venv\Lib\site-packages\jupyterlab\schemas\@jupyterlab\application-extension\property-inspector.json
property-inspector.json
JSON
543
0.7
0
0
node-utils
283
2025-01-03T13:23:44.458603
Apache-2.0
false
0518cee107964e7326a02ca8e7327e51
{\n "$schema": "http://json-schema.org/draft-07/schema",\n "title": "JupyterLab Shell",\n "description": "JupyterLab Shell layout settings.",\n "jupyter.lab.menus": {\n "context": [\n {\n "command": "sidebar:switch",\n "selector": ".jp-SideBar .lm-TabBar-tab",\n "rank": 500\n }\n ...
.venv\Lib\site-packages\jupyterlab\schemas\@jupyterlab\application-extension\shell.json
shell.json
JSON
3,036
0.8
0.020833
0
python-kit
386
2024-02-16T17:09:52.539600
BSD-3-Clause
false
5011c8dd81512174216139935aef5cf8
{\n "title": "Top Bar",\n "description": "Top Bar settings.",\n "jupyter.lab.toolbars": {\n "TopBar": [\n {\n "name": "spacer",\n "type": "spacer",\n "rank": 50\n }\n ]\n },\n "jupyter.lab.transform": true,\n "properties": {\n "toolbar": {\n "title": "Top bar items",\n...
.venv\Lib\site-packages\jupyterlab\schemas\@jupyterlab\application-extension\top-bar.json
top-bar.json
JSON
2,151
0.95
0
0
vue-tools
575
2024-10-19T09:23:33.139147
BSD-3-Clause
false
a44ce207b0e789e0e742d5d5b6039f7c
{\n "title": "Kernels",\n "description": "Kernels and kernel sessions settings",\n "jupyter.lab.setting-icon": "ui-components:kernel",\n "jupyter.lab.setting-icon-label": "Kernel",\n "additionalProperties": false,\n "properties": {\n "showStatusBarItem": {\n "type": "boolean",\n "title": "Show the st...
.venv\Lib\site-packages\jupyterlab\schemas\@jupyterlab\apputils-extension\kernels-settings.json
kernels-settings.json
JSON
935
0.7
0.037037
0
python-kit
982
2023-09-02T19:52:38.198376
GPL-3.0
false
d50387ee346766d3df2baaf5ea98450a
{\n "title": "Notifications",\n "description": "Notifications settings.",\n "jupyter.lab.setting-icon": "ui-components:bell",\n "jupyter.lab.menus": {\n "main": [\n {\n "id": "jp-mainmenu-view",\n "items": [\n {\n "type": "separator",\n "rank": 9.9\n },\...
.venv\Lib\site-packages\jupyterlab\schemas\@jupyterlab\apputils-extension\notification.json
notification.json
JSON
1,565
0.85
0.037736
0
python-kit
480
2025-03-03T03:33:15.851773
GPL-3.0
false
1df586625da456e4c405b08abf6659e8
{\n "name": "@jupyterlab/apputils-extension",\n "version": "4.4.4",\n "description": "JupyterLab - Application Utilities Extension",\n "homepage": "https://github.com/jupyterlab/jupyterlab",\n "bugs": {\n "url": "https://github.com/jupyterlab/jupyterlab/issues"\n },\n "repository": {\n "type": "git",\n ...
.venv\Lib\site-packages\jupyterlab\schemas\@jupyterlab\apputils-extension\package.json.orig
package.json.orig
Other
2,028
0.8
0
0
python-kit
975
2024-12-27T16:08:18.056045
BSD-3-Clause
false
1f1ebb6d07cff213f54fba60b10b6494
{\n "title": "Command Palette",\n "description": "Command palette settings.",\n "jupyter.lab.setting-icon": "ui-components:palette",\n "jupyter.lab.setting-icon-label": "Command Palette",\n "jupyter.lab.menus": {\n "main": [\n {\n "id": "jp-mainmenu-view",\n "items": [\n {\n ...
.venv\Lib\site-packages\jupyterlab\schemas\@jupyterlab\apputils-extension\palette.json
palette.json
JSON
936
0.7
0
0
vue-tools
818
2023-11-18T21:59:52.369321
BSD-3-Clause
false
060dc6690cd7c86830f8991b22bf2a88
{\n "title": "Print",\n "description": "Print settings.",\n "jupyter.lab.menus": {\n "main": [\n {\n "id": "jp-mainmenu-file",\n "items": [\n {\n "type": "separator",\n "rank": 98\n },\n {\n "command": "apputils:print",\n "r...
.venv\Lib\site-packages\jupyterlab\schemas\@jupyterlab\apputils-extension\print.json
print.json
JSON
563
0.7
0
0
node-utils
387
2025-03-24T06:27:25.958478
MIT
false
805043aca9462e938915a8ffc8f8f0c7
{\n "title": "HTML Sanitizer",\n "description": "HTML Sanitizer settings.",\n "jupyter.lab.setting-icon": "ui-components:html5",\n "additionalProperties": false,\n "properties": {\n "allowedSchemes": {\n "title": "Allowed URL Scheme",\n "description": "Scheme allowed by the HTML sanitizer.",\n "t...
.venv\Lib\site-packages\jupyterlab\schemas\@jupyterlab\apputils-extension\sanitizer.json
sanitizer.json
JSON
978
0.7
0
0
awesome-app
927
2023-10-28T11:19:53.422582
BSD-3-Clause
false
33385d21c4a8291b3b792f6aff273eda
{\n "title": "Kernel dialogs",\n "description": "Kernel dialogs settings.",\n "additionalProperties": false,\n "properties": {\n "skipKernelRestartDialog": {\n "title": "Skip kernel restart Dialog",\n "description": "Whether the kernel restart confirmation dialog is skipped when restarting the kernel."...
.venv\Lib\site-packages\jupyterlab\schemas\@jupyterlab\apputils-extension\sessionDialogs.json
sessionDialogs.json
JSON
395
0.7
0
0
python-kit
284
2025-02-19T15:05:01.592858
GPL-3.0
false
d1d16674c4d0d2cc2e7b68515ea8053d
{\n "title": "Theme",\n "jupyter.lab.setting-icon-label": "Theme Manager",\n "jupyter.lab.menus": {\n "main": [\n {\n "id": "jp-mainmenu-settings",\n "items": [\n {\n "type": "submenu",\n "submenu": {\n "id": "jp-mainmenu-settings-apputilstheme",\n ...
.venv\Lib\site-packages\jupyterlab\schemas\@jupyterlab\apputils-extension\themes.json
themes.json
JSON
4,575
0.8
0
0
awesome-app
496
2024-11-11T20:52:16.666698
Apache-2.0
false
60a8bd5e357b4cc13bedc81781786c47
{\n "title": "Shortcuts Help",\n "description": "Shortcut help settings.",\n "jupyter.lab.menus": {\n "main": [\n {\n "id": "jp-mainmenu-help",\n "items": [\n {\n "type": "separator",\n "rank": 0.1\n },\n {\n "command": "apputils:displ...
.venv\Lib\site-packages\jupyterlab\schemas\@jupyterlab\apputils-extension\utilityCommands.json
utilityCommands.json
JSON
694
0.7
0
0
awesome-app
358
2024-02-15T01:29:07.143245
BSD-3-Clause
false
c765adf107e56133e33cd3378922f9e7
{\n "name": "@jupyterlab/cell-toolbar-extension",\n "version": "4.4.4",\n "description": "Extension for cell toolbar adapted from jlab-enhanced-cell-toolbar",\n "homepage": "https://github.com/jupyterlab/jupyterlab",\n "bugs": {\n "url": "https://github.com/jupyterlab/jupyterlab/issues"\n },\n "repository": {...
.venv\Lib\site-packages\jupyterlab\schemas\@jupyterlab\cell-toolbar-extension\package.json.orig
package.json.orig
Other
1,443
0.8
0.018182
0
node-utils
708
2024-12-31T09:36:18.643560
MIT
false
a9ec6a70625bae2760255cc63e3b31e2
{\n "$schema": "http://json-schema.org/draft-07/schema",\n "title": "Cell Toolbar",\n "description": "Cell Toolbar Settings.",\n "jupyter.lab.toolbars": {\n "Cell": [\n {\n "name": "duplicate-cell",\n "command": "notebook:duplicate-below"\n },\n { "name": "move-cell-up", "command": "...
.venv\Lib\site-packages\jupyterlab\schemas\@jupyterlab\cell-toolbar-extension\plugin.json
plugin.json
JSON
2,724
0.95
0.019802
0
awesome-app
634
2023-12-16T23:42:27.233234
BSD-3-Clause
false
aad27da51835869e42b344a950a3a4c6
{\n "name": "@jupyterlab/celltags-extension",\n "version": "4.4.4",\n "description": "An extension for manipulating tags in cell metadata",\n "keywords": [\n "jupyter",\n "jupyterlab",\n "jupyterlab-extension"\n ],\n "homepage": "https://github.com/jupyterlab/jupyterlab",\n "bugs": {\n "url": "https:...
.venv\Lib\site-packages\jupyterlab\schemas\@jupyterlab\celltags-extension\package.json.orig
package.json.orig
Other
1,482
0.8
0.015873
0
node-utils
894
2024-11-23T10:54:35.498805
MIT
false
cf1dac7b82254e0a4c834e21744d9e81
{\n "type": "object",\n "title": "Common tools",\n "description": "Setting for the common tools",\n "jupyter.lab.metadataforms": [\n {\n "id": "commonToolsSection",\n "label": "Common tools",\n "metadataSchema": {\n "type": "object",\n "properties": {\n "/tags": {\n ...
.venv\Lib\site-packages\jupyterlab\schemas\@jupyterlab\celltags-extension\plugin.json
plugin.json
JSON
751
0.7
0.030303
0
vue-tools
978
2023-12-23T10:45:08.594217
GPL-3.0
false
c52fa419501e0b246c4418528bbcf9b2
{\n "name": "@jupyterlab/codemirror-extension",\n "version": "4.4.4",\n "description": "JupyterLab - CodeMirror Provider Extension",\n "homepage": "https://github.com/jupyterlab/jupyterlab",\n "bugs": {\n "url": "https://github.com/jupyterlab/jupyterlab/issues"\n },\n "repository": {\n "type": "git",\n ...
.venv\Lib\site-packages\jupyterlab\schemas\@jupyterlab\codemirror-extension\package.json.orig
package.json.orig
Other
1,922
0.8
0
0
python-kit
1
2025-05-05T00:48:51.217377
Apache-2.0
false
f59ad3148b4365bf483b19af7cfac774
{\n "jupyter.lab.setting-icon": "ui-components:text-editor",\n "jupyter.lab.setting-icon-label": "CodeMirror",\n "jupyter.lab.shortcuts": [\n {\n "command": "codemirror:delete-line",\n "keys": ["Accel D"],\n "selector": ".cm-content"\n },\n {\n "command": "codemirror:delete-line",\n ...
.venv\Lib\site-packages\jupyterlab\schemas\@jupyterlab\codemirror-extension\plugin.json
plugin.json
JSON
1,085
0.7
0.02381
0
python-kit
676
2024-02-02T07:09:30.358907
MIT
false
7a983d22636dda4e650d533d46665641
{\n "title": "Inline Completer",\n "description": "Inline completer settings.",\n "jupyter.lab.setting-icon": "completer:inline",\n "jupyter.lab.setting-icon-label": "Inline Completer",\n "jupyter.lab.transform": true,\n "jupyter.lab.shortcuts": [\n {\n "command": "inline-completer:next",\n "keys": [...
.venv\Lib\site-packages\jupyterlab\schemas\@jupyterlab\completer-extension\inline-completer.json
inline-completer.json
JSON
3,644
0.7
0.037736
0
node-utils
670
2025-06-23T21:29:27.163213
MIT
false
2317058da944bb7946facf7b81214aee
{\n "title": "Code Completion",\n "description": "Code Completion settings.",\n "jupyter.lab.setting-icon": "completer:widget",\n "jupyter.lab.setting-icon-label": "Code Completer",\n "jupyter.lab.transform": true,\n "properties": {\n "availableProviders": {\n "title": "Completion providers rank setting."...
.venv\Lib\site-packages\jupyterlab\schemas\@jupyterlab\completer-extension\manager.json
manager.json
JSON
1,704
0.7
0.04
0
vue-tools
692
2023-08-19T09:25:45.493317
Apache-2.0
false
a9df787fc4beb60e382335deca069e5b
{\n "name": "@jupyterlab/completer-extension",\n "version": "4.4.4",\n "description": "JupyterLab - Completer Extension",\n "homepage": "https://github.com/jupyterlab/jupyterlab",\n "bugs": {\n "url": "https://github.com/jupyterlab/jupyterlab/issues"\n },\n "repository": {\n "type": "git",\n "url": "htt...
.venv\Lib\site-packages\jupyterlab\schemas\@jupyterlab\completer-extension\package.json.orig
package.json.orig
Other
1,536
0.8
0
0
react-lib
339
2024-09-25T08:02:48.006783
Apache-2.0
false
783d924479108db53a299b840a54d8ae
{\n "title": "Console Completer",\n "description": "Console completer settings.",\n "jupyter.lab.shortcuts": [\n {\n "command": "completer:invoke-console",\n "keys": ["Tab"],\n "selector": ".jp-CodeConsole-promptCell .jp-mod-completer-enabled:not(.jp-mod-at-line-beginning)"\n }\n ],\n "propert...
.venv\Lib\site-packages\jupyterlab\schemas\@jupyterlab\console-extension\completer.json
completer.json
JSON
374
0.7
0
0
awesome-app
644
2024-03-27T11:56:59.182827
Apache-2.0
false
e9c26c87cde10b03edb636a34f308581
{\n "title": "Code Console Foreign plugin",\n "description": "Code Console Foreign plugin settings.",\n "jupyter.lab.menus": {\n "context": [\n {\n "command": "console:toggle-show-all-kernel-activity",\n "selector": ".jp-CodeConsole",\n "rank": 20\n }\n ]\n },\n "properties": {...
.venv\Lib\site-packages\jupyterlab\schemas\@jupyterlab\console-extension\foreign.json
foreign.json
JSON
365
0.7
0
0
react-lib
556
2024-09-15T09:44:07.861854
MIT
false
03f955de5d46b19f69a514e0648d18c0
{\n "name": "@jupyterlab/console-extension",\n "version": "4.4.4",\n "description": "JupyterLab - Code Console Extension",\n "homepage": "https://github.com/jupyterlab/jupyterlab",\n "bugs": {\n "url": "https://github.com/jupyterlab/jupyterlab/issues"\n },\n "repository": {\n "type": "git",\n "url": "ht...
.venv\Lib\site-packages\jupyterlab\schemas\@jupyterlab\console-extension\package.json.orig
package.json.orig
Other
1,821
0.8
0
0
vue-tools
345
2024-12-22T12:28:56.693541
BSD-3-Clause
false
c5e6b286ab7c0bf207a6f67543883603
{\n "title": "Code Console",\n "description": "Code Console settings.",\n "jupyter.lab.setting-icon": "ui-components:console",\n "jupyter.lab.setting-icon-label": "Code Console Settings",\n "jupyter.lab.menus": {\n "main": [\n {\n "id": "jp-mainmenu-file",\n "items": [\n {\n ...
.venv\Lib\site-packages\jupyterlab\schemas\@jupyterlab\console-extension\tracker.json
tracker.json
JSON
7,284
0.95
0.004065
0
awesome-app
162
2023-07-20T06:59:57.926727
MIT
false
93bdb88ba9affcf2355b31d2e92de8d5
{\n "title": "CSV Viewer",\n "description": "CSV Viewer settings.",\n "jupyter.lab.setting-icon": "ui-components:spreadsheet",\n "jupyter.lab.setting-icon-label": "CSV Viewer",\n "jupyter.lab.toolbars": {\n "CSVTable": [{ "name": "delimiter", "rank": 10 }]\n },\n "jupyter.lab.transform": true,\n "properties"...
.venv\Lib\site-packages\jupyterlab\schemas\@jupyterlab\csvviewer-extension\csv.json
csv.json
JSON
2,244
0.95
0
0
react-lib
370
2024-08-22T16:30:00.104307
MIT
false
d73898b884efc8ff6989125309c5652b
{\n "name": "@jupyterlab/csvviewer-extension",\n "version": "4.4.4",\n "description": "JupyterLab - CSV Widget Extension",\n "homepage": "https://github.com/jupyterlab/jupyterlab",\n "bugs": {\n "url": "https://github.com/jupyterlab/jupyterlab/issues"\n },\n "repository": {\n "type": "git",\n "url": "ht...
.venv\Lib\site-packages\jupyterlab\schemas\@jupyterlab\csvviewer-extension\package.json.orig
package.json.orig
Other
1,600
0.8
0
0
awesome-app
953
2023-07-23T11:58:51.849655
GPL-3.0
false
31fadf97c732aba3010c947c1c77d9f6
{\n "title": "TSV Viewer",\n "description": "TSV Viewer settings.",\n "jupyter.lab.setting-icon": "ui-components:spreadsheet",\n "jupyter.lab.setting-icon-label": "TSV Viewer",\n "jupyter.lab.toolbars": {\n "TSVTable": [{ "name": "delimiter", "rank": 10 }]\n },\n "jupyter.lab.transform": true,\n "properties"...
.venv\Lib\site-packages\jupyterlab\schemas\@jupyterlab\csvviewer-extension\tsv.json
tsv.json
JSON
2,244
0.95
0
0
node-utils
922
2024-10-31T08:22:30.353923
GPL-3.0
false
b71162354f7a6ebddc8cad5d672fabe2
{\n "title": "Debugger",\n "description": "Debugger settings",\n "jupyter.lab.setting-icon": "ui-components:bug",\n "jupyter.lab.setting-icon-label": "Debugger",\n "jupyter.lab.menus": {\n "main": [\n {\n "id": "jp-mainmenu-kernel",\n "items": [\n { "type": "separator", "rank": 1.2 }...
.venv\Lib\site-packages\jupyterlab\schemas\@jupyterlab\debugger-extension\main.json
main.json
JSON
3,281
0.8
0
0
awesome-app
822
2025-02-02T03:11:42.971604
MIT
false
95a83a1267826553f0e4443facaa0ca8
{\n "name": "@jupyterlab/debugger-extension",\n "version": "4.4.4",\n "description": "JupyterLab - Debugger Extension",\n "keywords": [\n "jupyter",\n "jupyterlab",\n "jupyterlab-extension"\n ],\n "homepage": "https://github.com/jupyterlab/jupyterlab",\n "bugs": {\n "url": "https://github.com/jupyter...
.venv\Lib\site-packages\jupyterlab\schemas\@jupyterlab\debugger-extension\package.json.orig
package.json.orig
Other
2,059
0.8
0
0
python-kit
213
2025-06-07T10:09:05.235241
BSD-3-Clause
false
6de7fe614397503e6c2f767c1a111571