Skip to content

v0.8.1

Compare
Choose a tag to compare
@github-actions github-actions released this 13 Mar 19:02
· 429 commits to refs/heads/main since this release
aedbdd3

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