Skip to content

Releases: bevzzz/nb

Release v0.3.0

05 Mar 21:38
Compare
Choose a tag to compare

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

30 Jan 20:02
Compare
Choose a tag to compare

Bugfixes 🐛

  • Wrap output from ansihtml in <pre> tags to keep the original formatting (e.g. newlines) - #10

v0.2.0

30 Jan 19:33
b833cf0
Compare
Choose a tag to compare

Features 🎉

Bugfixes 🐛

  • Removed redundant newlines before input/output-prompt text (#6)

Full Changelog: v0.1.0...v0.2.0

v0.1.0

15 Jan 13:08
Compare
Choose a tag to compare

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 any v4.* notebooks, but some data, like cell IDs will be missing)
  • CSS for Classic Jupyter Light Theme included
  • Documentation on pkg.go.dev