Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python310-nbconvert-7.16.2-1.1 RPM for noarch

From OpenSuSE Tumbleweed for noarch

Name: python310-nbconvert Distribution: openSUSE Tumbleweed
Version: 7.16.2 Vendor: openSUSE
Release: 1.1 Build date: Fri Mar 8 18:30:52 2024
Group: Unspecified Build host: h02-ch2b
Size: 544099 Source RPM: python-nbconvert-7.16.2-1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/jupyter/nbconvert
Summary: Conversion of Jupyter Notebooks
The jupyter nbconvert package converts notebooks to various other formats
via Jinja templates.

This package provides the python interface.

Provides

Requires

License

BSD-3-Clause AND MIT

Changelog

* Fri Mar 08 2024 Ben Greiner <code@bnavigator.de>
  - Update to 7.16.2
    * [HTMLExporter] Initialize resources before widget filtering
      [#2118] (@yuvipanda)
  - Release 7.16.1 is pure maintenance
  - Skip testing python39: no longer supported since ipython 8.19
* Wed Feb 07 2024 Dirk Müller <dmueller@suse.com>
  - update to 7.16.0:
    * Add a toggle to skip the svg encoding of images #2106
    * Support configurable width and height of reveal presentations
* Sun Jan 21 2024 Ben Greiner <code@bnavigator.de>
  - Update to 7.14.2 via 7.14.1, 7.14.0
    * Fix broken image scaling in case a custom width or height is
      provided for the image #2094 (@AndSte01)
    * Convert coalescese_streams function to
      CoalesceStreamsPreprocessor #2089 (@ryan-williams)
    * Fix webpdf test on Python 3.12 #2088 (@blink1073)
* Thu Dec 28 2023 Ben Greiner <code@bnavigator.de>
  - Update to 7.13.1
    * Restore removed import #2086 (@blink1073)
  - Release 7.13.0
    * Add table, td, tr to allowed list of tags #2083 (@yuvipanda)
* Sat Dec 16 2023 Dirk Müller <dmueller@suse.com>
  - update to 7.12.0:
    * Allow to load config from env.
    * Use ruff on notebooks and update typings
    * update Python version support in docs
    * Support es modules in js includes
    * Clean up lint handling and list generics
    * Remove not needed pytest-dependency test requirement
    * Update to mermaid 10.6.0, docs keyboard navigation
    * Fix typing for traitlets 5.13
    * Adopt ruff format
    * Update typings and remove dead link
    * Update to mermaid 10.6.0, docs keyboard navigation
* Mon Oct 09 2023 Ben Greiner <code@bnavigator.de>
  - Update to 7.9.2
    * Restore ResourcesDict to the public API #2055 (@blink1073)
  - Release 7.9.1
    * Include tests in sdist #2053 (@blink1073)
  - Release 7.9.0
    * Update to mermaidjs 10.5.0 #2051 (@bollwyvl)
    * Update typing for traitlets 5.11 #2050 (@blink1073)
    * Fixup typings #2048 (@blink1073)
* Sun Sep 24 2023 Ben Greiner <code@bnavigator.de>
  - Update to 7.8.0
    * MermaidJS 10.3.1, accessibility features, handle MIME #2034
      (@bollwyvl)
    * Fix: Prevent error from all whitespace lang string #2036
      (@Adamtaranto)
* Sat Aug 26 2023 Ben Greiner <code@bnavigator.de>
  - Update to 7.7.4
    * Give main tag a height of 100% in css for reveal html #2032
      (@lkeegan)
* Thu Aug 17 2023 Ben Greiner <code@bnavigator.de>
  - Suggest primary python package -- boo#1214354
* Sat Aug 05 2023 Arun Persaud <arun@gmx.de>
  - specfile
    * require flaky for tests
  - update to version 7.7.3:
    * Bugs fixed
      + Restore pauses during webpdf render #2025 (@jstorrs)
  - changes from version 7.7.2:
    * Bugs fixed
      + Show a warning if an image has no alternative text #2024
      (@brichet)
  - changes from version 7.7.1:
    * Bugs fixed
      + Restore 'media=print' option #2022 (@brichet)
  - changes from version 7.7.0:
    * Enhancements made
      + [Accessibility] some accessibility improvements #2021 (@brichet)
      + Adopt playwright #2013 (@brichet)
      + Update to Jupyterlab 4 #2012 (@brichet)
    * Bugs fixed
      + html: write image/svg+xml data as base64 and skip clean_html
      [#2018] (@jstorrs)
      + Remove HTML escaping JSON-encoded widget state #1934 (@manzt)
    * Maintenance and upkeep improvements
      + Fix lint error #2010 (@blink1073)
      + Support Python 3.8-3.12 #2008 (@blink1073)
* Tue Jun 20 2023 Ben Greiner <code@bnavigator.de>
  - Update to 7.6.0
    * Update to Mistune v3 #1820 (@TiagodePAlves)
  - Release 7.5.0
    * Add mermaidjs 10.2.3 #1957 (@bollwyvl)
    * Fix pdf conversion with explicitly relative paths #2005
      (@tuncbkose)
    * Ensure TEXINPUTS is an absolute path #2002 (@tuncbkose)
* Sun Jun 11 2023 Ben Greiner <code@bnavigator.de>
  - Update to 7.4.0
    * Add ExtractAttachmentsPreprocessor #1978 (@tuncbkose)
    * Moved ensure_dir_exists to FilesWriter #1987 (@tuncbkose)
    * Tweak exporter default_config merging behavior #1981
      (@tuncbkose)
    * Revert unintended effects of #1966 #1974 (@tuncbkose)
* Mon May 01 2023 Ben Greiner <code@bnavigator.de>
  - Skip a test broken by ipython 8.13
    * test_errors_print_traceback: gh#jupyter/nbconvert#1985
* Sun Apr 23 2023 Ben Greiner <code@bnavigator.de>
  - Update to 7.3.1
    * Remove overwriting of default KernelManager #1972 (@tuncbkose)
  - Release 7.3.0
    * Allow pattern in output_base #1967 (@JeppeKlitgaard)
    * Make date configurable in latex/PDF #1963 (@achimgaedke)
    * Update jupyterlab CSS #1960 (@martinRenou)
* Sun Mar 19 2023 Ben Greiner <code@bnavigator.de>
  - Update to 7.2.10
    * Add cell-id anchor for cell identification #1897 (@krassowski)
    * Do not import pyppeteer for installation check #1947
      (@krassowski)
* Thu Feb 09 2023 Arun Persaud <arun@gmx.de>
  - update to version 7.2.9:
    * Bugs fixed
      + Fix handling of css sanitizer #1940 (@blink1073)
* Sun Jan 22 2023 Ben Greiner <code@bnavigator.de>
  - Update to 7.2.8
    * always pass relax_add_props=True when validating #1936 (@minrk)
* Mon Dec 26 2022 Ben Greiner <code@bnavigator.de>
  - Update to 7.2.7
    * Fix Hanging Tests on Linux #1924 (@blink1073)
  - Release 7.2.6
    * Include all templates in sdist #1916 (@blink1073)
  - Release 7.2.5
    * Fix for webpdf print margins #1907 (@JWock82)
  - Release 7.2.4
    * Handle jupyter core warning #1905 (@blink1073)
    * Add Py-typed marker. #1898 (@Carreau)
  - Release 7.2.3
    * clean_html: allow SVG tags and SVG attributes #1890 (@akx)
* Wed Oct 26 2022 Ben Greiner <code@bnavigator.de>
  - Update to 7.2.2
    * Fix default config test #1885 (@blink1073)
    * Add ensure label workflow #1884 (@blink1073)
    * Add release workflows #1883 (@blink1073)
    * Maintenance cleanup #1881 (@blink1073)
  - Release 7.2.1
    * Fix version handling #1878 (@blink1073)
  - Release 7.2.0
    * Prep for jupyter releaser #1877 (@blink1073)
    * Add support for jupyter_client 8 #1867 (@blink1073)
  - Release 7.1.0
    * Fix markdown table not render bug by @Neutree in #1853
    * Replace lxml.html.clean_html with bleach; drop lxml dependency
      by @akx in #1854
    * Remove CircleCI badge from README by @akx in #1857
    * Added support for section (slide) "data-*" attributes by
      @bouzidanas in #1861
  - Drop ignore-bleach-deprecation-test.patch
* Sun Sep 25 2022 Ben Greiner <code@bnavigator.de>
  - Update to version 7.0.0
    * Update to Mistune 2.0.2 by @TiagodePAlves in #1764
    * Clean up markdown parsing by @blink1073 in #1774
    * Switch to hatch build backend by @blink1073 in #1777
    * switch from entrypoints to importlib-metadata by @konstin in
      [#1782]
    * Add recursive flag for glob notebook search by @paoloalba in
      [#1785]
    * Updates for sphinx 5.0 support by @blink1073 in #1788
    * Fixed unique div ids in lab template, fixed #1759 by @veghdev
      in #1761
    * WebPDFExporter: Emulate media print by @martinRenou in #1791
    * Fix fonts overriden by user stylesheet by inheriting styles by
      @dakoop in #1793
    * Fix lab template output alignment by @dakoop in #1795
    * Add qtpdf and qtpng exporters by @davidbrochart in #1611
    * Fix linters by @martinRenou in #1825
    * Remove downloaded CSS from repository by @martinRenou in #1827
    * escape_html: prevent escaping quotes on widgets JSON reprs
      (#1829) by @martinRenou in #1830
    * Remove tests from bdist by @TiagodePAlves in #1822
    * Encode SVG image data as UTF-8 before calling lxml cleaner
      (fixes #1836) by @emarsden in #1837
    * Handle nbformat 5.5 by @blink1073 in #1841
  - Drop nbconvert-vendorize-mistune.patch and mistune 0.8.4 sources.
* Thu Aug 11 2022 Arun Persaud <arun@gmx.de>
  - specfile
    * remove skip python 2, since we require python >= 3.7 anyway
    * updates patches
    * require lxml
  - update to version 6.5.3:
    * Fix title (#1833)
  - changes from version 6.5.2:
    * escape_html: prevent escaping quotes on widgets JSON reprs (#1829)
    * Fix linters (#1828)
    * pre-commit-ci[bot] authored and SylvainCorlay committed 2 days ago
    * Remove downloaded CSS from repository
  - changes from version 6.5.1:
    * Fix pre-commit
    * Fix tests
    * Run black and prettier
    * Run test on 6.x branch
    * Convert input to string prior to escape HTML
    * Check input type before escaping
    * GHSL-2021-1017, GHSL-2021-1020, GHSL-2021-1021
    * GHSL-2021-1026, GHSL-2021-1025
    * GHSL-2021-1024
    * GHSL-2021-1023
    * GHSL-2021-1022
    * GHSL-2021-1019
    * GHSL-2021-1018
    * GHSL-2021-1027, GHSL-2021-1028
    * GHSL-2021-1014, GHSL-2021-1015, GHSL-2021-1016
    * GHSL-2021-1013
* Sun Jun 05 2022 Ben Greiner <code@bnavigator.de>
  - Update to 6.5.0
    * Drop dependency on testpath. by @anntzer in #1723
    * Apply Autoformatters by @blink1073 in #1746
    * support bleach 5, add packaging and tinycss2 dependencies by
      @bollwyvl in #1755
    * update cli example by @leahecole in #1753
  - Refresh nbconvert-vendorize-mistune.patch, include
    gh#lepture/mistune#188 for successful import
  - Add ignore-bleach-deprecation-test.patch because the test suite
    fails with a DeprecationWarning for bleach <5 otherwise.
* Sat Mar 12 2022 Arun Persaud <arun@gmx.de>
  - specfile:
    * update nbconvert-vendorize-mistune.patch (linenumbers changed and lines before patch)
    * require beautiful-soup
  - update to version 6.4.4:
    * HTMLExporter: Respect the embed_images flag for HTML blocks PR
      [#1721]
  - changes from version 6.4.3:
    * Remove ipython genutils PR #1727
    * Add section to customizing showing how to use template inheritance
      PR #1719
* Sat Feb 19 2022 Arun Persaud <arun@gmx.de>
  - update to version 6.4.2:
    * Adding theme support for WebPDF exporter (#1718)
    * Add option to embed_images in Markdown cells (#1717)
    * HTMLExporter: Add theme alias and docs (#1716)
    * Add basic support for federated labextensions themes (#1703)
    * Always hide the collapser element (#1712)
    * Raise pyppeteer requirement to >=1,<1.1 (#1711)
  - changes from version 6.4.1:
    * CodeMirror style bleed fix (#1710)
    * Fix DOM structure of markdown cells in lab template (#1709)
    * Fix styling regression (#1708)
    * Handle needs_background cell metadata (#1704)
* Fri Jan 07 2022 Ben Greiner <code@bnavigator.de>
  - Don't build on Python 3.6 (SLE/Leap backports safeguard)
* Thu Jan 06 2022 Ben Greiner <code@bnavigator.de>
  - Update to 6.4.0
    * Optionally speed up validation by @gwincr11 in #1672
    * Adding missing div compared to JupyterLab DOM structure by
      @SylvainCorlay in #1678
    * Allow passing extra args to code highlighter by @yuvipanda in
      [#1683]
    * Prevent page breaks in outputs when printing by @SylvainCorlay
      in #1679
    * Add collapsers to template by @SylvainCorlay in #1689
    * Fix recent pandoc latex tables by adding calc and array (#1536,
      [#1566]) by @cgevans in #1686
    * Add an invalid notebook error by @gwincr11 in #1675
    * Fix typos in execute.py by @TylerAnderson22 in #1692
    * Modernize latex greek math handling (partially fixes #1673) by
      @cgevans in #1687
    * Fix use of deprecated API and update test matrix by @blink1073
      in #1696
    * Update nbconvert_library.ipynb by @letterphile in #1695
    * Changelog for 6.4 by @blink1073 in #1697
  - Remove the doc package
* Fri Dec 31 2021 Ben Greiner <code@bnavigator.de>
  - Now update to 6.3.0
    * traitlets 5 is ready
    * for changelog see below
* Fri Dec 31 2021 Ben Greiner <code@bnavigator.de>
  - Revert to 6.0.7
    * We can't have a newer version without traitlets 5. But we
      can't have traitlets 5 as long as python36 is active
  - Vendorize mistune 0.8.4
    * Add nbconvert-vendorize-mistune.patch
    * gh#jupyter/nbconvert#1685
  - Alternativize flavored entry-point. For 6.3: do it with dejavu
* Thu Dec 30 2021 Matej Cepl <mcepl@suse.com>
  - Upgrade to the version 6.3.0:
    - Bugfixes:
    - Update state filter
    - Add slide numbering
    - Fix HTML templates mentioned in help docs
    - Add the ability to fully customize widget_renderer_url
    - Enable users to customize MathJax URLs
    - Add CLI configuration for disable-chromium-sandbox
    - Enables webpdf to be rendered with templates
    - Adds dejavu
    - Significant Changes¶
    - Dropped Python 3.6 and added Python 3.9
    - Convert execute preprocessor wrapper to resemble papermill
    - Comprehensive notes¶
    - Feature: support static widgets in Reveal.js slides PR
      [#1553]:
    - Feature: add speaker notes to Reveal.js template
    - Add correct output mimetype to WebPDF exporter
    - Set mimetype for webpdf correctly
    - Fix docstring issue and a broken link
    - Add CLI example for removing cell tag syntax
    - Include output of stdin stream in lab template
    - Don’t use a shell to call inkscape
    - JupyterLab export as HTML with widgets fails to load
      widgets
    - Move note inside Reveal.js HTML slideshow
    - fix issue 1507: broken command line option
      –CSSHTMLHeaderPreprocessor.style=
    - Fix order of template paths
    - Changed documentation of external_exporters
    - Fix template precedence when using a custom template
    - add pip to docs envt
    - Fix CI By Adding PIP to conda envt for docs build
    - Explicitly install pip in docs environment.yml
    - small update to docs hide cell
    - Allow child templates to override mathjax
    - Allow get_export_names to skip configuration check
    - Update docs: Tex Live package on Ubuntu
    - Test jupyter_client
    - Update jupyterlab css
    - Webpdf: Use a temporary file instead of an URL
    - Applied patch for marking network changes
    - Change webpdf display name
    - Allow disabling pyppeteer sandbox
    - Make pagination configurable in webpdf
    - Fix Reveal.js version in documentation
    - Fix dangling reference to get_template_paths()
    - Solved svg2pdf conversion error if Inkscape is installed
      into the default path on a windows machine
    - Update version dependency of traitlets
    - Update execute.py
    - Fix code output indentation when running nbconvert
      –no-input
    - #1428 add docstring
    - Update nbconvert_library.ipynb
    - Supports isolated iframe when converting to HTML
* Thu Dec 30 2021 Matej Cepl <mcepl@suse.com>
  - Upgrade to the version 6.3.0:
    - Bugfixes:
    - Update state filter
    - Add slide numbering
    - Fix HTML templates mentioned in help docs
    - Add the ability to fully customize widget_renderer_url
    - Enable users to customize MathJax URLs
    - Add CLI configuration for disable-chromium-sandbox
    - Enables webpdf to be rendered with templates
    - Adds dejavu
    - Significant Changes
    - Dropped Python 3.6 and added Python 3.9
    - Convert execute preprocessor wrapper to resemble papermill
    - Comprehensive notes
    - Feature: support static widgets in Reveal.js slides PR
      [#1553]:
    - Feature: add speaker notes to Reveal.js template
    - Add correct output mimetype to WebPDF exporter
    - Set mimetype for webpdf correctly
    - Fix docstring issue and a broken link
    - Add CLI example for removing cell tag syntax
    - Include output of stdin stream in lab template
    - Don’t use a shell to call inkscape
    - JupyterLab export as HTML with widgets fails to load
      widgets
    - Move note inside Reveal.js HTML slideshow
    - fix issue 1507: broken command line option
      –CSSHTMLHeaderPreprocessor.style=
    - Fix order of template paths
    - Changed documentation of external_exporters
    - Fix template precedence when using a custom template
    - add pip to docs envt
    - Fix CI By Adding PIP to conda envt for docs build
    - Explicitly install pip in docs environment.yml
    - small update to docs hide cell
    - Allow child templates to override mathjax
    - Allow get_export_names to skip configuration check
    - Update docs: Tex Live package on Ubuntu
    - Test jupyter_client
    - Update jupyterlab css
    - Webpdf: Use a temporary file instead of an URL
    - Applied patch for marking network changes
    - Change webpdf display name
    - Allow disabling pyppeteer sandbox
    - Make pagination configurable in webpdf
    - Fix Reveal.js version in documentation
    - Fix dangling reference to get_template_paths()
    - Solved svg2pdf conversion error if Inkscape is installed
      into the default path on a windows machine
    - Update version dependency of traitlets
    - Update execute.py
    - Fix code output indentation when running nbconvert
      –no-input
    - #1428 add docstring
    - Update nbconvert_library.ipynb
    - Supports isolated iframe when converting to HTML
* Sat Oct 30 2021 Ben Greiner <code@bnavigator.de>
  - Do not require webpdf extra pyppeteer on tests. Not usefully
    used in offline testing, not available for python36.
  - Drop skip_network_tests.patch (upstreamed for 6.1) not required
    due to the above
  - Note: we have to stay on version 6.0 until the whole python36
    stack is removed from entire TW or the Jupyter ecosystem on TW.
* Thu Apr 08 2021 Ben Greiner <code@bnavigator.de>
  - Actually break the cycle: test flavor needs a psuffix
* Wed Mar 31 2021 Ben Greiner <code@bnavigator.de>
  - Test in multibuild in order to break build dependency cycle with
    nbclient
* Sun Feb 28 2021 Ben Greiner <code@bnavigator.de>
  - Add missing runtime requirement of nbclient. Keep the minversion
  - Remove empty html templates dir after test runs. This directory
    installed with mode 700 caused other package test suites to fail.
* Thu Feb 25 2021 Matej Cepl <mcepl@suse.com>
  - Update to 6.0.7:
    - 6.0.7
    - Primarly a release addressing template extensions issues reported
      since 6.0 launched.
    - 6.0.6
    - A range of bug fixes for webpdf exports
    - 6.0.5
    - Revert networkidle2 change which caused custom cdn-fetched widgets
      in webpdf
    - 6.0.4
    - Bugfixes only
    - 6.0.3
    - Execute preprocessor no longer add illegal execution counts to
      markdown cells :ghpull:`1396`:
    - 6.0.2
    - A patch for a few minor issues raised out of the 6.0 release.
    - 6.0.1
    - A quick patch to fix an issue with get_exporter :ghpull:`1367`:
    - 6.0
    - Nbconvert 6.0 is a major release of nbconvert which includes many
      significant changes.
    - Python 2 support was dropped. Currently Python 3.6-3.8 is
      supported and tested by nbconvert. However, nbconvert 6.0
      provides limited support for Python 3.6. nbconvert 6.1 will drop
      support for Python 3.6. Limited support means we will test and
      run CI on Python 3.6.12 or higher. Issues that are found only
      affecting Python 3.6 are not guaranteed to be fixed. We
      recommend all users of nbconvert use Python 3.7 and higher.
    - Unlike previous versions, nbconvert 6.0 relies on the nbclient
      package for the execute preprocessor, which allows for
      asynchronous kernel requests.
    - template_path has become template_paths. If referring to a 5.x
      style .tpl template use the full path with the template_file
      argument to the file. On the command line the pattern is
    - -template-file=<path/to/file.tpl>.
    - Nbconvert 6.0 includes a new "webpdf" exporter, which renders
      notebooks in pdf format through a headless web browser, so that
      complex outputs such as HTML tables, or even widgets are
      rendered in the same way as with the HTML exporter and a web
      browser.
    - The default template applied when exporting to HTML now produces
      the same DOM structure as JupyterLab, and is styled using
      JupyterLab's CSS. The pygments theme in use mimics JupyterLab's
      codemirror mode with the same CSS variables, so that custom
      JupyterLab themes could be applied. The classic notebook styling
      can still be enabled with
    - jupyter nbconvert --to html --template classic
    - Nbconvert 6.0 includes a new system for creating custom
      templates, which can now be installed as packages. A custom
      "foobar" template is installed in Jupyter's data directory under
      nbconvert/templates and has the form of a directory containing
      all resources. Templates specify their base template as well as
      other configuration parameters in a conf.json at the root of the
      template directory.
    - The "slideshow" template now makes use of RevealJS version 4. It
      can now be used with the HTML exporter with
    - jupyter nbconvert --to html --template reveal
    - The --to slides exporter is still supported for convenience.
    - Inkscape 1.0 is now supported, which had some breaking changes
      that prevented 5.x versions of nbconvert from converting
      documents on some systems that updated.
  - Add skip_network_tests.patch to skip tests requiring network
    access (gh#jupyter/nbconvert#1526).

Files

/usr/bin/jupyter-dejavu
/usr/bin/jupyter-dejavu-3.10
/usr/bin/jupyter-nbconvert
/usr/bin/jupyter-nbconvert-3.10
/usr/lib/python3.10/site-packages/nbconvert
/usr/lib/python3.10/site-packages/nbconvert-7.16.2.dist-info
/usr/lib/python3.10/site-packages/nbconvert-7.16.2.dist-info/INSTALLER
/usr/lib/python3.10/site-packages/nbconvert-7.16.2.dist-info/METADATA
/usr/lib/python3.10/site-packages/nbconvert-7.16.2.dist-info/RECORD
/usr/lib/python3.10/site-packages/nbconvert-7.16.2.dist-info/REQUESTED
/usr/lib/python3.10/site-packages/nbconvert-7.16.2.dist-info/WHEEL
/usr/lib/python3.10/site-packages/nbconvert-7.16.2.dist-info/entry_points.txt
/usr/lib/python3.10/site-packages/nbconvert-7.16.2.dist-info/licenses
/usr/lib/python3.10/site-packages/nbconvert-7.16.2.dist-info/licenses/LICENSE
/usr/lib/python3.10/site-packages/nbconvert/__init__.py
/usr/lib/python3.10/site-packages/nbconvert/__main__.py
/usr/lib/python3.10/site-packages/nbconvert/__pycache__
/usr/lib/python3.10/site-packages/nbconvert/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/nbconvert/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/nbconvert/__pycache__/__main__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/nbconvert/__pycache__/__main__.cpython-310.pyc
/usr/lib/python3.10/site-packages/nbconvert/__pycache__/_version.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/nbconvert/__pycache__/_version.cpython-310.pyc
/usr/lib/python3.10/site-packages/nbconvert/__pycache__/conftest.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/nbconvert/__pycache__/conftest.cpython-310.pyc
/usr/lib/python3.10/site-packages/nbconvert/__pycache__/nbconvertapp.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/nbconvert/__pycache__/nbconvertapp.cpython-310.pyc
/usr/lib/python3.10/site-packages/nbconvert/_version.py
/usr/lib/python3.10/site-packages/nbconvert/conftest.py
/usr/lib/python3.10/site-packages/nbconvert/exporters
/usr/lib/python3.10/site-packages/nbconvert/exporters/__init__.py
/usr/lib/python3.10/site-packages/nbconvert/exporters/__pycache__
/usr/lib/python3.10/site-packages/nbconvert/exporters/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/nbconvert/exporters/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/nbconvert/exporters/__pycache__/asciidoc.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/nbconvert/exporters/__pycache__/asciidoc.cpython-310.pyc
/usr/lib/python3.10/site-packages/nbconvert/exporters/__pycache__/base.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/nbconvert/exporters/__pycache__/base.cpython-310.pyc
/usr/lib/python3.10/site-packages/nbconvert/exporters/__pycache__/exporter.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/nbconvert/exporters/__pycache__/exporter.cpython-310.pyc
/usr/lib/python3.10/site-packages/nbconvert/exporters/__pycache__/html.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/nbconvert/exporters/__pycache__/html.cpython-310.pyc
/usr/lib/python3.10/site-packages/nbconvert/exporters/__pycache__/latex.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/nbconvert/exporters/__pycache__/latex.cpython-310.pyc
/usr/lib/python3.10/site-packages/nbconvert/exporters/__pycache__/markdown.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/nbconvert/exporters/__pycache__/markdown.cpython-310.pyc
/usr/lib/python3.10/site-packages/nbconvert/exporters/__pycache__/notebook.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/nbconvert/exporters/__pycache__/notebook.cpython-310.pyc
/usr/lib/python3.10/site-packages/nbconvert/exporters/__pycache__/pdf.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/nbconvert/exporters/__pycache__/pdf.cpython-310.pyc
/usr/lib/python3.10/site-packages/nbconvert/exporters/__pycache__/python.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/nbconvert/exporters/__pycache__/python.cpython-310.pyc
/usr/lib/python3.10/site-packages/nbconvert/exporters/__pycache__/qt_exporter.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/nbconvert/exporters/__pycache__/qt_exporter.cpython-310.pyc
/usr/lib/python3.10/site-packages/nbconvert/exporters/__pycache__/qt_screenshot.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/nbconvert/exporters/__pycache__/qt_screenshot.cpython-310.pyc
/usr/lib/python3.10/site-packages/nbconvert/exporters/__pycache__/qtpdf.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/nbconvert/exporters/__pycache__/qtpdf.cpython-310.pyc
/usr/lib/python3.10/site-packages/nbconvert/exporters/__pycache__/qtpng.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/nbconvert/exporters/__pycache__/qtpng.cpython-310.pyc
/usr/lib/python3.10/site-packages/nbconvert/exporters/__pycache__/rst.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/nbconvert/exporters/__pycache__/rst.cpython-310.pyc
/usr/lib/python3.10/site-packages/nbconvert/exporters/__pycache__/script.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/nbconvert/exporters/__pycache__/script.cpython-310.pyc
/usr/lib/python3.10/site-packages/nbconvert/exporters/__pycache__/slides.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/nbconvert/exporters/__pycache__/slides.cpython-310.pyc
/usr/lib/python3.10/site-packages/nbconvert/exporters/__pycache__/templateexporter.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/nbconvert/exporters/__pycache__/templateexporter.cpython-310.pyc
/usr/lib/python3.10/site-packages/nbconvert/exporters/__pycache__/webpdf.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/nbconvert/exporters/__pycache__/webpdf.cpython-310.pyc
/usr/lib/python3.10/site-packages/nbconvert/exporters/asciidoc.py
/usr/lib/python3.10/site-packages/nbconvert/exporters/base.py
/usr/lib/python3.10/site-packages/nbconvert/exporters/exporter.py
/usr/lib/python3.10/site-packages/nbconvert/exporters/html.py
/usr/lib/python3.10/site-packages/nbconvert/exporters/latex.py
/usr/lib/python3.10/site-packages/nbconvert/exporters/markdown.py
/usr/lib/python3.10/site-packages/nbconvert/exporters/notebook.py
/usr/lib/python3.10/site-packages/nbconvert/exporters/pdf.py
/usr/lib/python3.10/site-packages/nbconvert/exporters/python.py
/usr/lib/python3.10/site-packages/nbconvert/exporters/qt_exporter.py
/usr/lib/python3.10/site-packages/nbconvert/exporters/qt_screenshot.py
/usr/lib/python3.10/site-packages/nbconvert/exporters/qtpdf.py
/usr/lib/python3.10/site-packages/nbconvert/exporters/qtpng.py
/usr/lib/python3.10/site-packages/nbconvert/exporters/rst.py
/usr/lib/python3.10/site-packages/nbconvert/exporters/script.py
/usr/lib/python3.10/site-packages/nbconvert/exporters/slides.py
/usr/lib/python3.10/site-packages/nbconvert/exporters/templateexporter.py
/usr/lib/python3.10/site-packages/nbconvert/exporters/webpdf.py
/usr/lib/python3.10/site-packages/nbconvert/filters
/usr/lib/python3.10/site-packages/nbconvert/filters/__init__.py
/usr/lib/python3.10/site-packages/nbconvert/filters/__pycache__
/usr/lib/python3.10/site-packages/nbconvert/filters/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/nbconvert/filters/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/nbconvert/filters/__pycache__/ansi.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/nbconvert/filters/__pycache__/ansi.cpython-310.pyc
/usr/lib/python3.10/site-packages/nbconvert/filters/__pycache__/citation.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/nbconvert/filters/__pycache__/citation.cpython-310.pyc
/usr/lib/python3.10/site-packages/nbconvert/filters/__pycache__/datatypefilter.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/nbconvert/filters/__pycache__/datatypefilter.cpython-310.pyc
/usr/lib/python3.10/site-packages/nbconvert/filters/__pycache__/filter_links.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/nbconvert/filters/__pycache__/filter_links.cpython-310.pyc
/usr/lib/python3.10/site-packages/nbconvert/filters/__pycache__/highlight.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/nbconvert/filters/__pycache__/highlight.cpython-310.pyc
/usr/lib/python3.10/site-packages/nbconvert/filters/__pycache__/latex.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/nbconvert/filters/__pycache__/latex.cpython-310.pyc
/usr/lib/python3.10/site-packages/nbconvert/filters/__pycache__/markdown.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/nbconvert/filters/__pycache__/markdown.cpython-310.pyc
/usr/lib/python3.10/site-packages/nbconvert/filters/__pycache__/markdown_mistune.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/nbconvert/filters/__pycache__/markdown_mistune.cpython-310.pyc
/usr/lib/python3.10/site-packages/nbconvert/filters/__pycache__/metadata.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/nbconvert/filters/__pycache__/metadata.cpython-310.pyc
/usr/lib/python3.10/site-packages/nbconvert/filters/__pycache__/pandoc.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/nbconvert/filters/__pycache__/pandoc.cpython-310.pyc
/usr/lib/python3.10/site-packages/nbconvert/filters/__pycache__/strings.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/nbconvert/filters/__pycache__/strings.cpython-310.pyc
/usr/lib/python3.10/site-packages/nbconvert/filters/__pycache__/widgetsdatatypefilter.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/nbconvert/filters/__pycache__/widgetsdatatypefilter.cpython-310.pyc
/usr/lib/python3.10/site-packages/nbconvert/filters/ansi.py
/usr/lib/python3.10/site-packages/nbconvert/filters/citation.py
/usr/lib/python3.10/site-packages/nbconvert/filters/datatypefilter.py
/usr/lib/python3.10/site-packages/nbconvert/filters/filter_links.py
/usr/lib/python3.10/site-packages/nbconvert/filters/highlight.py
/usr/lib/python3.10/site-packages/nbconvert/filters/latex.py
/usr/lib/python3.10/site-packages/nbconvert/filters/markdown.py
/usr/lib/python3.10/site-packages/nbconvert/filters/markdown_mistune.py
/usr/lib/python3.10/site-packages/nbconvert/filters/metadata.py
/usr/lib/python3.10/site-packages/nbconvert/filters/pandoc.py
/usr/lib/python3.10/site-packages/nbconvert/filters/strings.py
/usr/lib/python3.10/site-packages/nbconvert/filters/widgetsdatatypefilter.py
/usr/lib/python3.10/site-packages/nbconvert/nbconvertapp.py
/usr/lib/python3.10/site-packages/nbconvert/postprocessors
/usr/lib/python3.10/site-packages/nbconvert/postprocessors/__init__.py
/usr/lib/python3.10/site-packages/nbconvert/postprocessors/__pycache__
/usr/lib/python3.10/site-packages/nbconvert/postprocessors/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/nbconvert/postprocessors/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/nbconvert/postprocessors/__pycache__/base.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/nbconvert/postprocessors/__pycache__/base.cpython-310.pyc
/usr/lib/python3.10/site-packages/nbconvert/postprocessors/__pycache__/serve.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/nbconvert/postprocessors/__pycache__/serve.cpython-310.pyc
/usr/lib/python3.10/site-packages/nbconvert/postprocessors/base.py
/usr/lib/python3.10/site-packages/nbconvert/postprocessors/serve.py
/usr/lib/python3.10/site-packages/nbconvert/preprocessors
/usr/lib/python3.10/site-packages/nbconvert/preprocessors/__init__.py
/usr/lib/python3.10/site-packages/nbconvert/preprocessors/__pycache__
/usr/lib/python3.10/site-packages/nbconvert/preprocessors/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/nbconvert/preprocessors/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/nbconvert/preprocessors/__pycache__/base.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/nbconvert/preprocessors/__pycache__/base.cpython-310.pyc
/usr/lib/python3.10/site-packages/nbconvert/preprocessors/__pycache__/clearmetadata.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/nbconvert/preprocessors/__pycache__/clearmetadata.cpython-310.pyc
/usr/lib/python3.10/site-packages/nbconvert/preprocessors/__pycache__/clearoutput.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/nbconvert/preprocessors/__pycache__/clearoutput.cpython-310.pyc
/usr/lib/python3.10/site-packages/nbconvert/preprocessors/__pycache__/coalescestreams.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/nbconvert/preprocessors/__pycache__/coalescestreams.cpython-310.pyc
/usr/lib/python3.10/site-packages/nbconvert/preprocessors/__pycache__/convertfigures.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/nbconvert/preprocessors/__pycache__/convertfigures.cpython-310.pyc
/usr/lib/python3.10/site-packages/nbconvert/preprocessors/__pycache__/csshtmlheader.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/nbconvert/preprocessors/__pycache__/csshtmlheader.cpython-310.pyc
/usr/lib/python3.10/site-packages/nbconvert/preprocessors/__pycache__/execute.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/nbconvert/preprocessors/__pycache__/execute.cpython-310.pyc
/usr/lib/python3.10/site-packages/nbconvert/preprocessors/__pycache__/extractattachments.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/nbconvert/preprocessors/__pycache__/extractattachments.cpython-310.pyc
/usr/lib/python3.10/site-packages/nbconvert/preprocessors/__pycache__/extractoutput.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/nbconvert/preprocessors/__pycache__/extractoutput.cpython-310.pyc
/usr/lib/python3.10/site-packages/nbconvert/preprocessors/__pycache__/highlightmagics.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/nbconvert/preprocessors/__pycache__/highlightmagics.cpython-310.pyc
/usr/lib/python3.10/site-packages/nbconvert/preprocessors/__pycache__/latex.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/nbconvert/preprocessors/__pycache__/latex.cpython-310.pyc
/usr/lib/python3.10/site-packages/nbconvert/preprocessors/__pycache__/regexremove.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/nbconvert/preprocessors/__pycache__/regexremove.cpython-310.pyc
/usr/lib/python3.10/site-packages/nbconvert/preprocessors/__pycache__/sanitize.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/nbconvert/preprocessors/__pycache__/sanitize.cpython-310.pyc
/usr/lib/python3.10/site-packages/nbconvert/preprocessors/__pycache__/svg2pdf.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/nbconvert/preprocessors/__pycache__/svg2pdf.cpython-310.pyc
/usr/lib/python3.10/site-packages/nbconvert/preprocessors/__pycache__/tagremove.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/nbconvert/preprocessors/__pycache__/tagremove.cpython-310.pyc
/usr/lib/python3.10/site-packages/nbconvert/preprocessors/base.py
/usr/lib/python3.10/site-packages/nbconvert/preprocessors/clearmetadata.py
/usr/lib/python3.10/site-packages/nbconvert/preprocessors/clearoutput.py
/usr/lib/python3.10/site-packages/nbconvert/preprocessors/coalescestreams.py
/usr/lib/python3.10/site-packages/nbconvert/preprocessors/convertfigures.py
/usr/lib/python3.10/site-packages/nbconvert/preprocessors/csshtmlheader.py
/usr/lib/python3.10/site-packages/nbconvert/preprocessors/execute.py
/usr/lib/python3.10/site-packages/nbconvert/preprocessors/extractattachments.py
/usr/lib/python3.10/site-packages/nbconvert/preprocessors/extractoutput.py
/usr/lib/python3.10/site-packages/nbconvert/preprocessors/highlightmagics.py
/usr/lib/python3.10/site-packages/nbconvert/preprocessors/latex.py
/usr/lib/python3.10/site-packages/nbconvert/preprocessors/regexremove.py
/usr/lib/python3.10/site-packages/nbconvert/preprocessors/sanitize.py
/usr/lib/python3.10/site-packages/nbconvert/preprocessors/svg2pdf.py
/usr/lib/python3.10/site-packages/nbconvert/preprocessors/tagremove.py
/usr/lib/python3.10/site-packages/nbconvert/py.typed
/usr/lib/python3.10/site-packages/nbconvert/resources
/usr/lib/python3.10/site-packages/nbconvert/resources/__init__.py
/usr/lib/python3.10/site-packages/nbconvert/resources/__pycache__
/usr/lib/python3.10/site-packages/nbconvert/resources/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/nbconvert/resources/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/nbconvert/templates
/usr/lib/python3.10/site-packages/nbconvert/templates/README.md
/usr/lib/python3.10/site-packages/nbconvert/templates/skeleton
/usr/lib/python3.10/site-packages/nbconvert/templates/skeleton/Makefile
/usr/lib/python3.10/site-packages/nbconvert/templates/skeleton/README.md
/usr/lib/python3.10/site-packages/nbconvert/utils
/usr/lib/python3.10/site-packages/nbconvert/utils/__init__.py
/usr/lib/python3.10/site-packages/nbconvert/utils/__pycache__
/usr/lib/python3.10/site-packages/nbconvert/utils/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/nbconvert/utils/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/nbconvert/utils/__pycache__/_contextlib_chdir.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/nbconvert/utils/__pycache__/_contextlib_chdir.cpython-310.pyc
/usr/lib/python3.10/site-packages/nbconvert/utils/__pycache__/base.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/nbconvert/utils/__pycache__/base.cpython-310.pyc
/usr/lib/python3.10/site-packages/nbconvert/utils/__pycache__/exceptions.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/nbconvert/utils/__pycache__/exceptions.cpython-310.pyc
/usr/lib/python3.10/site-packages/nbconvert/utils/__pycache__/io.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/nbconvert/utils/__pycache__/io.cpython-310.pyc
/usr/lib/python3.10/site-packages/nbconvert/utils/__pycache__/iso639_1.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/nbconvert/utils/__pycache__/iso639_1.cpython-310.pyc
/usr/lib/python3.10/site-packages/nbconvert/utils/__pycache__/lexers.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/nbconvert/utils/__pycache__/lexers.cpython-310.pyc
/usr/lib/python3.10/site-packages/nbconvert/utils/__pycache__/pandoc.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/nbconvert/utils/__pycache__/pandoc.cpython-310.pyc
/usr/lib/python3.10/site-packages/nbconvert/utils/__pycache__/text.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/nbconvert/utils/__pycache__/text.cpython-310.pyc
/usr/lib/python3.10/site-packages/nbconvert/utils/__pycache__/version.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/nbconvert/utils/__pycache__/version.cpython-310.pyc
/usr/lib/python3.10/site-packages/nbconvert/utils/_contextlib_chdir.py
/usr/lib/python3.10/site-packages/nbconvert/utils/base.py
/usr/lib/python3.10/site-packages/nbconvert/utils/exceptions.py
/usr/lib/python3.10/site-packages/nbconvert/utils/io.py
/usr/lib/python3.10/site-packages/nbconvert/utils/iso639_1.py
/usr/lib/python3.10/site-packages/nbconvert/utils/lexers.py
/usr/lib/python3.10/site-packages/nbconvert/utils/pandoc.py
/usr/lib/python3.10/site-packages/nbconvert/utils/text.py
/usr/lib/python3.10/site-packages/nbconvert/utils/version.py
/usr/lib/python3.10/site-packages/nbconvert/writers
/usr/lib/python3.10/site-packages/nbconvert/writers/__init__.py
/usr/lib/python3.10/site-packages/nbconvert/writers/__pycache__
/usr/lib/python3.10/site-packages/nbconvert/writers/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/nbconvert/writers/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/nbconvert/writers/__pycache__/base.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/nbconvert/writers/__pycache__/base.cpython-310.pyc
/usr/lib/python3.10/site-packages/nbconvert/writers/__pycache__/debug.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/nbconvert/writers/__pycache__/debug.cpython-310.pyc
/usr/lib/python3.10/site-packages/nbconvert/writers/__pycache__/files.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/nbconvert/writers/__pycache__/files.cpython-310.pyc
/usr/lib/python3.10/site-packages/nbconvert/writers/__pycache__/stdout.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/nbconvert/writers/__pycache__/stdout.cpython-310.pyc
/usr/lib/python3.10/site-packages/nbconvert/writers/base.py
/usr/lib/python3.10/site-packages/nbconvert/writers/debug.py
/usr/lib/python3.10/site-packages/nbconvert/writers/files.py
/usr/lib/python3.10/site-packages/nbconvert/writers/stdout.py
/usr/share/doc/packages/python310-nbconvert
/usr/share/doc/packages/python310-nbconvert/README.md
/usr/share/libalternatives/jupyter-dejavu
/usr/share/libalternatives/jupyter-dejavu/310.conf
/usr/share/libalternatives/jupyter-nbconvert
/usr/share/libalternatives/jupyter-nbconvert/310.conf
/usr/share/licenses/python310-nbconvert
/usr/share/licenses/python310-nbconvert/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Mar 30 23:40:51 2024