Skip to content

Releases: JanPalasek/pretty-jupyter

2.0.0-rc0

23 Aug 21:43
bf42ecf
Compare
Choose a tag to compare
2.0.0-rc0 Pre-release
Pre-release

Prerelease. New features:

  • Notebook and cell-level metadata specification.
  • Notebook-level metadata overriding.
  • Metadata validation by schema.
  • New fields in metadata, such as author and date (now printed to html report). Many others.
  • Helpers for using matplotlib with jinja.
  • Basic pdf export support: Either via html (full support here) or pdf (partial support).

1.2.5

07 Aug 09:32
Compare
Choose a tag to compare

1.2.4

31 Jul 10:14
Compare
Choose a tag to compare

What's Changed

  • 32 remove not used imports by @JanPalasek in #33
  • Added example and better support for plotly.

1.2.3

22 Jul 15:29
Compare
Choose a tag to compare
  • Added selenium tests for report outputs.
  • Improved handling of obscure markdown document structures.
  • Fixed math mode for older versions of nbconvert. (< 6.1)
  • Improved tables flexibility: automatic styling by applying css classes can be now disabled with a token.
  • Added %%jmd alternative for %%jinja markdown.

1.2.3rc0

12 Jul 21:15
Compare
Choose a tag to compare
  • Added class to avoid global JS changes to the table: pj-tab-ignore.
  • Improved behaviour for erroneous tabset specifications.
  • Fixed math mode for older versions (6.0 nbconvert).
  • Added shortcut for jinja markdown (%%jmd).

1.2.2

10 Jul 15:47
Compare
Choose a tag to compare
  • Improved styling.

1.2.1

10 Jul 10:43
Compare
Choose a tag to compare
  • Fixed an issue where math mode didn't work in tandem with tabsets.
  • Lightened the repo, moved the big files from the repo to specific examples.

1.2.0

09 Jul 18:13
7a19692
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.1...1.2.0

1.1

09 Jul 09:02
Compare
Choose a tag to compare
1.1
  • Unified math mode.
  • Changed show all code position and improved text.
  • Fixed displaying of long tables.

1.0.1

09 Jul 08:58
Compare
Choose a tag to compare
  • Unified math mode.
  • Changed show all code position and improved text.
  • Fixed displaying of long tables.