v0.8.1
github-actions
released this
13 Mar 19:02
·
429 commits
to refs/heads/main
since this release
Overview
Bugfix release.
Before nbpreview would raise an exception if HTML output contained an encoded image in text.
<img src="data:image/png;base64,iVBOR…/>
This release prevents nbpreview from raising an exception in this general case, and additionally ads support for decoding and rendering these types of links.
Lastly, nbformat has a new release that changed some internals that prevented nbpreview from detecting bad notebook files. nbformat's logic has updated to keep up with the changes and validate notebooks properly.
Changes
🚀 Features
🪲 Fixes
📦 Dependencies
- ⬆️ Bump nbformat from 5.1.3 to 5.2.0 (#492) @dependabot
- Bump flake8-bandit to 3.0.0 (#497) @paw-lu