Releases: JanPalasek/pretty-jupyter
Releases · JanPalasek/pretty-jupyter
2.0.0-rc0
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
- Added themes, added examples.
- Reworked documentation, created a new doc website: https://pretty-jupyter.readthedocs.io/.
1.2.4
What's Changed
- 32 remove not used imports by @JanPalasek in #33
- Added example and better support for plotly.
1.2.3
- 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
- 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
- Improved styling.
1.2.1
- 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
1.1
- Unified math mode.
- Changed show all code position and improved text.
- Fixed displaying of long tables.
1.0.1
- Unified math mode.
- Changed show all code position and improved text.
- Fixed displaying of long tables.