Skip to content

Releases: greenape/mknotebooks

0.3.3

02 Mar 20:19
Compare
Choose a tag to compare

Fixed

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

0.3.2

02 Mar 13:26
Compare
Choose a tag to compare

Fixed

  • Fixed pandas tables not being parsed

0.3.1

27 Feb 15:49
Compare
Choose a tag to compare

Fixed

  • Fixed the toc extension not adding a table of contents

0.3.0

27 Feb 12:35
Compare
Choose a tag to compare

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)

0.2.0

24 Feb 20:35
Compare
Choose a tag to compare

Fixed

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