Skip to content

Releases: m-rossi/jupyter-docx-bundler

0.1.3

06 May 14:58
Compare
Choose a tag to compare

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

06 Jan 14:36
Compare
Choose a tag to compare

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

06 Jan 14:35
Compare
Choose a tag to compare

Fixed

  • Remove README.md from description and use README.rst which will be generated during build and upload - @m-rossi

0.1.0

06 Jan 14:33
Compare
Choose a tag to compare

Initial version