Skip to content

Latest commit

 

History

History
112 lines (82 loc) · 4.44 KB

CHANGELOG.md

File metadata and controls

112 lines (82 loc) · 4.44 KB

Changelog

All notable changes to mknotebooks will be documented in this file.

The format is based on Keep a Changelog.

Added

Changed

Fixed

Removed

Fixed

  • Fixed additional notebook JS plugins being broken on notebook pages. #519. (Thanks to @rclement)

Added

  • You can now specify which binder interface to use for Binder links (notebook, lab, or nteract). (thanks to @MridulS)

Fixed

  • Fixes markdown failing to parse sometimes. #52

Added

Fixed

  • Now works with nbconvert 6.x #46

Removed

  • No longer supports nbconvert < 6.x #46

Added

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

Changed

Fixed

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

Changed

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

Fixed

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

Fixed

  • Fixed duped display of widgets when there's more than one

Fixed

  • Widgets should now display properly

Fixed

  • Images in markdown cells are now extract as well
  • Re-refixed pandas tables (hopefully)

Fixed

  • Fixed pandas tables not being parsed

Fixed

  • Fixed the toc extension not adding a table of contents

Added

  • Added default CSS stylesheets for nicer styling of notebook input/output cells and pandas dataframes, as well as two options (enable_default_jupyter_cell_styling, enable_default_pandas_dataframe_styling) to enable or disable them #13 (thanks to @maxalbert)

Fixed

  • Compatibility with mkdocs 1.1. #14 (thanks to @lgeiger)
  • Set the correct class on headerlink. #16 (thanks to @lgeiger)