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\nfrom pygments.style import Style\nfrom pygments.token import (\n Comment, Error, Generic, Keyword, Literal, Name, Number, Operator, Other,\n Punctuation, String, Text, Whitespace)\n\n\nclass JupyterStyle(Style...
.venv\Lib\site-packages\jupyterlab_pygments\style.py
style.py
Python
8,492
0.95
0.556391
0.491228
vue-tools
973
2024-10-30T11:17:59.564392
Apache-2.0
false
c639967265bd4443af7cc3916898757e
# This file is auto-generated by Hatchling. As such, do not:\n# - modify\n# - track in version control e.g. be sure to add to .gitignore\n__version__ = VERSION = '0.3.0'\n
.venv\Lib\site-packages\jupyterlab_pygments\_version.py
_version.py
Python
171
0.8
0
0.75
node-utils
94
2025-05-11T11:07:39.533878
GPL-3.0
false
66e1a4d11ccf5af3acb1c3828b036d31
try:\n from ._version import __version__ # noqa\nexcept ImportError:\n # Fallback when using the package in dev mode without installing\n # in editable mode with pip. Here this is particularly important\n # to be able to run the generate_css.py script.\n __version__ = "dev"\nfrom .style import JupyterSt...
.venv\Lib\site-packages\jupyterlab_pygments\__init__.py
__init__.py
Python
452
0.95
0.133333
0.230769
awesome-app
141
2024-01-26T19:03:53.633024
GPL-3.0
false
a1c445af36be5031177c481e33fc89d6
\n\n
.venv\Lib\site-packages\jupyterlab_pygments\__pycache__\style.cpython-313.pyc
style.cpython-313.pyc
Other
2,830
0.95
0.078125
0.035088
react-lib
135
2024-12-30T00:13:24.644827
Apache-2.0
false
ca2ee03abb2764ac44f89130f738afab
\n\n
.venv\Lib\site-packages\jupyterlab_pygments\__pycache__\_version.cpython-313.pyc
_version.cpython-313.pyc
Other
240
0.7
0
0
awesome-app
747
2025-01-11T20:41:03.486946
Apache-2.0
false
74d65f7aace47a0fcceca67e542fced7
\n\n
.venv\Lib\site-packages\jupyterlab_pygments\__pycache__\__init__.cpython-313.pyc
__init__.cpython-313.pyc
Other
573
0.7
0
0
vue-tools
830
2023-09-12T05:56:56.467367
BSD-3-Clause
false
d3481bcf20570e821635940b02356acd
pip\n
.venv\Lib\site-packages\jupyterlab_pygments-0.3.0.dist-info\INSTALLER
INSTALLER
Other
4
0.5
0
0
vue-tools
459
2024-07-09T05:23:48.589082
MIT
false
365c9bfeb7d89244f2ce01c1de44cb85
Metadata-Version: 2.1\nName: jupyterlab_pygments\nVersion: 0.3.0\nSummary: Pygments theme using JupyterLab CSS variables\nProject-URL: Homepage, https://github.com/jupyterlab/jupyterlab_pygments\nProject-URL: Bug Tracker, https://github.com/jupyterlab/jupyterlab_pygments/issues\nProject-URL: Repository, https://github....
.venv\Lib\site-packages\jupyterlab_pygments-0.3.0.dist-info\METADATA
METADATA
Other
4,366
0.95
0.020833
0.082192
awesome-app
490
2023-08-29T14:50:12.492544
GPL-3.0
false
2f1ed0b8556713d3c3aa1c27b1f0fc79
../../share/jupyter/labextensions/jupyterlab_pygments/install.json,sha256=W5DBo8cH4DWPv5C1cIpga9JGLYK7aKme_IxHFSfiPKw,199\n../../share/jupyter/labextensions/jupyterlab_pygments/package.json,sha256=P6Zj2f5uFXb17IlAwOL6gZePHICGHMFggrM29-H3L_k,5919\n../../share/jupyter/labextensions/jupyterlab_pygments/static/568.1e2faa2b...
.venv\Lib\site-packages\jupyterlab_pygments-0.3.0.dist-info\RECORD
RECORD
Other
1,856
0.7
0
0
react-lib
789
2025-05-12T19:11:36.568551
MIT
false
4fdf247372572b32396ab96dccbe0888
Wheel-Version: 1.0\nGenerator: hatchling 1.18.0\nRoot-Is-Purelib: true\nTag: py3-none-any\n
.venv\Lib\site-packages\jupyterlab_pygments-0.3.0.dist-info\WHEEL
WHEEL
Other
87
0.5
0
0
python-kit
622
2024-09-21T00:18:18.666359
GPL-3.0
false
c3c172be777b2014a95410712715e881
Copyright (c) 2015 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 condition...
.venv\Lib\site-packages\jupyterlab_pygments-0.3.0.dist-info\licenses\LICENSE
LICENSE
Other
1,513
0.7
0
0
node-utils
360
2025-05-01T21:04:39.665644
GPL-3.0
false
20a40995a0b2f0ae1f2a70d2dc995bbf
"""JupyterLab Server Application"""\n\n# Copyright (c) Jupyter Development Team.\n# Distributed under the terms of the Modified BSD License.\n\nfrom glob import glob\nfrom os.path import relpath\nfrom typing import Any\n\nfrom jupyter_server.extension.application import ExtensionApp, ExtensionAppJinjaMixin\nfrom jupyte...
.venv\Lib\site-packages\jupyterlab_server\app.py
app.py
Python
4,753
0.95
0.094891
0.095238
react-lib
553
2025-04-04T21:14:04.862194
Apache-2.0
false
3d93c91708211719a3d58cabb69e5f46
"""JupyterLab Server config"""\n\n# Copyright (c) Jupyter Development Team.\n# Distributed under the terms of the Modified BSD License.\nfrom __future__ import annotations\n\nimport json\nimport os.path as osp\nfrom glob import iglob\nfrom itertools import chain\nfrom logging import Logger\nfrom os.path import join as ...
.venv\Lib\site-packages\jupyterlab_server\config.py
config.py
Python
14,297
0.95
0.178218
0.066456
awesome-app
138
2023-10-20T10:40:52.662065
Apache-2.0
false
785bace70ec476b03296e2720707ae19
"""JupyterLab Server handlers"""\n\n# Copyright (c) Jupyter Development Team.\n# Distributed under the terms of the Modified BSD License.\nfrom __future__ import annotations\n\nimport os\nimport pathlib\nimport warnings\nfrom functools import lru_cache\nfrom typing import TYPE_CHECKING, Any\nfrom urllib.parse import ur...
.venv\Lib\site-packages\jupyterlab_server\handlers.py
handlers.py
Python
13,897
0.95
0.139665
0.135135
node-utils
872
2023-11-15T07:59:51.965976
Apache-2.0
false
5e4662ffc3667241edca60c2915cbb3e
# Copyright (c) Jupyter Development Team.\n# Distributed under the terms of the Modified BSD License.\n\n"""A license reporting CLI\n\nMostly ready-to-use, the downstream must provide the location of the application's\nstatic resources. Licenses from an app's federated_extensions will also be discovered\nas configured ...
.venv\Lib\site-packages\jupyterlab_server\licenses_app.py
licenses_app.py
Python
2,963
0.95
0.090909
0.052632
node-utils
973
2024-09-25T10:10:34.014237
BSD-3-Clause
false
d0269ec4990389f1dac45a4049062d1d
"""Manager and Tornado handlers for license reporting."""\n\n# Copyright (c) Jupyter Development Team.\n# Distributed under the terms of the Modified BSD License.\nfrom __future__ import annotations\n\nimport asyncio\nimport csv\nimport io\nimport json\nimport mimetypes\nimport re\nfrom concurrent.futures import Thread...
.venv\Lib\site-packages\jupyterlab_server\licenses_handler.py
licenses_handler.py
Python
10,529
0.95
0.197232
0.024793
vue-tools
830
2024-01-06T03:28:06.809612
GPL-3.0
false
faabc9f35336ff50684b19cb164b19b8
"""Tornado handlers for listing extensions."""\n\n# Copyright (c) Jupyter Development Team.\n# Distributed under the terms of the Modified BSD License.\nfrom __future__ import annotations\n\nimport json\nfrom logging import Logger\n\nimport requests\nimport tornado\nfrom jupyter_server.base.handlers import APIHandler\n...
.venv\Lib\site-packages\jupyterlab_server\listings_handler.py
listings_handler.py
Python
3,676
0.95
0.186813
0.1125
node-utils
546
2024-04-17T10:34:10.437014
Apache-2.0
false
5324c3183ba13f0fdf53645a9a787c8b
"""JupyterLab Server process handler"""\n\n# Copyright (c) Jupyter Development Team.\n# Distributed under the terms of the Modified BSD License.\nfrom __future__ import annotations\n\nimport atexit\nimport logging\nimport os\nimport re\nimport signal\nimport subprocess\nimport sys\nimport threading\nimport time\nimport...
.venv\Lib\site-packages\jupyterlab_server\process.py
process.py
Python
9,484
0.95
0.209677
0.035714
vue-tools
25
2024-12-23T18:03:07.011787
Apache-2.0
false
125849ec54f078716ecaa2430ad76ab2
# Copyright (c) Jupyter Development Team.\n# Distributed under the terms of the Modified BSD License.\n\n"""A lab app that runs a sub process for a demo or a test."""\nfrom __future__ import annotations\n\nimport sys\nfrom typing import Any\n\nfrom jupyter_server.extension.application import ExtensionApp, ExtensionAppJ...
.venv\Lib\site-packages\jupyterlab_server\process_app.py
process_app.py
Python
1,715
0.95
0.176471
0.078947
vue-tools
471
2024-07-09T07:25:54.344511
MIT
false
2a277bef6c13ac50d8ecdc934d44d0fd
# Copyright (c) Jupyter Development Team.\n# Distributed under the terms of the Modified BSD License.\n\n"""pytest fixtures."""\nfrom __future__ import annotations\n\nimport json\nimport os\nimport os.path as osp\nimport shutil\nfrom os.path import join as pjoin\nfrom pathlib import Path\nfrom typing import Any, Callab...
.venv\Lib\site-packages\jupyterlab_server\pytest_plugin.py
pytest_plugin.py
Python
4,844
0.95
0.121622
0.064516
node-utils
726
2024-03-24T08:05:32.972795
GPL-3.0
true
046fed9abddbe41c2957ac6128cc2c9e
# see me at: https://petstore.swagger.io/?url=https://raw.githubusercontent.com/jupyterlab/jupyterlab_server/main/jupyterlab_server/rest-api.yml#/default\nopenapi: "3.0.3"\ninfo:\n title: JupyterLab Server\n description: The REST API for JupyterLab Server\n version: 1.0.0\n license:\n name: BSD-3-Clause\n\npaths...
.venv\Lib\site-packages\jupyterlab_server\rest-api.yml
rest-api.yml
YAML
9,794
0.95
0.042135
0.00289
node-utils
328
2025-05-08T21:41:58.521338
MIT
false
ea08104a66287c9af8a0357d5bc6f2d5
# Copyright (c) Jupyter Development Team.\n# Distributed under the terms of the Modified BSD License.\n\n"""Server api."""\n# FIXME TODO Deprecated remove this file for the next major version\n# Downstream package must import those items from `jupyter_server` directly\nfrom jupyter_server import _tz as tz\nfrom jupyt...
.venv\Lib\site-packages\jupyterlab_server\server.py
server.py
Python
663
0.95
0.047619
0.2
awesome-app
655
2023-12-29T09:21:38.072569
GPL-3.0
false
931108b2809d4fbf9def332bdc6327b2
"""Tornado handlers for frontend config storage."""\n\n# Copyright (c) Jupyter Development Team.\n# Distributed under the terms of the Modified BSD License.\nfrom __future__ import annotations\n\nimport json\nfrom typing import Any\n\nfrom jsonschema import ValidationError\nfrom jupyter_server.extension.handler import ...
.venv\Lib\site-packages\jupyterlab_server\settings_handler.py
settings_handler.py
Python
3,705
0.95
0.090909
0.076087
python-kit
343
2024-01-02T01:42:25.786383
BSD-3-Clause
false
3a97b2bcb9fd60ec29b39e70b7589ac5
"""Frontend config storage helpers."""\n\n# Copyright (c) Jupyter Development Team.\n# Distributed under the terms of the Modified BSD License.\nfrom __future__ import annotations\n\nimport json\nimport os\nfrom glob import glob\nfrom typing import Any\n\nimport json5\nfrom jsonschema import Draft7Validator as Validato...
.venv\Lib\site-packages\jupyterlab_server\settings_utils.py
settings_utils.py
Python
17,628
0.95
0.147348
0.054632
python-kit
63
2024-11-06T00:42:14.141611
GPL-3.0
false
e4a5b99821a5c231890aa384f1c80c71
# Copyright (c) Jupyter Development Team.\n# Distributed under the terms of the Modified BSD License.\n\n"""OpenAPI spec utils."""\nfrom __future__ import annotations\n\nimport os\nimport typing\nfrom pathlib import Path\n\nif typing.TYPE_CHECKING:\n from openapi_core.spec.paths import Spec\n\nHERE = Path(os.path.di...
.venv\Lib\site-packages\jupyterlab_server\spec.py
spec.py
Python
825
0.95
0.096774
0.095238
vue-tools
953
2024-12-23T04:46:59.900338
GPL-3.0
false
aa28b511f23d7230f4a9bc690d5fc4b4
# Copyright (c) Jupyter Development Team.\n# Distributed under the terms of the Modified BSD License.\n\n"""Testing utils."""\nfrom __future__ import annotations\n\nimport json\nimport os\nimport sys\nfrom http.cookies import SimpleCookie\nfrom pathlib import Path\nfrom urllib.parse import parse_qs, urlparse\n\nimport ...
.venv\Lib\site-packages\jupyterlab_server\test_utils.py
test_utils.py
Python
6,794
0.95
0.204762
0.069767
node-utils
434
2023-10-18T19:29:26.196251
Apache-2.0
true
489709ede745cc81c2d94e8b2ba3d3d5
"""Tornado handlers for dynamic theme loading."""\n\n# Copyright (c) Jupyter Development Team.\n# Distributed under the terms of the Modified BSD License.\nfrom __future__ import annotations\n\nimport os\nimport re\nfrom glob import glob\nfrom typing import Any, Generator\nfrom urllib.parse import urlparse\n\nfrom jupy...
.venv\Lib\site-packages\jupyterlab_server\themes_handler.py
themes_handler.py
Python
3,560
0.95
0.16
0.125
react-lib
217
2025-04-18T20:35:36.396202
GPL-3.0
false
2ec9ae368c9d149168a910cc07980a21
"""\nTranslation handler.\n"""\n# Copyright (c) Jupyter Development Team.\n# Distributed under the terms of the Modified BSD License.\nfrom __future__ import annotations\n\nimport json\nimport traceback\nfrom functools import partial\n\nimport tornado\n\nfrom .settings_utils import SchemaHandler\nfrom .translation_util...
.venv\Lib\site-packages\jupyterlab_server\translations_handler.py
translations_handler.py
Python
2,191
0.95
0.132353
0.050847
python-kit
352
2024-08-17T13:13:03.286722
GPL-3.0
false
895e01cac27be3375277d9847303f517
# Copyright (c) Jupyter Development Team.\n# Distributed under the terms of the Modified BSD License.\n\n"""\nLocalization utilities to find available language packs and packages with\nlocalization data.\n"""\n\nfrom __future__ import annotations\n\nimport gettext\nimport importlib\nimport json\nimport locale\nimport o...
.venv\Lib\site-packages\jupyterlab_server\translation_utils.py
translation_utils.py
Python
23,009
0.95
0.135279
0.053628
node-utils
455
2023-09-26T18:27:21.949713
BSD-3-Clause
false
be9011809a3a6810f31a343b5e8cd0c8
# Copyright (c) Jupyter Development Team.\n# Distributed under the terms of the Modified BSD License.\n\n"""A workspace management CLI"""\nfrom __future__ import annotations\n\nimport json\nimport sys\nimport warnings\nfrom pathlib import Path\nfrom typing import Any\n\nfrom jupyter_core.application import JupyterApp\n...
.venv\Lib\site-packages\jupyterlab_server\workspaces_app.py
workspaces_app.py
Python
6,296
0.95
0.135417
0.038961
react-lib
422
2024-01-17T09:46:06.576391
Apache-2.0
false
3a8618572a59befc70d00f4a0572bbee
"""Tornado handlers for frontend config storage."""\n\n# Copyright (c) Jupyter Development Team.\n# Distributed under the terms of the Modified BSD License.\nfrom __future__ import annotations\n\nimport hashlib\nimport json\nimport re\nimport unicodedata\nimport urllib\nfrom pathlib import Path\nfrom typing import Any\...
.venv\Lib\site-packages\jupyterlab_server\workspaces_handler.py
workspaces_handler.py
Python
8,151
0.95
0.190265
0.054054
node-utils
388
2025-02-18T14:03:06.889995
BSD-3-Clause
false
2b7ef62bc830452d9a17a5a3dd0a6494
# Copyright (c) Jupyter Development Team.\n# Distributed under the terms of the Modified BSD License.\n\n"""\nstore the current version info of the server.\n\n"""\nimport re\n\n__version__ = "2.27.3"\n\n# Build up version_info tuple for backwards compatibility\npattern = r"(?P<major>\d+).(?P<minor>\d+).(?P<patch>\d+)(?...
.venv\Lib\site-packages\jupyterlab_server\_version.py
_version.py
Python
535
0.95
0.157895
0.2
react-lib
295
2024-02-02T20:48:36.540930
GPL-3.0
false
605dec6d36b40c62dcdc930b4a9cf2fb
# Copyright (c) Jupyter Development Team.\n# Distributed under the terms of the Modified BSD License.\nfrom typing import Any\n\nfrom ._version import __version__\nfrom .app import LabServerApp\nfrom .handlers import LabConfig, LabHandler, add_handlers\nfrom .licenses_app import LicensesApp\nfrom .spec import get_opena...
.venv\Lib\site-packages\jupyterlab_server\__init__.py
__init__.py
Python
924
0.95
0.032258
0.074074
awesome-app
94
2025-02-05T15:49:38.811514
BSD-3-Clause
false
2bd20d98c1b8ccf264352bb28601f6ff
# Copyright (c) Jupyter Development Team.\n# Distributed under the terms of the Modified BSD License.\n\n"""CLI entry point for jupyterlab server."""\nimport sys\n\nfrom jupyterlab_server.app import main\n\nsys.exit(main()) # type:ignore[no-untyped-call]\n
.venv\Lib\site-packages\jupyterlab_server\__main__.py
__main__.py
Python
248
0.95
0.111111
0.333333
react-lib
525
2025-06-01T09:52:47.571262
MIT
false
7be85311975d690fee8c274f2d9e9a0e
<!--\n ~ Copyright (c) Jupyter Development Team.\n ~ Distributed under the terms of the Modified BSD License.\n-->\n\n<!doctype html>\n<html>\n <head>\n <meta charset="utf-8" />\n <title>403 Forbidden</title>\n </head>\n <body>\n <h2>Sorry ..</h2>\n <p>.. you are not allowed to see this content!</p>\n ...
.venv\Lib\site-packages\jupyterlab_server\templates\403.html
403.html
HTML
323
0.7
0
0
awesome-app
621
2024-07-23T17:26:23.210272
BSD-3-Clause
false
a31592494b0554422b40bb68280231f0
<!DOCTYPE html>\n<!--\nCopyright (c) Jupyter Development Team.\nDistributed under the terms of the Modified BSD License.\n-->\n<html>\n\n<head>\n <meta charset="utf-8">\n\n <title>{% block title %}{{page_title | escape}{% endblock %}</title>\n\n {% block favicon %}<link rel="shortcut icon" type="image/x-icon" href="...
.venv\Lib\site-packages\jupyterlab_server\templates\error.html
error.html
HTML
1,219
0.95
0.101695
0.020833
node-utils
121
2024-03-02T23:51:09.778924
BSD-3-Clause
false
3ce1a32af9905b219cc4f860bd8d2324
<!--\n ~ Copyright (c) Jupyter Development Team.\n ~ Distributed under the terms of the Modified BSD License.\n-->\n\n<!doctype html>\n<html lang="en">\n <head>\n <meta charset="utf-8" />\n <title>{% block title %}{{page_title | escape }}{% endblock %}</title>\n\n {% block stylesheet %} {% for css_file in c...
.venv\Lib\site-packages\jupyterlab_server\templates\index.html
index.html
HTML
1,407
0.95
0.090909
0.025641
node-utils
331
2024-10-14T03:28:05.938882
BSD-3-Clause
false
e8d608627857e37836afab1497b11bd4
{\n "@jupyterlab/apputils-extension:themes": {\n "theme": "JupyterLab Dark",\n "codeCellConfig": {\n "lineNumbers": true\n }\n },\n "@jupyterlab/unicode-extension:plugin": {\n "comment": "Here are some languages with unicode in their names: id: Bahasa Indonesia, ms: Bahasa Melayu, bs: Bosanski, ca: ...
.venv\Lib\site-packages\jupyterlab_server\test_data\app-settings\overrides.json
overrides.json
JSON
844
0.7
0
0
vue-tools
878
2024-01-22T07:37:05.361123
BSD-3-Clause
true
29d93d1d5502538c237c10eca27299ff
{\n "title": "Theme",\n "description": "Theme manager settings.",\n "properties": {\n "theme": {\n "type": "string",\n "title": "Selected Theme",\n "default": "JupyterLab Light"\n },\n "codeCellConfig": {\n "title": "Code Cell Configuration",\n "description": "The configuration for ...
.venv\Lib\site-packages\jupyterlab_server\test_data\schemas\@jupyterlab\apputils-extension\themes.json
themes.json
JSON
862
0.8
0.029412
0
awesome-app
993
2024-05-03T22:28:59.257847
BSD-3-Clause
true
622cafefb41739c7df377be5d60b7705
{\n "jupyter.lab.setting-icon-class": "jp-TextEditorIcon",\n "jupyter.lab.setting-icon-label": "CodeMirror",\n "title": "CodeMirror",\n "description": "Text editor settings for all CodeMirror editors.",\n "properties": {\n "keyMap": { "type": "string", "title": "Key Map", "default": "default" },\n "theme": {...
.venv\Lib\site-packages\jupyterlab_server\test_data\schemas\@jupyterlab\codemirror-extension\commands.json
commands.json
JSON
399
0.7
0.181818
0
react-lib
867
2024-12-23T22:32:16.220528
Apache-2.0
true
fc0520f7e400f738faf7dcc4c197955c
{\n "name": "@jupyterlab/shortcuts-extension",\n "version": "test-version"\n}\n
.venv\Lib\site-packages\jupyterlab_server\test_data\schemas\@jupyterlab\shortcuts-extension\package.json.orig
package.json.orig
Other
77
0.5
0
0
react-lib
833
2024-01-24T21:19:00.776055
MIT
true
7ac5b3d6d170161ff757c9254f42b14a
{\n "jupyter.lab.setting-icon-class": "jp-LauncherIcon",\n "jupyter.lab.setting-icon-label": "Keyboard Shortcuts",\n "title": "Keyboard Shortcuts",\n "description": "Keyboard shortcut settings for JupyterLab.",\n "properties": {\n "application:activate-next-tab": {\n "default": {},\n "properties": {\n...
.venv\Lib\site-packages\jupyterlab_server\test_data\schemas\@jupyterlab\shortcuts-extension\plugin.json
plugin.json
JSON
18,757
0.8
0.003279
0
react-lib
116
2024-11-04T22:02:36.420985
MIT
true
286671d63ffe7a4ace0b08cbb2c00a2f
{\n "jupyter.lab.setting-icon": "ui-components:settings",\n "jupyter.lab.setting-icon-label": "Language",\n "title": "Language",\n "description": "Language settings.",\n "type": "object",\n "properties": {\n "locale": {\n "type": "string",\n "title": "Language locale",\n "description": "Set the ...
.venv\Lib\site-packages\jupyterlab_server\test_data\schemas\@jupyterlab\translation-extension\plugin.json
plugin.json
JSON
399
0.7
0
0
vue-tools
402
2024-11-11T19:00:47.429913
MIT
true
42651ab0095caf1d02583145a5ef08bb
{\n "jupyter.lab.setting-icon": "ui-components:unicode",\n "jupyter.lab.setting-icon-label": "Unicode",\n "title": "Unicode",\n "description": "Unicode",\n "type": "object",\n "properties": {\n "comment": {\n "type": "string",\n "title": "Comment",\n "description": "Here are some languages with ...
.venv\Lib\site-packages\jupyterlab_server\test_data\schemas\@jupyterlab\unicode-extension\plugin.json
plugin.json
JSON
962
0.7
0
0
awesome-app
434
2024-06-03T02:57:55.332888
Apache-2.0
true
a305852b433732cde9075c980d56a912
{"data": {}, "metadata": {"id": "foo"}}\n
.venv\Lib\site-packages\jupyterlab_server\test_data\workspaces\foo-2c26.jupyterlab-workspace
foo-2c26.jupyterlab-workspace
Other
40
0.5
0
0
awesome-app
776
2025-02-13T06:11:41.252584
GPL-3.0
true
048047699f5850a592c3398cbaecf2e6
{"data": {}, "metadata": {"id": "f/o/o/"}}\n
.venv\Lib\site-packages\jupyterlab_server\test_data\workspaces\foo-92dd.jupyterlab-workspace
foo-92dd.jupyterlab-workspace
Other
43
0.5
0
0
react-lib
603
2023-10-22T10:21:41.425056
Apache-2.0
true
2d3939125c5522ecb5f957ce49b51851
\n\n
.venv\Lib\site-packages\jupyterlab_server\__pycache__\app.cpython-313.pyc
app.cpython-313.pyc
Other
5,547
0.8
0.03125
0.017544
python-kit
73
2024-01-05T08:26:14.143947
MIT
false
9a5eaa405e25426c2e4987830e61d7b5
\n\n
.venv\Lib\site-packages\jupyterlab_server\__pycache__\config.cpython-313.pyc
config.cpython-313.pyc
Other
16,737
0.8
0.057143
0.012195
awesome-app
491
2023-08-18T08:19:18.135160
BSD-3-Clause
false
24f9b90e2e74834b094cdb69473f4324
\n\n
.venv\Lib\site-packages\jupyterlab_server\__pycache__\handlers.cpython-313.pyc
handlers.cpython-313.pyc
Other
14,956
0.8
0.008696
0.009346
node-utils
587
2024-04-14T06:52:53.017467
GPL-3.0
false
c53ff643ae4aec86d6069fd07b88694f
\n\n
.venv\Lib\site-packages\jupyterlab_server\__pycache__\licenses_app.cpython-313.pyc
licenses_app.cpython-313.pyc
Other
3,698
0.95
0.076923
0
awesome-app
917
2024-04-05T16:32:16.121943
MIT
false
68d6f6073c9ec7f7037ddd2ead2c46d5
\n\n
.venv\Lib\site-packages\jupyterlab_server\__pycache__\licenses_handler.cpython-313.pyc
licenses_handler.cpython-313.pyc
Other
13,414
0.8
0.057692
0
node-utils
354
2023-09-09T08:04:50.307541
BSD-3-Clause
false
c3e338042553f38a6235e22cca2b5575
\n\n
.venv\Lib\site-packages\jupyterlab_server\__pycache__\listings_handler.cpython-313.pyc
listings_handler.cpython-313.pyc
Other
3,807
0.8
0.075
0
react-lib
239
2024-08-26T16:40:53.719098
BSD-3-Clause
false
77cf8a6fbc82ce7a89a06676597ae460
\n\n
.venv\Lib\site-packages\jupyterlab_server\__pycache__\process.cpython-313.pyc
process.cpython-313.pyc
Other
13,829
0.95
0.099237
0
react-lib
809
2023-11-23T06:54:01.785739
Apache-2.0
false
513e84dd51f39f5a35f8c14e3ddc1533
\n\n
.venv\Lib\site-packages\jupyterlab_server\__pycache__\process_app.cpython-313.pyc
process_app.cpython-313.pyc
Other
3,142
0.8
0.029412
0
awesome-app
212
2025-06-02T20:39:55.961457
BSD-3-Clause
false
7c5fd77b44eff9cd68225356301ef630
\n\n
.venv\Lib\site-packages\jupyterlab_server\__pycache__\pytest_plugin.cpython-313.pyc
pytest_plugin.cpython-313.pyc
Other
7,001
0.95
0.066667
0.020408
node-utils
231
2024-12-09T11:28:24.784150
BSD-3-Clause
true
9ec9da80b1624683b27e4dd78189f312
\n\n
.venv\Lib\site-packages\jupyterlab_server\__pycache__\server.cpython-313.pyc
server.cpython-313.pyc
Other
741
0.7
0
0
python-kit
572
2024-08-18T07:26:36.269424
Apache-2.0
false
5d3ff6c15a9bf4e9875461249a48be9d
\n\n
.venv\Lib\site-packages\jupyterlab_server\__pycache__\settings_handler.cpython-313.pyc
settings_handler.cpython-313.pyc
Other
4,740
0.8
0.04
0.021277
awesome-app
653
2025-05-21T01:36:10.976391
Apache-2.0
false
474548261923647bc4a87524cf73bd00
\n\n
.venv\Lib\site-packages\jupyterlab_server\__pycache__\settings_utils.cpython-313.pyc
settings_utils.cpython-313.pyc
Other
19,798
0.95
0.048327
0.003846
python-kit
752
2023-08-01T08:32:44.582892
GPL-3.0
false
7a75ac8907bc928742da48242b2f1296
\n\n
.venv\Lib\site-packages\jupyterlab_server\__pycache__\spec.cpython-313.pyc
spec.cpython-313.pyc
Other
1,376
0.7
0
0
node-utils
277
2025-06-25T17:23:56.524657
MIT
false
0448b72cdc3c5d33d405b7236adf501b
\n\n
.venv\Lib\site-packages\jupyterlab_server\__pycache__\test_utils.cpython-313.pyc
test_utils.cpython-313.pyc
Other
10,262
0.8
0.025641
0.012987
awesome-app
167
2024-07-28T02:45:55.062361
BSD-3-Clause
true
dbda3a41ecbcd19a22801e8db7fbd607
\n\n
.venv\Lib\site-packages\jupyterlab_server\__pycache__\themes_handler.cpython-313.pyc
themes_handler.cpython-313.pyc
Other
5,278
0.8
0.018182
0.018868
node-utils
480
2025-01-30T04:15:01.031346
MIT
false
847575c85fc1ec4e53068302b7b1e5d8
\n\n
.venv\Lib\site-packages\jupyterlab_server\__pycache__\translations_handler.cpython-313.pyc
translations_handler.cpython-313.pyc
Other
2,852
0.8
0.02439
0
react-lib
866
2024-03-08T19:57:52.627487
Apache-2.0
false
6d6b63dde430231a8825b4ba98b504fb
\n\n
.venv\Lib\site-packages\jupyterlab_server\__pycache__\translation_utils.cpython-313.pyc
translation_utils.cpython-313.pyc
Other
24,090
0.95
0.030879
0
node-utils
729
2024-01-09T11:51:22.153550
BSD-3-Clause
false
497cbe2b2fb5e894f43b120ffa72b562
\n\n
.venv\Lib\site-packages\jupyterlab_server\__pycache__\workspaces_app.cpython-313.pyc
workspaces_app.cpython-313.pyc
Other
8,591
0.95
0.019417
0
react-lib
953
2025-04-05T05:48:56.273406
GPL-3.0
false
dab00c5b145f81c1231da1a4d84468c2
\n\n
.venv\Lib\site-packages\jupyterlab_server\__pycache__\workspaces_handler.cpython-313.pyc
workspaces_handler.cpython-313.pyc
Other
12,166
0.95
0.035714
0
react-lib
676
2025-01-16T02:15:14.912608
BSD-3-Clause
false
fee4ef5fd44c4bc455e2e9cd31639876
\n\n
.venv\Lib\site-packages\jupyterlab_server\__pycache__\_version.cpython-313.pyc
_version.cpython-313.pyc
Other
809
0.7
0
0
awesome-app
668
2024-02-29T07:10:58.593914
BSD-3-Clause
false
72757b6ad1a4c52d48262b71034bc385
\n\n
.venv\Lib\site-packages\jupyterlab_server\__pycache__\__init__.cpython-313.pyc
__init__.cpython-313.pyc
Other
1,091
0.8
0
0
vue-tools
294
2024-02-07T22:26:55.885115
MIT
false
7c329bfa75474d0db9d95578dbd93b09
\n\n
.venv\Lib\site-packages\jupyterlab_server\__pycache__\__main__.cpython-313.pyc
__main__.cpython-313.pyc
Other
385
0.7
0.333333
0
vue-tools
752
2023-10-24T20:11:37.590155
MIT
false
3b36d1af83f8c3306d98c53499ce7248
pip\n
.venv\Lib\site-packages\jupyterlab_server-2.27.3.dist-info\INSTALLER
INSTALLER
Other
4
0.5
0
0
react-lib
588
2025-06-11T21:29:21.821338
BSD-3-Clause
false
365c9bfeb7d89244f2ce01c1de44cb85
Metadata-Version: 2.3\nName: jupyterlab_server\nVersion: 2.27.3\nSummary: A set of server components for JupyterLab and JupyterLab like applications.\nProject-URL: Homepage, https://jupyterlab-server.readthedocs.io\nProject-URL: Documentation, https://jupyterlab-server.readthedocs.io\nProject-URL: Funding, https://numf...
.venv\Lib\site-packages\jupyterlab_server-2.27.3.dist-info\METADATA
METADATA
Other
5,891
0.95
0.032
0.057692
node-utils
517
2023-07-31T03:09:54.506423
GPL-3.0
false
d6f0488fddcf70bb1f06bbc22c5e6ac1
jupyterlab_server-2.27.3.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4\njupyterlab_server-2.27.3.dist-info/METADATA,sha256=EJlj2B-2Gw9jyN-qHmH-clgq0mKQZRYpBjZ9NntLtqo,5891\njupyterlab_server-2.27.3.dist-info/RECORD,,\njupyterlab_server-2.27.3.dist-info/WHEEL,sha256=1yFddiXMmvYK7QYTqtRNtX66WJ0...
.venv\Lib\site-packages\jupyterlab_server-2.27.3.dist-info\RECORD
RECORD
Other
5,425
0.7
0
0
awesome-app
618
2024-01-09T17:17:18.340001
BSD-3-Clause
false
5db31ff7771c07b8d5a40138c9f5b925
Wheel-Version: 1.0\nGenerator: hatchling 1.25.0\nRoot-Is-Purelib: true\nTag: py3-none-any\n
.venv\Lib\site-packages\jupyterlab_server-2.27.3.dist-info\WHEEL
WHEEL
Other
87
0.5
0
0
vue-tools
635
2023-11-11T08:38:46.054803
GPL-3.0
false
52adfa0c417902ee8f0c3d1ca2372ac3
Copyright (c) 2015-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\n1. Redistributions of source code must retain the above copyright notice, this\n list of con...
.venv\Lib\site-packages\jupyterlab_server-2.27.3.dist-info\licenses\LICENSE
LICENSE
Other
1,519
0.7
0
0
vue-tools
774
2025-01-03T20:53:12.187967
Apache-2.0
false
16b24abb4aef09551533365c88c785cf
*.suo\n*.user\n.DS_Store\nnode_modules\ntypings/tsd.d.ts\nnpm-debug.log\ntest/build\ntest/coverage\nlib\ndist\nbuild\ndocs\nexample/*.js\nstatic/\n
.venv\Lib\site-packages\jupyterlab_widgets\.gitignore
.gitignore
Other
133
0.8
0
0.142857
node-utils
13
2024-08-08T13:06:22.461150
GPL-3.0
false
fe5121760325afcfbdb0f0cfebe2c91b
# Copyright (c) Jupyter Development Team.\n# Distributed under the terms of the Modified BSD License.\n\n__version__ = '3.0.15'\n
.venv\Lib\site-packages\jupyterlab_widgets\_version.py
_version.py
Python
125
0.8
0
0.666667
node-utils
592
2024-09-10T13:24:14.024826
GPL-3.0
false
b55d26c6227c90ef4212b8844e988fa3
# Copyright (c) Jupyter Development Team.\n# Distributed under the terms of the Modified BSD License.\n\nfrom ._version import __version__\n\n\ndef _jupyter_labextension_paths():\n import sys\n from pathlib import Path\n\n labext_name = '@jupyter-widgets/jupyterlab-manager'\n here = Path(__file__).parent.re...
.venv\Lib\site-packages\jupyterlab_widgets\__init__.py
__init__.py
Python
599
0.95
0.1
0.153846
python-kit
600
2025-03-31T05:56:47.762278
Apache-2.0
false
30283957d612f196641eaa4bbe5ca92e
\n\n
.venv\Lib\site-packages\jupyterlab_widgets\__pycache__\_version.cpython-313.pyc
_version.cpython-313.pyc
Other
222
0.7
0
0
react-lib
807
2024-01-13T02:05:10.560626
GPL-3.0
false
e0fbc3664740777804865c45177a4aad
\n\n
.venv\Lib\site-packages\jupyterlab_widgets\__pycache__\__init__.cpython-313.pyc
__init__.cpython-313.pyc
Other
967
0.8
0
0
python-kit
382
2025-05-03T00:24:34.155194
GPL-3.0
false
7d9e674110a702d72c5fcaf7bf3b38d5
pip\n
.venv\Lib\site-packages\jupyterlab_widgets-3.0.15.dist-info\INSTALLER
INSTALLER
Other
4
0.5
0
0
vue-tools
219
2024-01-04T10:42:26.530421
BSD-3-Clause
false
365c9bfeb7d89244f2ce01c1de44cb85
Metadata-Version: 2.4\nName: jupyterlab_widgets\nVersion: 3.0.15\nSummary: Jupyter interactive widgets for JupyterLab\nProject-URL: Homepage, https://github.com/jupyter-widgets/ipywidgets\nAuthor-email: Jupyter Development Team <jupyter@googlegroups.com>\nLicense: Copyright (c) 2015 Project Jupyter Contributors\n ...
.venv\Lib\site-packages\jupyterlab_widgets-3.0.15.dist-info\METADATA
METADATA
Other
20,220
0.8
0.015544
0.066445
awesome-app
303
2025-01-18T21:17:58.989685
BSD-3-Clause
false
205716da93f7dd217152d592b19b7067
../../share/jupyter/labextensions/@jupyter-widgets/jupyterlab-manager/install.json,sha256=e65KcDNtdaA4aZgF1mLHIhwaoIzpH9LmUueG4iJYmI0,197\n../../share/jupyter/labextensions/@jupyter-widgets/jupyterlab-manager/package.json,sha256=vmebfycAy9ffbvozQULkX7ZwWimcOH7gX3pG2PctTHE,3551\n../../share/jupyter/labextensions/@jupyte...
.venv\Lib\site-packages\jupyterlab_widgets-3.0.15.dist-info\RECORD
RECORD
Other
4,096
0.7
0
0
vue-tools
47
2024-09-21T14:01:28.764210
MIT
false
c759e85552a6ad92b618b6b6fbb1e111
Wheel-Version: 1.0\nGenerator: hatchling 1.27.0\nRoot-Is-Purelib: true\nTag: py3-none-any\n
.venv\Lib\site-packages\jupyterlab_widgets-3.0.15.dist-info\WHEEL
WHEEL
Other
87
0.5
0
0
awesome-app
73
2023-10-01T23:56:23.482085
GPL-3.0
false
e2fcb0ad9ea59332c808928b4b439e7a
Copyright (c) 2015 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 condition...
.venv\Lib\site-packages\jupyterlab_widgets-3.0.15.dist-info\licenses\LICENSE
LICENSE
Other
13,847
0.8
0.006849
0.031111
vue-tools
568
2024-12-31T05:19:42.567445
Apache-2.0
false
46c4b25eb11307c56dc6205528a80fb0
"""Adapters for Jupyter msg spec versions."""\n# Copyright (c) Jupyter Development Team.\n# Distributed under the terms of the Modified BSD License.\nimport json\nimport re\nfrom typing import Any, Dict, List, Tuple\n\nfrom ._version import protocol_version_info\n\n\ndef code_to_line(code: str, cursor_pos: int) -> Tupl...
.venv\Lib\site-packages\jupyter_client\adapter.py
adapter.py
Python
14,381
0.95
0.183295
0.063037
react-lib
357
2024-10-08T20:44:13.078797
BSD-3-Clause
false
a54a6e822702f044cd609db99664ec0e
"""Base classes to manage a Client's interaction with a running kernel"""\n# Copyright (c) Jupyter Development Team.\n# Distributed under the terms of the Modified BSD License.\nimport asyncio\nimport atexit\nimport time\nimport typing as t\nfrom queue import Empty\nfrom threading import Event, Thread\n\nimport zmq.asy...
.venv\Lib\site-packages\jupyter_client\channels.py
channels.py
Python
10,835
0.95
0.195122
0.073529
node-utils
620
2024-06-06T01:10:19.018569
GPL-3.0
false
0eef122b29398611b796a0933b03405a
"""Abstract base classes for kernel client channels"""\n# Copyright (c) Jupyter Development Team.\n# Distributed under the terms of the Modified BSD License.\nimport abc\n\n\nclass ChannelABC(metaclass=abc.ABCMeta):\n """A base class for all channel ABCs."""\n\n @abc.abstractmethod\n def start(self) -> None:\n...
.venv\Lib\site-packages\jupyter_client\channelsabc.py
channelsabc.py
Python
1,177
0.95
0.27451
0.052632
react-lib
659
2024-03-08T20:10:35.311489
MIT
false
1be0b9f91b28fb5da4ebae0ca07a5289
"""Base class to manage the interaction with a running kernel"""\n# Copyright (c) Jupyter Development Team.\n# Distributed under the terms of the Modified BSD License.\nimport asyncio\nimport inspect\nimport sys\nimport time\nimport typing as t\nfrom functools import partial\nfrom getpass import getpass\nfrom queue imp...
.venv\Lib\site-packages\jupyter_client\client.py
client.py
Python
30,848
0.95
0.206771
0.07355
react-lib
916
2024-01-06T10:48:51.956944
GPL-3.0
false
770579fe44bea44cf65bb163a610de4c
"""Abstract base class for kernel clients"""\n# -----------------------------------------------------------------------------\n# Copyright (c) The Jupyter Development Team\n#\n# Distributed under the terms of the BSD License. The full license is in\n# the file COPYING, distributed as part of this software.\n# -----...
.venv\Lib\site-packages\jupyter_client\clientabc.py
clientabc.py
Python
2,776
0.95
0.23
0.192308
python-kit
323
2025-04-13T03:17:19.338307
GPL-3.0
false
5e730640ea09a34b2b2b16b25d36313c
"""Utilities for connecting to jupyter kernels\n\nThe :class:`ConnectionFileMixin` class in this module encapsulates the logic\nrelated to writing and reading connections files.\n"""\n# Copyright (c) Jupyter Development Team.\n# Distributed under the terms of the Modified BSD License.\nfrom __future__ import annotation...
.venv\Lib\site-packages\jupyter_client\connect.py
connect.py
Python
25,340
0.95
0.186207
0.088333
vue-tools
874
2023-11-12T19:44:01.539876
MIT
false
42d231133ad090b19aceca1d190a4f73
""" A minimal application base mixin for all ZMQ based IPython frontends.\n\nThis is not a complete console app, as subprocess will not be able to receive\ninput, there is no real readline support, among other limitations. This is a\nrefactoring of what used to be the IPython/qt/console/qtconsoleapp.py\n"""\n# Copyrigh...
.venv\Lib\site-packages\jupyter_client\consoleapp.py
consoleapp.py
Python
13,913
0.95
0.122995
0.103774
awesome-app
350
2024-10-11T01:11:18.724544
MIT
false
fc79d5122f7a8aed67df5a5f64dbbba8
"""Utilities to manipulate JSON objects."""\n# Copyright (c) Jupyter Development Team.\n# Distributed under the terms of the Modified BSD License.\nimport math\nimport numbers\nimport re\nimport types\nimport warnings\nfrom binascii import b2a_base64\nfrom collections.abc import Iterable\nfrom datetime import datetime\...
.venv\Lib\site-packages\jupyter_client\jsonutil.py
jsonutil.py
Python
6,039
0.95
0.197917
0.183007
vue-tools
215
2024-12-15T23:39:24.522386
MIT
false
730578326e54965d243698ca1c0f3994
"""An application to launch a kernel by name in a local subprocess."""\nimport os\nimport signal\nimport typing as t\nimport uuid\n\nfrom jupyter_core.application import JupyterApp, base_flags\nfrom tornado.ioloop import IOLoop\nfrom traitlets import Unicode\n\nfrom . import __version__\nfrom .kernelspec import NATIVE_...
.venv\Lib\site-packages\jupyter_client\kernelapp.py
kernelapp.py
Python
2,941
0.85
0.141304
0
node-utils
221
2024-06-12T00:41:31.998929
Apache-2.0
false
a9782e204c61beb195aa7b4aee5fef50
"""Tools for managing kernel specs"""\n# Copyright (c) Jupyter Development Team.\n# Distributed under the terms of the Modified BSD License.\nfrom __future__ import annotations\n\nimport json\nimport os\nimport re\nimport shutil\nimport typing as t\nimport warnings\n\nfrom jupyter_core.paths import SYSTEM_JUPYTER_PATH,...
.venv\Lib\site-packages\jupyter_client\kernelspec.py
kernelspec.py
Python
15,663
0.95
0.187638
0.046575
python-kit
120
2024-02-02T11:07:19.736654
Apache-2.0
false
a23d0a87e0baecc2eb9d89f041bbca64
"""Apps for managing kernel specs."""\n# Copyright (c) Jupyter Development Team.\n# Distributed under the terms of the Modified BSD License.\nfrom __future__ import annotations\n\nimport errno\nimport json\nimport os.path\nimport sys\nimport typing as t\n\nfrom jupyter_core.application import JupyterApp, base_aliases, ...
.venv\Lib\site-packages\jupyter_client\kernelspecapp.py
kernelspecapp.py
Python
12,048
0.95
0.158358
0.024476
python-kit
549
2023-12-04T09:04:19.449257
GPL-3.0
false
94f819124753d1d07f2af39397b55382
"""Utilities for launching kernels"""\n# Copyright (c) Jupyter Development Team.\n# Distributed under the terms of the Modified BSD License.\nimport os\nimport sys\nimport warnings\nfrom subprocess import PIPE, Popen\nfrom typing import Any, Dict, List, Optional\n\nfrom traitlets.log import get_logger\n\n\ndef launch_k...
.venv\Lib\site-packages\jupyter_client\launcher.py
launcher.py
Python
6,443
0.95
0.145161
0.210191
vue-tools
270
2025-04-16T16:39:31.930727
GPL-3.0
false
090e1ba022bec0556a5a24cf649e10b2
"""Utilities for identifying local IP addresses."""\n# Copyright (c) Jupyter Development Team.\n# Distributed under the terms of the Modified BSD License.\nfrom __future__ import annotations\n\nimport os\nimport re\nimport socket\nimport subprocess\nfrom subprocess import PIPE, Popen\nfrom typing import Any, Callable, ...
.venv\Lib\site-packages\jupyter_client\localinterfaces.py
localinterfaces.py
Python
9,733
0.95
0.204204
0.07393
node-utils
655
2025-03-31T14:54:33.501242
GPL-3.0
false
51e0a2da13d79e3baf16c10d60af7d93
"""Base class to manage a running kernel"""\n# Copyright (c) Jupyter Development Team.\n# Distributed under the terms of the Modified BSD License.\nimport asyncio\nimport functools\nimport os\nimport re\nimport signal\nimport sys\nimport typing as t\nimport uuid\nimport warnings\nfrom asyncio.futures import Future\nfro...
.venv\Lib\site-packages\jupyter_client\manager.py
manager.py
Python
30,322
0.95
0.162531
0.088821
node-utils
448
2025-04-11T17:52:23.631146
BSD-3-Clause
false
39ed7bacff19948c9ba77657256fe08d
"""Abstract base class for kernel managers."""\n# Copyright (c) Jupyter Development Team.\n# Distributed under the terms of the Modified BSD License.\nimport abc\nfrom typing import Any\n\n\nclass KernelManagerABC(metaclass=abc.ABCMeta):\n """KernelManager ABC.\n\n The docstrings for this class can be found in th...
.venv\Lib\site-packages\jupyter_client\managerabc.py
managerabc.py
Python
1,490
0.95
0.232143
0.116279
node-utils
252
2025-04-19T07:19:06.564211
Apache-2.0
false
24902c3b1309d87d1f071ea4e9a0fa31
"""A kernel manager for multiple kernels"""\n# Copyright (c) Jupyter Development Team.\n# Distributed under the terms of the Modified BSD License.\nfrom __future__ import annotations\n\nimport asyncio\nimport json\nimport os\nimport socket\nimport typing as t\nimport uuid\nfrom functools import wraps\nfrom pathlib impo...
.venv\Lib\site-packages\jupyter_client\multikernelmanager.py
multikernelmanager.py
Python
22,601
0.95
0.179487
0.053846
python-kit
179
2025-01-09T20:10:55.421944
GPL-3.0
false
98b8de1d2abe0ebc5f3dd152f036ed0d
"""A basic kernel monitor with autorestarting.\n\nThis watches a kernel's state using KernelManager.is_alive and auto\nrestarts the kernel if it dies.\n\nIt is an incomplete base class, and must be subclassed.\n"""\n# Copyright (c) Jupyter Development Team.\n# Distributed under the terms of the Modified BSD License.\nf...
.venv\Lib\site-packages\jupyter_client\restarter.py
restarter.py
Python
5,852
0.95
0.185185
0.067669
python-kit
912
2023-12-01T15:54:05.923921
GPL-3.0
false
709d75ce6a22f8aa163f7b1168430f25