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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
\n\n | .venv\Lib\site-packages\nbclient\__pycache__\output_widget.cpython-313.pyc | output_widget.cpython-313.pyc | Other | 6,061 | 0.95 | 0.036364 | 0 | node-utils | 255 | 2023-11-05T12:21:42.481084 | Apache-2.0 | false | c3143fc7d73741c59485a53c43965ce0 |
\n\n | .venv\Lib\site-packages\nbclient\__pycache__\util.cpython-313.pyc | util.cpython-313.pyc | Other | 860 | 0.8 | 0 | 0 | python-kit | 927 | 2025-05-08T01:32:52.882545 | BSD-3-Clause | false | ad616f16c2e7d1ef7fca666674ffd7d2 |
\n\n | .venv\Lib\site-packages\nbclient\__pycache__\_version.cpython-313.pyc | _version.cpython-313.pyc | Other | 826 | 0.8 | 0 | 0 | react-lib | 777 | 2025-05-06T04:53:06.349072 | Apache-2.0 | false | b32dabfbca1cc36c739ef49f49493e75 |
\n\n | .venv\Lib\site-packages\nbclient\__pycache__\__init__.cpython-313.pyc | __init__.cpython-313.pyc | Other | 361 | 0.7 | 0 | 0 | vue-tools | 789 | 2024-12-22T17:31:01.379827 | GPL-3.0 | false | 08dcf118206f41490249d68a0f59f534 |
[console_scripts]\njupyter-execute = nbclient.cli:main\n | .venv\Lib\site-packages\nbclient-0.10.2.dist-info\entry_points.txt | entry_points.txt | Other | 54 | 0.5 | 0 | 0 | python-kit | 990 | 2025-04-20T09:13:57.548021 | GPL-3.0 | false | aef15fdbfdfc8a304debf3d99f4d8225 |
pip\n | .venv\Lib\site-packages\nbclient-0.10.2.dist-info\INSTALLER | INSTALLER | Other | 4 | 0.5 | 0 | 0 | node-utils | 463 | 2023-07-31T16:27:35.040561 | BSD-3-Clause | false | 365c9bfeb7d89244f2ce01c1de44cb85 |
Metadata-Version: 2.4\nName: nbclient\nVersion: 0.10.2\nSummary: A client library for executing notebooks. Formerly nbconvert's ExecutePreprocessor.\nProject-URL: Documentation, https://nbclient.readthedocs.io\nProject-URL: Funding, https://numfocus.org/\nProject-URL: Homepage, https://jupyter.org\nProject-URL: Source,... | .venv\Lib\site-packages\nbclient-0.10.2.dist-info\METADATA | METADATA | Other | 8,263 | 0.95 | 0.040462 | 0.086331 | react-lib | 560 | 2024-01-26T06:39:28.217224 | MIT | false | 5fa6122fdb87cf45a504c24e7c19aa6c |
../../Scripts/jupyter-execute.exe,sha256=heOpg6eXYAAbwqtYs_vPelYR7EynDQIeuunExtRGrg8,108413\nnbclient-0.10.2.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4\nnbclient-0.10.2.dist-info/METADATA,sha256=AgHaGDYAlNOBeiTo_-BlrwTXXodzUIN_YTLCAqElpKY,8263\nnbclient-0.10.2.dist-info/RECORD,,\nnbclient-... | .venv\Lib\site-packages\nbclient-0.10.2.dist-info\RECORD | RECORD | Other | 1,674 | 0.7 | 0 | 0 | node-utils | 229 | 2025-01-01T15:03:03.934119 | GPL-3.0 | false | 15b33246dc331dbb4a89cb30378d76b0 |
Wheel-Version: 1.0\nGenerator: hatchling 1.27.0\nRoot-Is-Purelib: true\nTag: py3-none-any\n | .venv\Lib\site-packages\nbclient-0.10.2.dist-info\WHEEL | WHEEL | Other | 87 | 0.5 | 0 | 0 | vue-tools | 143 | 2024-09-04T14:14:29.868538 | Apache-2.0 | false | e2fcb0ad9ea59332c808928b4b439e7a |
BSD 3-Clause License\n\nCopyright (c) 2020-, Jupyter Development Team\n\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, th... | .venv\Lib\site-packages\nbclient-0.10.2.dist-info\licenses\LICENSE | LICENSE | Other | 1,534 | 0.7 | 0 | 0 | awesome-app | 675 | 2024-04-04T02:35:40.118899 | MIT | false | 62f188c37957b44d9adbe64cb1932895 |
"""pytest configuration."""\n\nimport asyncio\nimport os\n\nif os.name == "nt":\n asyncio.set_event_loop_policy(\n asyncio.WindowsSelectorEventLoopPolicy() # type:ignore[attr-defined]\n )\n | .venv\Lib\site-packages\nbconvert\conftest.py | conftest.py | Python | 194 | 0.95 | 0.111111 | 0 | awesome-app | 843 | 2023-07-13T15:30:38.399830 | BSD-3-Clause | true | 7a06d58bd2fc6952b66b50ec7fe352f3 |
#!/usr/bin/env python\n"""NbConvert is a utility for conversion of .ipynb files.\n\nCommand-line interface for the NbConvert conversion utility.\n"""\n\n# Copyright (c) IPython Development Team.\n# Distributed under the terms of the Modified BSD License.\nfrom __future__ import annotations\n\nimport asyncio\nimport glo... | .venv\Lib\site-packages\nbconvert\nbconvertapp.py | nbconvertapp.py | Python | 24,790 | 0.95 | 0.139912 | 0.042179 | awesome-app | 409 | 2024-12-18T18:58:42.173946 | BSD-3-Clause | false | 4feed92b202ad52f0e0ead280d5df3dc |
"""nbconvert version info."""\n\nimport re\nfrom typing import List\n\n# Version string must appear intact for versioning\n__version__ = "7.16.6"\n\n# Build up version_info tuple for backwards compatibility\npattern = r"(?P<major>\d+).(?P<minor>\d+).(?P<patch>\d+)(?P<rest>.*)"\nmatch = re.match(pattern, __version__)\na... | .venv\Lib\site-packages\nbconvert\_version.py | _version.py | Python | 492 | 0.95 | 0.25 | 0.153846 | node-utils | 754 | 2025-03-09T12:47:23.338238 | GPL-3.0 | false | 8f15703ecf966d08b37282560712cf9d |
"""Utilities for converting notebooks to and from different formats."""\n\nfrom ._version import __version__, version_info\n\ntry:\n from . import filters, postprocessors, preprocessors, writers\n from .exporters import (\n ASCIIDocExporter,\n Exporter,\n ExporterNameError,\n FilenameE... | .venv\Lib\site-packages\nbconvert\__init__.py | __init__.py | Python | 1,364 | 0.95 | 0.032787 | 0.017544 | awesome-app | 586 | 2023-10-14T10:33:29.089524 | MIT | false | dcc6425ccd0c42f035bc7fa184f0f380 |
"""nbconvert cli entry point."""\n\nfrom .nbconvertapp import main\n\nmain()\n | .venv\Lib\site-packages\nbconvert\__main__.py | __main__.py | Python | 73 | 0.65 | 0 | 0 | awesome-app | 968 | 2023-11-20T02:38:32.649188 | Apache-2.0 | false | 34b486e27f0838b2e182567c9b4bf10a |
"""ASCIIDoc Exporter class"""\n\n# Copyright (c) Jupyter Development Team.\n# Distributed under the terms of the Modified BSD License.\n\nfrom traitlets import default\nfrom traitlets.config import Config\n\nfrom .templateexporter import TemplateExporter\n\n\nclass ASCIIDocExporter(TemplateExporter):\n """\n Expo... | .venv\Lib\site-packages\nbconvert\exporters\asciidoc.py | asciidoc.py | Python | 1,530 | 0.95 | 0.127273 | 0.044444 | python-kit | 432 | 2025-06-06T15:03:06.448338 | BSD-3-Clause | false | 02d3aeddf698ca4f4497c84ec7362100 |
"""Module containing single call export functions."""\n\n# Copyright (c) Jupyter Development Team.\n# Distributed under the terms of the Modified BSD License.\n\nimport os\nimport sys\n\nif sys.version_info < (3, 10):\n from importlib_metadata import entry_points # type:ignore[import-not-found]\nelse:\n from imp... | .venv\Lib\site-packages\nbconvert\exporters\base.py | base.py | Python | 4,972 | 0.95 | 0.226667 | 0.065574 | node-utils | 36 | 2024-09-13T20:10:43.512681 | BSD-3-Clause | false | 70d6e2ec9b24918201e12558ce492e14 |
"""This module defines a base Exporter class. For Jinja template-based export,\nsee templateexporter.py.\n"""\n\n# Copyright (c) Jupyter Development Team.\n# Distributed under the terms of the Modified BSD License.\nfrom __future__ import annotations\n\nimport collections\nimport copy\nimport datetime\nimport os\nimpor... | .venv\Lib\site-packages\nbconvert\exporters\exporter.py | exporter.py | Python | 12,877 | 0.95 | 0.141667 | 0.107744 | react-lib | 191 | 2023-11-28T05:56:38.059407 | Apache-2.0 | false | 3202a05fc1a559b6d66739f18d326112 |
"""HTML Exporter class"""\n\n# Copyright (c) Jupyter Development Team.\n# Distributed under the terms of the Modified BSD License.\n\nimport base64\nimport json\nimport mimetypes\nimport os\nfrom pathlib import Path\nfrom typing import Any, Dict, Optional, Tuple\n\nimport jinja2\nimport markupsafe\nfrom bs4 import Beau... | .venv\Lib\site-packages\nbconvert\exporters\html.py | html.py | Python | 13,779 | 0.95 | 0.13941 | 0.048544 | awesome-app | 351 | 2023-08-29T21:28:37.567664 | BSD-3-Clause | false | a705402094eaeabfad39a4ff0ea0adc0 |
"""LaTeX Exporter class"""\n\n# Copyright (c) Jupyter Development Team.\n# Distributed under the terms of the Modified BSD License.\n\nimport os\n\nfrom traitlets import default\nfrom traitlets.config import Config\n\nfrom nbconvert.filters.filter_links import resolve_references\nfrom nbconvert.filters.highlight import... | .venv\Lib\site-packages\nbconvert\exporters\latex.py | latex.py | Python | 3,847 | 0.95 | 0.133333 | 0.05814 | node-utils | 934 | 2025-07-08T00:30:01.077053 | GPL-3.0 | false | f7696eee055adb4328ea88e85858a03b |
"""Markdown Exporter class"""\n\n# Copyright (c) Jupyter Development Team.\n# Distributed under the terms of the Modified BSD License.\n\nfrom traitlets import default\nfrom traitlets.config import Config\n\nfrom .templateexporter import TemplateExporter\n\n\nclass MarkdownExporter(TemplateExporter):\n """\n Expo... | .venv\Lib\site-packages\nbconvert\exporters\markdown.py | markdown.py | Python | 1,569 | 0.95 | 0.122807 | 0.043478 | awesome-app | 93 | 2025-03-19T04:46:12.725788 | BSD-3-Clause | false | 499d19659dc4148e6384dd52237b9a76 |
"""NotebookExporter class"""\n\n# Copyright (c) IPython Development Team.\n# Distributed under the terms of the Modified BSD License.\n\nimport nbformat\nfrom traitlets import Enum, default\n\nfrom .exporter import Exporter\n\n\nclass NotebookExporter(Exporter):\n """Exports to an IPython notebook.\n\n This is us... | .venv\Lib\site-packages\nbconvert\exporters\notebook.py | notebook.py | Python | 1,423 | 0.95 | 0.136364 | 0.058824 | python-kit | 198 | 2024-02-13T01:53:05.643968 | GPL-3.0 | false | da57aa6d88fa93828051a658ce76c9c4 |
"""Export to PDF via latex"""\n\n# Copyright (c) IPython Development Team.\n# Distributed under the terms of the Modified BSD License.\nfrom __future__ import annotations\n\nimport os\nimport shutil\nimport subprocess\nimport sys\nfrom tempfile import TemporaryDirectory\n\nfrom traitlets import Bool, Instance, Integer,... | .venv\Lib\site-packages\nbconvert\exporters\pdf.py | pdf.py | Python | 7,932 | 0.95 | 0.157407 | 0.058824 | vue-tools | 487 | 2024-02-13T21:14:06.491234 | MIT | false | fb3855fefefb213fcbb0e146c71d0ee9 |
"""Python script Exporter class"""\n\n# Copyright (c) Jupyter Development Team.\n# Distributed under the terms of the Modified BSD License.\n\nfrom traitlets import default\n\nfrom .templateexporter import TemplateExporter\n\n\nclass PythonExporter(TemplateExporter):\n """\n Exports a Python code file.\n Note ... | .venv\Lib\site-packages\nbconvert\exporters\python.py | python.py | Python | 675 | 0.95 | 0.153846 | 0.111111 | awesome-app | 747 | 2024-07-19T22:27:48.289175 | MIT | false | f0067bc3d18fe0e7bd7dff3847af9d9d |
"""Export to PDF via a headless browser"""\n\n# Copyright (c) IPython Development Team.\n# Distributed under the terms of the Modified BSD License.\n\nfrom traitlets import Bool\n\nfrom .qt_exporter import QtExporter\n\n\nclass QtPDFExporter(QtExporter):\n """Writer designed to write to PDF files.\n\n This inheri... | .venv\Lib\site-packages\nbconvert\exporters\qtpdf.py | qtpdf.py | Python | 808 | 0.95 | 0.066667 | 0.1 | python-kit | 182 | 2023-10-12T16:15:08.110754 | MIT | false | 4710c895b49131cd936c18d9e02512c5 |
"""Export to PNG via a headless browser"""\n\n# Copyright (c) IPython Development Team.\n# Distributed under the terms of the Modified BSD License.\n\nfrom .qt_exporter import QtExporter\n\n\nclass QtPNGExporter(QtExporter):\n """Writer designed to write to PNG files.\n\n This inherits from :class:`HTMLExporter`.... | .venv\Lib\site-packages\nbconvert\exporters\qtpng.py | qtpng.py | Python | 479 | 0.95 | 0.117647 | 0.181818 | node-utils | 823 | 2024-05-04T16:47:03.533761 | BSD-3-Clause | false | acecace2a35070ae8218558924c85549 |
"""A qt exporter."""\n\nimport os\nimport sys\nimport tempfile\n\nfrom traitlets import default\n\nfrom .html import HTMLExporter\n\n\nclass QtExporter(HTMLExporter):\n """A qt exporter."""\n\n paginate = None\n format = ""\n\n @default("file_extension")\n def _file_extension_default(self):\n retu... | .venv\Lib\site-packages\nbconvert\exporters\qt_exporter.py | qt_exporter.py | Python | 2,113 | 0.95 | 0.136364 | 0.058824 | node-utils | 733 | 2025-06-17T16:33:27.275546 | Apache-2.0 | false | 44bd1c496fe7baff7649d208fa327d95 |
"""A qt screenshot exporter."""\n\nimport os\n\ntry:\n from PyQt5 import QtCore # type:ignore[import-not-found]\n from PyQt5.QtGui import QPageLayout, QPageSize # type:ignore[import-not-found]\n from PyQt5.QtWebEngineWidgets import ( # type:ignore[import-not-found]\n QWebEngineSettings,\n QWeb... | .venv\Lib\site-packages\nbconvert\exporters\qt_screenshot.py | qt_screenshot.py | Python | 3,312 | 0.95 | 0.163043 | 0.025974 | node-utils | 242 | 2024-10-18T14:29:05.867653 | GPL-3.0 | false | f36aa653ecda6d36f96a9baf5be1f6d4 |
"""reStructuredText Exporter class"""\n\n# Copyright (c) Jupyter Development Team.\n# Distributed under the terms of the Modified BSD License.\n\nfrom traitlets import default\nfrom traitlets.config import Config\n\nfrom ..filters import DataTypeFilter\nfrom .templateexporter import TemplateExporter\n\n\nclass RSTExpor... | .venv\Lib\site-packages\nbconvert\exporters\rst.py | rst.py | Python | 1,762 | 0.95 | 0.157895 | 0.108696 | python-kit | 833 | 2023-10-15T19:49:49.473204 | BSD-3-Clause | false | b028e8d97ff1045146b78bb9d891c08d |
"""Generic script exporter class for any kernel language"""\n\n# Copyright (c) Jupyter Development Team.\n# Distributed under the terms of the Modified BSD License.\nimport sys\n\nif sys.version_info < (3, 10):\n from importlib_metadata import entry_points # type:ignore[import-not-found]\nelse:\n from importlib.... | .venv\Lib\site-packages\nbconvert\exporters\script.py | script.py | Python | 3,177 | 0.95 | 0.289474 | 0.129032 | awesome-app | 435 | 2024-07-16T08:04:04.136902 | GPL-3.0 | false | 704189594020f5c1b32893f20a17809e |
"""HTML slide show Exporter class"""\n\n# Copyright (c) Jupyter Development Team.\n# Distributed under the terms of the Modified BSD License.\n\nfrom copy import deepcopy\nfrom warnings import warn\n\nfrom traitlets import Bool, Unicode, default\n\nfrom nbconvert.preprocessors.base import Preprocessor\n\nfrom .html imp... | .venv\Lib\site-packages\nbconvert\exporters\slides.py | slides.py | Python | 7,099 | 0.95 | 0.110048 | 0.130178 | awesome-app | 314 | 2024-12-15T10:47:36.554407 | MIT | false | 065a6407257ce0f911ffd0894a1bfc69 |
"""This module defines TemplateExporter, a highly configurable converter\nthat uses Jinja2 to export notebook files into different formats.\n"""\n\n# Copyright (c) IPython Development Team.\n# Distributed under the terms of the Modified BSD License.\nfrom __future__ import annotations\n\nimport html\nimport json\nimpor... | .venv\Lib\site-packages\nbconvert\exporters\templateexporter.py | templateexporter.py | Python | 27,557 | 0.95 | 0.20524 | 0.073504 | awesome-app | 468 | 2023-09-04T00:43:17.683687 | GPL-3.0 | false | 3dd5491243e0b4b1fc3d4327276046e4 |
"""Export to PDF via a headless browser"""\n\n# Copyright (c) IPython Development Team.\n# Distributed under the terms of the Modified BSD License.\n\nimport asyncio\nimport concurrent.futures\nimport os\nimport subprocess\nimport sys\nimport tempfile\nfrom importlib import util as importlib_util\n\nfrom traitlets impo... | .venv\Lib\site-packages\nbconvert\exporters\webpdf.py | webpdf.py | Python | 6,678 | 0.95 | 0.110497 | 0.102041 | vue-tools | 756 | 2024-07-28T21:34:09.756661 | MIT | false | 012d3e4a764449230e5ce0289d58d459 |
from .asciidoc import ASCIIDocExporter\nfrom .base import ExporterDisabledError, ExporterNameError, export, get_export_names, get_exporter\nfrom .exporter import Exporter, FilenameExtension, ResourcesDict\nfrom .html import HTMLExporter\nfrom .latex import LatexExporter\nfrom .markdown import MarkdownExporter\nfrom .no... | .venv\Lib\site-packages\nbconvert\exporters\__init__.py | __init__.py | Python | 1,150 | 0.85 | 0 | 0 | node-utils | 934 | 2024-08-13T23:12:35.947788 | GPL-3.0 | false | fd55294811d5f6f63ea3e81e9afca83d |
\n\n | .venv\Lib\site-packages\nbconvert\exporters\__pycache__\asciidoc.cpython-313.pyc | asciidoc.cpython-313.pyc | Other | 2,197 | 0.8 | 0.034483 | 0 | node-utils | 750 | 2025-01-30T17:49:25.780910 | GPL-3.0 | false | 4dbb56a11d4bdbfe03e6a2d2a9cb9e90 |
\n\n | .venv\Lib\site-packages\nbconvert\exporters\__pycache__\base.cpython-313.pyc | base.cpython-313.pyc | Other | 6,106 | 0.95 | 0.107143 | 0 | node-utils | 547 | 2023-08-11T20:21:32.371684 | MIT | false | aac0e4171801f6a9f06d88fbd3a94751 |
\n\n | .venv\Lib\site-packages\nbconvert\exporters\__pycache__\exporter.cpython-313.pyc | exporter.cpython-313.pyc | Other | 13,345 | 0.95 | 0.027473 | 0.005952 | awesome-app | 847 | 2023-08-20T01:53:06.253781 | MIT | false | 34d3ce304e7bf2a169367b403be4256a |
\n\n | .venv\Lib\site-packages\nbconvert\exporters\__pycache__\html.cpython-313.pyc | html.cpython-313.pyc | Other | 17,040 | 0.95 | 0.079096 | 0.024242 | vue-tools | 125 | 2024-06-22T21:54:03.626437 | BSD-3-Clause | false | c5d192ab6e6fc16d484045fe1e413d05 |
\n\n | .venv\Lib\site-packages\nbconvert\exporters\__pycache__\latex.cpython-313.pyc | latex.cpython-313.pyc | Other | 4,690 | 0.95 | 0.065217 | 0 | vue-tools | 126 | 2023-08-25T14:38:59.797440 | GPL-3.0 | false | 7e160affb0960274e84b6ebb567fb508 |
\n\n | .venv\Lib\site-packages\nbconvert\exporters\__pycache__\markdown.cpython-313.pyc | markdown.cpython-313.pyc | Other | 2,200 | 0.8 | 0.034483 | 0 | awesome-app | 631 | 2024-03-10T08:04:52.598397 | Apache-2.0 | false | 74fcf2cb41f472337a08870ef10ca928 |
\n\n | .venv\Lib\site-packages\nbconvert\exporters\__pycache__\notebook.cpython-313.pyc | notebook.cpython-313.pyc | Other | 2,196 | 0.8 | 0.038462 | 0 | awesome-app | 859 | 2023-11-01T07:01:23.936177 | Apache-2.0 | false | 8ccf8682425ba34034be8ee844a4b687 |
\n\n | .venv\Lib\site-packages\nbconvert\exporters\__pycache__\pdf.cpython-313.pyc | pdf.cpython-313.pyc | Other | 10,497 | 0.95 | 0.048387 | 0.026549 | python-kit | 367 | 2025-06-23T15:26:57.822394 | BSD-3-Clause | false | 457c189e7aed45e256ea1f0a86902c1e |
\n\n | .venv\Lib\site-packages\nbconvert\exporters\__pycache__\python.cpython-313.pyc | python.cpython-313.pyc | Other | 1,254 | 0.8 | 0.066667 | 0 | react-lib | 742 | 2024-02-26T18:21:52.129413 | Apache-2.0 | false | 291761ef5a2526a3c6917c2eaf831cbd |
\n\n | .venv\Lib\site-packages\nbconvert\exporters\__pycache__\qtpdf.cpython-313.pyc | qtpdf.cpython-313.pyc | Other | 1,150 | 0.8 | 0.047619 | 0 | react-lib | 11 | 2024-10-07T19:43:15.472378 | Apache-2.0 | false | c895a1e24372f2a325f2df3be3217653 |
\n\n | .venv\Lib\site-packages\nbconvert\exporters\__pycache__\qtpng.cpython-313.pyc | qtpng.cpython-313.pyc | Other | 796 | 0.7 | 0.083333 | 0 | vue-tools | 255 | 2024-07-16T06:09:25.280732 | BSD-3-Clause | false | b749b3721dc7ce8539dcaac6515ab0b9 |
\n\n | .venv\Lib\site-packages\nbconvert\exporters\__pycache__\qt_exporter.cpython-313.pyc | qt_exporter.cpython-313.pyc | Other | 3,689 | 0.8 | 0 | 0 | awesome-app | 156 | 2023-12-08T00:13:03.899672 | GPL-3.0 | false | dacaa0121f72793443fec82bdda8a88e |
\n\n | .venv\Lib\site-packages\nbconvert\exporters\__pycache__\qt_screenshot.cpython-313.pyc | qt_screenshot.cpython-313.pyc | Other | 5,634 | 0.8 | 0 | 0 | node-utils | 651 | 2023-10-20T20:47:09.279558 | BSD-3-Clause | false | bbf98a6c9b54109d1c579b1c58b3c409 |
\n\n | .venv\Lib\site-packages\nbconvert\exporters\__pycache__\rst.cpython-313.pyc | rst.cpython-313.pyc | Other | 2,650 | 0.8 | 0.033333 | 0 | vue-tools | 110 | 2023-08-30T05:05:25.281526 | MIT | false | 29e0f07531eb44d0cbc526bc670a51b0 |
\n\n | .venv\Lib\site-packages\nbconvert\exporters\__pycache__\script.cpython-313.pyc | script.cpython-313.pyc | Other | 3,919 | 0.95 | 0.135135 | 0 | node-utils | 420 | 2025-02-27T05:53:31.003060 | BSD-3-Clause | false | e3c5166005b1680af570dfb715fd8c04 |
\n\n | .venv\Lib\site-packages\nbconvert\exporters\__pycache__\slides.cpython-313.pyc | slides.cpython-313.pyc | Other | 7,949 | 0.8 | 0.027211 | 0 | awesome-app | 401 | 2024-06-04T00:01:14.579315 | GPL-3.0 | false | 836889d5e41f14ea68620736ea13a991 |
\n\n | .venv\Lib\site-packages\nbconvert\exporters\__pycache__\templateexporter.cpython-313.pyc | templateexporter.cpython-313.pyc | Other | 32,959 | 0.95 | 0.082143 | 0.011407 | react-lib | 759 | 2024-04-28T15:22:01.859667 | Apache-2.0 | false | 365b7760804328189ad2f242b002e440 |
\n\n | .venv\Lib\site-packages\nbconvert\exporters\__pycache__\webpdf.cpython-313.pyc | webpdf.cpython-313.pyc | Other | 8,186 | 0.95 | 0.029126 | 0 | node-utils | 218 | 2024-09-05T16:20:00.872156 | MIT | false | ecb78a8920ce3635b99b912d4186a29d |
\n\n | .venv\Lib\site-packages\nbconvert\exporters\__pycache__\__init__.cpython-313.pyc | __init__.cpython-313.pyc | Other | 1,224 | 0.8 | 0 | 0 | awesome-app | 697 | 2024-11-13T00:22:39.781771 | BSD-3-Clause | false | 9a0feaf39d4ba9508f98355045672c74 |
"""Filters for processing ANSI colors within Jinja templates."""\n\n# Copyright (c) IPython Development Team.\n# Distributed under the terms of the Modified BSD License.\n\nimport re\n\nimport markupsafe\n\n__all__ = ["strip_ansi", "ansi2html", "ansi2latex"]\n\n_ANSI_RE = re.compile("\x1b\\[(.*?)([@-~])")\n\n_ANSI_COLO... | .venv\Lib\site-packages\nbconvert\filters\ansi.py | ansi.py | Python | 8,042 | 0.95 | 0.162162 | 0.04878 | react-lib | 656 | 2024-12-31T02:59:49.035691 | MIT | false | 247fa51c268cfcdecc5b9e50b80549ee |
"""Citation handling for LaTeX output."""\n\n# -----------------------------------------------------------------------------\n# Copyright (c) 2013, the IPython Development Team.\n#\n# Distributed under the terms of the Modified BSD License.\n#\n# The full license is in the file COPYING.txt, distributed with this softwa... | .venv\Lib\site-packages\nbconvert\filters\citation.py | citation.py | Python | 3,694 | 0.95 | 0.201754 | 0.25 | awesome-app | 22 | 2025-05-16T09:03:16.592753 | Apache-2.0 | false | 870853d087bf903414948847db1a6b91 |
"""Filter used to select the first preferred output format available.\n\nThe filter contained in the file allows the converter templates to select\nthe output format that is most valuable to the active export format. The\nvalue of the different formats is set via\nNbConvertBase.display_data_priority\n"""\n# ----------... | .venv\Lib\site-packages\nbconvert\filters\datatypefilter.py | datatypefilter.py | Python | 1,556 | 0.95 | 0.108696 | 0.294118 | node-utils | 224 | 2025-04-27T06:52:58.539859 | GPL-3.0 | false | 069c2e9e36a08bd02581546572fe231f |
"""A pandoc filter used in converting notebooks to Latex.\nConverts links between notebooks to Latex cross-references.\n"""\n\nimport re\n\nfrom pandocfilters import RawInline, applyJSONFilters, stringify # type:ignore[import-untyped]\n\n\ndef resolve_references(source):\n """\n This applies the resolve_one_refe... | .venv\Lib\site-packages\nbconvert\filters\filter_links.py | filter_links.py | Python | 1,556 | 0.95 | 0.146341 | 0.0625 | awesome-app | 170 | 2025-05-06T15:46:49.530187 | MIT | false | 5e2406e6f5115de0870dd8740cef9964 |
"""\nModule containing filter functions that allow code to be highlighted\nfrom within Jinja templates.\n"""\n\n# Copyright (c) IPython Development Team.\n# Distributed under the terms of the Modified BSD License.\n\n# pygments must not be imported at the module level\n# because errors should be raised at runtime if it... | .venv\Lib\site-packages\nbconvert\filters\highlight.py | highlight.py | Python | 6,330 | 0.95 | 0.123077 | 0.05 | vue-tools | 88 | 2024-11-05T00:21:18.813161 | GPL-3.0 | false | ec876f8ce45250a7b8cac0a48a8b0ec5 |
"""Latex filters.\n\nModule of useful filters for processing Latex within Jinja latex templates.\n"""\n# -----------------------------------------------------------------------------\n# Copyright (c) 2013, the IPython Development Team.\n#\n# Distributed under the terms of the Modified BSD License.\n#\n# The full licens... | .venv\Lib\site-packages\nbconvert\filters\latex.py | latex.py | Python | 1,819 | 0.95 | 0.081967 | 0.375 | awesome-app | 666 | 2023-08-06T04:21:19.453001 | Apache-2.0 | false | 2c97de67408e27caf9878fefdbbdcbd8 |
"""Markdown filters\n\nThis file contains a collection of utility filters for dealing with\nmarkdown within Jinja templates.\n"""\n# Copyright (c) IPython Development Team.\n# Distributed under the terms of the Modified BSD License.\n\nimport re\n\nfrom packaging.version import Version\n\nfrom nbconvert.utils.pandoc im... | .venv\Lib\site-packages\nbconvert\filters\markdown.py | markdown.py | Python | 3,399 | 0.95 | 0.119658 | 0.093023 | python-kit | 832 | 2023-09-30T19:33:56.527904 | MIT | false | 1f19fbbd74e1aa00476473f653b9f927 |
"""Markdown filters with mistune\n\nUsed from markdown.py\n"""\n# Copyright (c) IPython Development Team.\n# Distributed under the terms of the Modified BSD License.\n\nimport base64\nimport mimetypes\nimport os\nfrom html import escape\nfrom typing import TYPE_CHECKING, Any, ClassVar, Dict, Iterable, Match, Optional, ... | .venv\Lib\site-packages\nbconvert\filters\markdown_mistune.py | markdown_mistune.py | Python | 18,978 | 0.95 | 0.171937 | 0.083744 | node-utils | 1 | 2025-05-21T09:45:00.225241 | Apache-2.0 | false | 77fea2aacf026aa5c480abf280068c27 |
"""filters for metadata"""\n\n\ndef get_metadata(output, key, mimetype=None):\n """Resolve an output metadata key\n\n If mimetype given, resolve at mimetype level first,\n then fallback to top-level.\n Otherwise, just resolve at top-level.\n Returns None if no data found.\n """\n md = output.get("m... | .venv\Lib\site-packages\nbconvert\filters\metadata.py | metadata.py | Python | 477 | 0.85 | 0.294118 | 0 | node-utils | 972 | 2024-01-07T05:31:00.799258 | BSD-3-Clause | false | e6b902334dfc4111b690e6db690d7f39 |
"""\nConvert between any two formats using pandoc,\nand related filters\n"""\n\nimport os\n\nfrom pandocfilters import Image, applyJSONFilters # type:ignore[import-untyped]\n\nfrom nbconvert.utils.base import NbConvertBase\nfrom nbconvert.utils.pandoc import pandoc\n\n__all__ = ["ConvertExplicitlyRelativePaths", "conv... | .venv\Lib\site-packages\nbconvert\filters\pandoc.py | pandoc.py | Python | 2,867 | 0.95 | 0.17284 | 0.181818 | vue-tools | 651 | 2024-08-02T04:29:58.455537 | BSD-3-Clause | false | 6291acfe45d0d61777757372abf6bba0 |
"""String filters.\n\nContains a collection of useful string manipulation filters for use in Jinja\ntemplates.\n"""\n\n# Copyright (c) IPython Development Team.\n# Distributed under the terms of the Modified BSD License.\n\nimport base64\nimport os\nimport re\nimport textwrap\nimport warnings\nfrom urllib.parse import ... | .venv\Lib\site-packages\nbconvert\filters\strings.py | strings.py | Python | 7,536 | 0.95 | 0.131944 | 0.07489 | react-lib | 148 | 2023-11-02T08:04:35.196779 | GPL-3.0 | false | e4e369ae7d299f8e49c3ae6be77b50bb |
"""Filter used to select the first preferred output format available,\nexcluding interactive widget format if the widget state is not available.\n\nThe filter contained in the file allows the converter templates to select\nthe output format that is most valuable to the active export format. The\nvalue of the different... | .venv\Lib\site-packages\nbconvert\filters\widgetsdatatypefilter.py | widgetsdatatypefilter.py | Python | 2,820 | 0.95 | 0.142857 | 0.183333 | node-utils | 255 | 2023-09-09T05:00:44.254231 | GPL-3.0 | false | 32a8d0478c8e595edc46fb61394c3856 |
from nbconvert.utils.text import indent\n\nfrom .ansi import ansi2html, ansi2latex, strip_ansi\nfrom .citation import citation2latex\nfrom .datatypefilter import DataTypeFilter\nfrom .highlight import Highlight2HTML, Highlight2Latex\nfrom .latex import escape_latex\nfrom .markdown import (\n markdown2asciidoc,\n ... | .venv\Lib\site-packages\nbconvert\filters\__init__.py | __init__.py | Python | 1,578 | 0.85 | 0 | 0 | node-utils | 203 | 2024-12-22T20:50:19.359075 | Apache-2.0 | false | ac48ef749f5a2c21a42a356ad86057ec |
\n\n | .venv\Lib\site-packages\nbconvert\filters\__pycache__\ansi.cpython-313.pyc | ansi.cpython-313.pyc | Other | 8,928 | 0.95 | 0.038217 | 0 | awesome-app | 265 | 2023-08-14T06:39:15.563830 | Apache-2.0 | false | 502d512ebb567b27483e59b349c51269 |
\n\n | .venv\Lib\site-packages\nbconvert\filters\__pycache__\citation.cpython-313.pyc | citation.cpython-313.pyc | Other | 3,943 | 0.8 | 0.041667 | 0 | react-lib | 832 | 2024-11-28T01:26:20.778555 | BSD-3-Clause | false | fb217424e6f24dd03205415f92b22549 |
\n\n | .venv\Lib\site-packages\nbconvert\filters\__pycache__\datatypefilter.cpython-313.pyc | datatypefilter.cpython-313.pyc | Other | 1,552 | 0.7 | 0.041667 | 0 | python-kit | 900 | 2025-01-06T14:32:06.839859 | MIT | false | 92f82534aad8cd80f313da2067caa476 |
\n\n | .venv\Lib\site-packages\nbconvert\filters\__pycache__\filter_links.cpython-313.pyc | filter_links.cpython-313.pyc | Other | 1,945 | 0.8 | 0.037037 | 0 | python-kit | 270 | 2024-12-19T04:20:18.498841 | Apache-2.0 | false | ce9a9d993c884013173d7cac528aefa5 |
\n\n | .venv\Lib\site-packages\nbconvert\filters\__pycache__\highlight.cpython-313.pyc | highlight.cpython-313.pyc | Other | 6,598 | 0.95 | 0.034783 | 0 | react-lib | 458 | 2025-07-06T05:31:08.945657 | Apache-2.0 | false | c5d27ffbcb04501a8956b95044f72c98 |
\n\n | .venv\Lib\site-packages\nbconvert\filters\__pycache__\latex.cpython-313.pyc | latex.cpython-313.pyc | Other | 1,329 | 0.8 | 0.035714 | 0 | react-lib | 887 | 2025-02-17T02:56:03.171741 | MIT | false | ca82c7642e69a588cc1a91d3d3b22277 |
\n\n | .venv\Lib\site-packages\nbconvert\filters\__pycache__\markdown.cpython-313.pyc | markdown.cpython-313.pyc | Other | 3,372 | 0.95 | 0.078125 | 0 | node-utils | 410 | 2025-07-02T13:46:19.543698 | BSD-3-Clause | false | f0f4ffff767cfc3cd2c5230703651f82 |
\n\n | .venv\Lib\site-packages\nbconvert\filters\__pycache__\markdown_mistune.cpython-313.pyc | markdown_mistune.cpython-313.pyc | Other | 21,702 | 0.95 | 0.035242 | 0 | vue-tools | 346 | 2024-09-13T21:50:40.931060 | MIT | false | d560fc9dd44edaaaf596cb437ce59a82 |
\n\n | .venv\Lib\site-packages\nbconvert\filters\__pycache__\metadata.cpython-313.pyc | metadata.cpython-313.pyc | Other | 795 | 0.8 | 0.153846 | 0 | node-utils | 307 | 2024-04-03T22:16:19.204443 | BSD-3-Clause | false | 13c133131bb6c6c52d35bad22be4d5c6 |
\n\n | .venv\Lib\site-packages\nbconvert\filters\__pycache__\pandoc.cpython-313.pyc | pandoc.cpython-313.pyc | Other | 3,043 | 0.95 | 0.075 | 0 | react-lib | 874 | 2024-11-15T21:23:44.205249 | GPL-3.0 | false | a79c158fd0a59edf3caf08c0adfcf803 |
\n\n | .venv\Lib\site-packages\nbconvert\filters\__pycache__\strings.cpython-313.pyc | strings.cpython-313.pyc | Other | 9,894 | 0.95 | 0.04321 | 0 | react-lib | 981 | 2025-01-17T11:46:26.322837 | GPL-3.0 | false | d047cf9b50fa32939fdce5db2abdf2cb |
\n\n | .venv\Lib\site-packages\nbconvert\filters\__pycache__\widgetsdatatypefilter.cpython-313.pyc | widgetsdatatypefilter.cpython-313.pyc | Other | 3,007 | 0.8 | 0.071429 | 0.027778 | awesome-app | 132 | 2024-12-01T00:09:59.512068 | GPL-3.0 | false | 9476d6317e630ce898a62d8b88a540c7 |
\n\n | .venv\Lib\site-packages\nbconvert\filters\__pycache__\__init__.cpython-313.pyc | __init__.cpython-313.pyc | Other | 1,495 | 0.8 | 0 | 0 | react-lib | 336 | 2023-11-18T07:01:12.035579 | BSD-3-Clause | false | c1b5ddec8669872afc8129c38322dd61 |
"""\nBasic post processor\n"""\n# -----------------------------------------------------------------------------\n# Copyright (c) 2013, the IPython Development Team.\n#\n# Distributed under the terms of the Modified BSD License.\n#\n# The full license is in the file COPYING.txt, distributed with this software.\n# ------... | .venv\Lib\site-packages\nbconvert\postprocessors\base.py | base.py | Python | 1,154 | 0.95 | 0.166667 | 0.433333 | awesome-app | 990 | 2024-11-04T09:41:28.158834 | Apache-2.0 | false | 11568c8e3754aa326587ed46f39daff7 |
"""PostProcessor for serving reveal.js HTML slideshows."""\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 threading\nimport typing as t\nimport webbrowser\n\nfrom tornado import gen, httpserver, ioloop, lo... | .venv\Lib\site-packages\nbconvert\postprocessors\serve.py | serve.py | Python | 4,366 | 0.95 | 0.141667 | 0.052632 | python-kit | 105 | 2024-05-19T01:47:45.087485 | BSD-3-Clause | false | 1f9641696bd084541f676ac324c4e63b |
from .base import PostProcessorBase\n\n# protect against unavailable tornado\ntry:\n from .serve import ServePostProcessor\nexcept ImportError:\n ServePostProcessor = None # type:ignore[misc,assignment]\n\n__all__ = ["PostProcessorBase", "ServePostProcessor"]\n | .venv\Lib\site-packages\nbconvert\postprocessors\__init__.py | __init__.py | Python | 259 | 0.95 | 0.111111 | 0.142857 | react-lib | 255 | 2023-07-29T17:42:38.219364 | BSD-3-Clause | false | de62db1c54999591ce08ad0b2dfd1e62 |
\n\n | .venv\Lib\site-packages\nbconvert\postprocessors\__pycache__\base.cpython-313.pyc | base.cpython-313.pyc | Other | 1,053 | 0.95 | 0.230769 | 0 | node-utils | 177 | 2024-01-03T18:47:29.704117 | MIT | false | 0f6bdf71b930584a0ef936461a7edfda |
\n\n | .venv\Lib\site-packages\nbconvert\postprocessors\__pycache__\serve.cpython-313.pyc | serve.cpython-313.pyc | Other | 6,863 | 0.8 | 0.065789 | 0 | python-kit | 236 | 2023-07-29T22:08:36.127951 | BSD-3-Clause | false | 6d7d2468bbbf77eec18440de524df907 |
\n\n | .venv\Lib\site-packages\nbconvert\postprocessors\__pycache__\__init__.cpython-313.pyc | __init__.cpython-313.pyc | Other | 420 | 0.8 | 0 | 0 | python-kit | 918 | 2024-12-08T16:03:31.121304 | GPL-3.0 | false | 93fa3f4e9aced51cf0ddd6eb4640055f |
"""Base class for preprocessors"""\n\n# Copyright (c) IPython Development Team.\n# Distributed under the terms of the Modified BSD License.\n\nfrom traitlets import Bool\n\nfrom nbconvert.utils.base import NbConvertBase\n\n\nclass Preprocessor(NbConvertBase):\n """A configurable preprocessor\n\n Inherit from this... | .venv\Lib\site-packages\nbconvert\preprocessors\base.py | base.py | Python | 2,793 | 0.95 | 0.181818 | 0.029412 | vue-tools | 895 | 2023-12-14T21:03:53.715623 | MIT | false | f9a595e5756d080b152d136f2088617b |
"""Module containing a preprocessor that removes metadata from code cells"""\n\n# Copyright (c) IPython Development Team.\n# Distributed under the terms of the Modified BSD License.\n\nfrom traitlets import Bool, Set\n\nfrom .base import Preprocessor\n\n\nclass ClearMetadataPreprocessor(Preprocessor):\n """\n Rem... | .venv\Lib\site-packages\nbconvert\preprocessors\clearmetadata.py | clearmetadata.py | Python | 3,764 | 0.95 | 0.247619 | 0.043956 | vue-tools | 955 | 2025-04-09T19:49:26.581728 | GPL-3.0 | false | d818a638f61a173b85af0b83b415e683 |
"""Module containing a preprocessor that removes the outputs from code cells"""\n\n# Copyright (c) IPython Development Team.\n# Distributed under the terms of the Modified BSD License.\n\nfrom traitlets import Set\n\nfrom .base import Preprocessor\n\n\nclass ClearOutputPreprocessor(Preprocessor):\n """\n Removes ... | .venv\Lib\site-packages\nbconvert\preprocessors\clearoutput.py | clearoutput.py | Python | 930 | 0.95 | 0.206897 | 0.136364 | awesome-app | 815 | 2024-05-10T13:28:25.007318 | MIT | false | fbfb94313fe3314217eddbd941188fd6 |
"""Preprocessor for merging consecutive stream outputs for easier handling."""\n\nimport re\n\n# Copyright (c) IPython Development Team.\n# Distributed under the terms of the Modified BSD License.\nfrom nbconvert.preprocessors import Preprocessor\n\nCR_PAT = re.compile(r".*\r(?=[^\n])")\n\n\nclass CoalesceStreamsPrepro... | .venv\Lib\site-packages\nbconvert\preprocessors\coalescestreams.py | coalescestreams.py | Python | 1,385 | 0.95 | 0.222222 | 0.083333 | node-utils | 945 | 2025-03-03T21:50:29.441320 | BSD-3-Clause | false | fe1384109dabc3f37367b04690947021 |
"""Module containing a preprocessor that converts outputs in the notebook from\none format to another.\n\nConverts all of the outputs in a notebook from one format to another.\n"""\n# Copyright (c) Jupyter Development Team.\n# Distributed under the terms of the Modified BSD License.\n\nfrom traitlets import Unicode\n\n... | .venv\Lib\site-packages\nbconvert\preprocessors\convertfigures.py | convertfigures.py | Python | 1,539 | 0.95 | 0.12 | 0.078947 | react-lib | 321 | 2024-05-31T22:17:14.198676 | BSD-3-Clause | false | 2b5106a1dd72d343499ff781812b3d95 |
"""Module that pre-processes the notebook for export to HTML."""\n\n# Copyright (c) Jupyter Development Team.\n# Distributed under the terms of the Modified BSD License.\n\nimport hashlib\nimport os\n\nfrom jupyterlab_pygments import JupyterStyle # type:ignore[import-untyped]\nfrom pygments.style import Style\nfrom tr... | .venv\Lib\site-packages\nbconvert\preprocessors\csshtmlheader.py | csshtmlheader.py | Python | 3,307 | 0.95 | 0.130435 | 0.067568 | node-utils | 82 | 2025-05-18T12:27:55.841543 | Apache-2.0 | false | 03f8555fb4308588726bfe0d5b5da2af |
# Copyright (c) IPython Development Team.\n# Distributed under the terms of the Modified BSD License.\n\n"""Module containing a preprocessor that executes the code cells\nand updates outputs"""\n\nfrom __future__ import annotations\n\nimport typing as t\n\nfrom jupyter_client.manager import KernelManager\nfrom nbclient... | .venv\Lib\site-packages\nbconvert\preprocessors\execute.py | execute.py | Python | 4,604 | 0.95 | 0.144 | 0.058824 | python-kit | 287 | 2024-12-29T02:33:40.940850 | MIT | false | 9ff1dda1fce954f18a13269a57b72d20 |
"""\nModule that extracts attachments from notebooks into their own files\n"""\n\n# Copyright (c) Jupyter Development Team.\n# Distributed under the terms of the Modified BSD License.\n\nimport os\nfrom base64 import b64decode\n\nfrom traitlets import Bool, Unicode\n\nfrom .base import Preprocessor\n\n\nclass ExtractAt... | .venv\Lib\site-packages\nbconvert\preprocessors\extractattachments.py | extractattachments.py | Python | 4,080 | 0.95 | 0.12963 | 0.191011 | vue-tools | 822 | 2023-09-18T12:09:06.686636 | MIT | false | 78ce50bef22ba5701c0990bd3b4889d2 |
"""A preprocessor that extracts all of the outputs from the\nnotebook file. The extracted outputs are returned in the 'resources' dictionary.\n"""\n\n# Copyright (c) IPython Development Team.\n# Distributed under the terms of the Modified BSD License.\n\nimport json\nimport os\nimport sys\nfrom binascii import a2b_bas... | .venv\Lib\site-packages\nbconvert\preprocessors\extractoutput.py | extractoutput.py | Python | 6,445 | 0.95 | 0.166667 | 0.203125 | node-utils | 82 | 2024-03-08T12:44:21.216042 | GPL-3.0 | false | b85a50e12ee89cba3dcea8041d1b3bd3 |
"""This preprocessor detect cells using a different language through\nmagic extensions such as `%%R` or `%%octave`. Cell's metadata is marked\nso that the appropriate highlighter can be used in the `highlight`\nfilter.\n"""\n\n# Copyright (c) Jupyter Development Team.\n# Distributed under the terms of the Modified BSD ... | .venv\Lib\site-packages\nbconvert\preprocessors\highlightmagics.py | highlightmagics.py | Python | 3,197 | 0.95 | 0.09901 | 0.121951 | react-lib | 7 | 2025-04-01T15:29:00.470114 | MIT | false | 9192335846486d31e84570613ee3e3ca |
"""Module that allows latex output notebooks to be conditioned before\nthey are converted.\n"""\n# -----------------------------------------------------------------------------\n# Copyright (c) 2013, the IPython Development Team.\n#\n# Distributed under the terms of the Modified BSD License.\n#\n# The full license is i... | .venv\Lib\site-packages\nbconvert\preprocessors\latex.py | latex.py | Python | 2,735 | 0.95 | 0.111111 | 0.225806 | vue-tools | 198 | 2025-05-19T10:50:38.369521 | Apache-2.0 | false | 46981a076a7da6a29aa6c77b640ba452 |
"""\nModule containing a preprocessor that removes cells if they match\none or more regular expression.\n"""\n\n# Copyright (c) IPython Development Team.\n# Distributed under the terms of the Modified BSD License.\nfrom __future__ import annotations\n\nimport re\n\nfrom traitlets import List, Unicode\n\nfrom .base impo... | .venv\Lib\site-packages\nbconvert\preprocessors\regexremove.py | regexremove.py | Python | 2,498 | 0.95 | 0.169014 | 0.153846 | python-kit | 591 | 2024-05-26T08:10:24.921356 | Apache-2.0 | false | c2b5cf8f143c0b36de6c303da3bbf97c |
"""\nNBConvert Preprocessor for sanitizing HTML rendering of notebooks.\n"""\n\nimport warnings\n\nfrom bleach import ALLOWED_ATTRIBUTES, ALLOWED_TAGS, clean\nfrom traitlets import Any, Bool, List, Set, Unicode\n\nfrom .base import Preprocessor\n\n_USE_BLEACH_CSS_SANITIZER = False\n_USE_BLEACH_STYLES = False\n\n\ntry:\... | .venv\Lib\site-packages\nbconvert\preprocessors\sanitize.py | sanitize.py | Python | 5,463 | 0.95 | 0.122905 | 0.064516 | node-utils | 593 | 2024-04-07T03:39:46.421079 | Apache-2.0 | false | 5e40265e58eac052bff3878c49b67662 |
"""Module containing a preprocessor that converts outputs in the notebook from\none format to another.\n"""\n\n# Copyright (c) Jupyter Development Team.\n# Distributed under the terms of the Modified BSD License.\n\nimport base64\nimport os\nimport subprocess\nimport sys\nfrom shutil import which\nfrom tempfile import ... | .venv\Lib\site-packages\nbconvert\preprocessors\svg2pdf.py | svg2pdf.py | Python | 5,589 | 0.95 | 0.164557 | 0.146154 | awesome-app | 153 | 2024-06-03T01:44:37.770185 | GPL-3.0 | false | c73829588b0ecfacf2c7b7107a3ad14c |
"""\nModule containing a preprocessor that removes cells if they match\none or more regular expression.\n"""\n\n# Copyright (c) IPython Development Team.\n# Distributed under the terms of the Modified BSD License.\nfrom __future__ import annotations\n\nfrom traitlets import Set, Unicode\n\nfrom .base import Preprocesso... | .venv\Lib\site-packages\nbconvert\preprocessors\tagremove.py | tagremove.py | Python | 4,731 | 0.95 | 0.156028 | 0.05042 | vue-tools | 984 | 2025-03-16T16:02:59.575380 | BSD-3-Clause | false | aff8c9adb85a6e3d00f8289ea9d246c4 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.