Releases: bevzzz/nb
Releases · bevzzz/nb
Release v0.3.0
Features 🎉
nb
can now decode and render earlier schema versions:v4.*
,v3.0
,v2.0
,v1.0
- HTML cell wrapper now adds the necessary classes to code cells, so render implementations don't need to
Misc
- Comparing nodes in tests with
checkDOM
now prints a correct error trace
v0.2.1
v0.2.0
Features 🎉
- Flexible Extension and Preference API
- Support for cell attachments with
goldmark-jupyter
- Built-in extensions and adapters for popular 3rd party libraries:
chroma
syntax highlighting withnb-synth
- Adapters for
goldmark
,ansihtml
, andblackfriday
- Reusable testing utilities in
pkg/test
Bugfixes 🐛
- Removed redundant newlines before input/output-prompt text (#6)
Full Changelog: v0.1.0...v0.2.0
v0.1.0
Features 🎉
- Simple, no-frills HTML renderer to render markdown, raw, and code cells with their outputs in a variety of mime-types
- Support for
v4.4
Jupyter notebooks (technically, it can also convert anyv4.*
notebooks, but some data, like cell IDs will be missing) - CSS for Classic Jupyter Light Theme included
- Documentation on pkg.go.dev