Releases: bevzzz/nb
Releases Β· bevzzz/nb
Release v0.3.0
Features π
nbcan 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
checkDOMnow 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:
chromasyntax 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.4Jupyter 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