Skip to content

Releases: greenape/mknotebooks

0.8.0

07 Aug 10:13
Compare
Choose a tag to compare

Fixed

0.7.1

07 Sep 13:40
025a0f6
Compare
Choose a tag to compare
  • Fixed additional notebook JS plugins being broken on notebook pages. #519. (Thanks to @rclement)

0.7.0

07 Sep 13:41
Compare
Choose a tag to compare
  • You can now specify which binder interface to use for Binder links (notebook, lab, or nteract). (thanks to @MridulS)

0.6.2

20 Oct 09:22
Compare
Choose a tag to compare

Pin to new markdown release to fix parsing issues.

0.6.0

17 Sep 08:47
Compare
Choose a tag to compare

Added

Fixed

  • Now works with nbconvert 6.x #46

Removed

  • No longer supports nbconvert < 6.x #46

0.5.0

16 Sep 10:20
Compare
Choose a tag to compare

Added

  • You can now add a per-notebook Binder link #44 (thanks to @ericmjl)

Changed

0.4.1

28 Jul 12:10
5bfe309
Compare
Choose a tag to compare

Fixed

  • When using enable_default_pandas_dataframe_styling: true with mkdocs-material dark mode now renders correctly #35 (thanks to @timvink)

0.4.0

28 Jul 11:45
06f07f6
Compare
Choose a tag to compare

Changed

  • stdout, stderr and text/plain outputs are now wrapped in a <code></code> (thanks to @lgeiger)

0.3.6

08 Apr 15:24
Compare
Choose a tag to compare

Fixed

  • Fixed errors when running with older nbconvert releases by requiring >= 5.6.1 (thanks to @theolvs)

0.3.4

18 Mar 14:44
Compare
Choose a tag to compare

Fixed

  • Widgets should now display properly