Releases: m-rossi/jupyter-docx-bundler
Releases · m-rossi/jupyter-docx-bundler
0.1.3
Added
- Add tests for downloaded notebooks from nbviewer.jupyter.org - @m-rossi
- Add fixture which creates a notebook with matplotlib figures - @m-rossi
Changed
- Require Pandoc version 2.2 as minimum to export large notebooks on windows - @m-rossi
Removed
Fixed
- Embedded images in markdown cells are exported correctly (#5) - @m-rossi
- Fix testing on Windows, because jpg export of matplotlib currently does not work - @m-rossi
0.1.2
Changed
- Use "title" instead of "name" for notebook title to match notebook format (#2) - @m-rossi
- Switch from noarch conda package to os-dependent conda package - @m-rossi
Fixed
- Notebook
model['name']
is different on Unix and Windows (#4) - @m-rossi
0.1.1
Fixed
- Remove README.md from description and use README.rst which will be generated during build and upload - @m-rossi