Nbconvert

Latest version: v7.16.4

Safety actively analyzes 630169 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 7 of 13

7.2.2

([Full Changelog](https://github.com/jupyter/nbconvert/compare/v7.2.1...a9566befb6e457b51373b61debffc78050d41273))

Bugs fixed

- Fix default config test [1885](https://github.com/jupyter/nbconvert/pull/1885) ([blink1073](https://github.com/blink1073))

Maintenance and upkeep improvements

- Add ensure label workflow [1884](https://github.com/jupyter/nbconvert/pull/1884) ([blink1073](https://github.com/blink1073))
- Add release workflows [1883](https://github.com/jupyter/nbconvert/pull/1883) ([blink1073](https://github.com/blink1073))
- Maintenance cleanup [1881](https://github.com/jupyter/nbconvert/pull/1881) ([blink1073](https://github.com/blink1073))

Contributors to this release

([GitHub contributors page for this release](https://github.com/jupyter/nbconvert/graphs/contributors?from=2022-10-06&to=2022-10-19&type=c))

[blink1073](https://github.com/search?q=repo%3Ajupyter%2Fnbconvert+involves%3Ablink1073+updated%3A2022-10-06..2022-10-19&type=Issues) | [pre-commit-ci](https://github.com/search?q=repo%3Ajupyter%2Fnbconvert+involves%3Apre-commit-ci+updated%3A2022-10-06..2022-10-19&type=Issues)

7.2.1

([Full Changelog](https://github.com/jupyter/nbconvert/compare/v7.2.0...5cfa5893e3e8fe830eec2b8abf791199a52aad07))

Bugs fixed

- Fix version handling [1878](https://github.com/jupyter/nbconvert/pull/1878) ([blink1073](https://github.com/blink1073))

Contributors to this release

([GitHub contributors page for this release](https://github.com/jupyter/nbconvert/graphs/contributors?from=2022-10-06&to=2022-10-06&type=c))

[blink1073](https://github.com/search?q=repo%3Ajupyter%2Fnbconvert+involves%3Ablink1073+updated%3A2022-10-06..2022-10-06&type=Issues)

7.2.0

([Full Changelog](https://github.com/jupyter/nbconvert/compare/7.1.0...e4e85b60c4c130f33db02c4ce209cc4704c7001a))

Maintenance and upkeep improvements

- Prep for jupyter releaser [1877](https://github.com/jupyter/nbconvert/pull/1877) ([blink1073](https://github.com/blink1073))
- Add support for jupyter_client 8 [1867](https://github.com/jupyter/nbconvert/pull/1867) ([blink1073](https://github.com/blink1073))

Contributors to this release

([GitHub contributors page for this release](https://github.com/jupyter/nbconvert/graphs/contributors?from=2022-10-03&to=2022-10-06&type=c))

[blink1073](https://github.com/search?q=repo%3Ajupyter%2Fnbconvert+involves%3Ablink1073+updated%3A2022-10-03..2022-10-06&type=Issues)

7.1.0

- Fix markdown table not render bug by Neutree in
[1853](https://github.com/jupyter/nbconvert/pull/1853)
- Replace lxml.html.clean_html with bleach; drop lxml dependency by
akx in [1854](https://github.com/jupyter/nbconvert/pull/1854)
- Remove CircleCI badge from README by akx in
[1857](https://github.com/jupyter/nbconvert/pull/1857)
- Added support for section (slide) "data-\*" attributes by
bouzidanas in [1861](https://github.com/jupyter/nbconvert/pull/1861)

7.0.0

- Update to Mistune 2.0.2 by TiagodePAlves in
[1764](https://github.com/jupyter/nbconvert/pull/1764)
- Add qtpdf and qtpng exporters by davidbrochart in
[1611](https://github.com/jupyter/nbconvert/pull/1611)
- Add recursive flag for glob notebook search by paoloalba in
[1785](https://github.com/jupyter/nbconvert/pull/1785)
- Encode SVG image data as UTF-8 before calling lxml cleaner by
emarsden in [1837](https://github.com/jupyter/nbconvert/pull/1837)
- Fix lab template output alignment by dakoop in
[1795](https://github.com/jupyter/nbconvert/pull/1795)
- Handle nbformat 5.5 by blink1073 [1841](https://github.com/jupyter/nbconvert/pull/1841)
- Remove downloaded CSS from repository by martinRenou
[1827](https://github.com/jupyter/nbconvert/pull/1827)
- Switch from entrypoints to importlib-metadata by konstin in
[1782](https://github.com/jupyter/nbconvert/pull/1782)
- Updates for sphinx 5.0 support by blink1073 in
[1788](https://github.com/jupyter/nbconvert/pull/1788)
- Fixed unique div ids in lab template, fixed 1759 by veghdev in
[1761](https://github.com/jupyter/nbconvert/pull/1761)
- WebPDFExporter: Emulate media print by martinRenou in
[1791](https://github.com/jupyter/nbconvert/pull/1791)
- Fix fonts overridden by user stylesheet by inheriting styles by
dakoop in [1793](https://github.com/jupyter/nbconvert/pull/1793)
- Fix lab template output alignment by dakoop in
[1795](https://github.com/jupyter/nbconvert/pull/1795)
- Clean up markdown parsing by blink1073 in [1774](https://github.com/jupyter/nbconvert/pull/1774)
- Switch to hatch build backend by blink1073 in
[1777](https://github.com/jupyter/nbconvert/pull/1777)

6.5.0

Not secure
- Support bleach 5, add packaging and tinycss2 dependencies by
bollwyvl in [1755](https://github.com/jupyter/nbconvert/pull/1755)
- Drop dependency on testpath. by anntzer in
[1723](https://github.com/jupyter/nbconvert/pull/1723)
- Adopt pre-commit by blink1073 in [1744](https://github.com/jupyter/nbconvert/pull/1744), [#1746](https://github.com/jupyter/nbconvert/pull/1746),
[1748](https://github.com/jupyter/nbconvert/pull/1748), [#1749](https://github.com/jupyter/nbconvert/pull/1749), [#1757](https://github.com/jupyter/nbconvert/pull/1757)
- Add pytest settings and handle warnings by blink1073 in
[1745](https://github.com/jupyter/nbconvert/pull/1745)
- Update cli example by leahecole in [1753](https://github.com/jupyter/nbconvert/pull/1753)
- Clean up workflows by blink1073 in [1750](https://github.com/jupyter/nbconvert/pull/1750)

Page 7 of 13

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.