All notable changes to mknotebooks will be documented in this file.
The format is based on Keep a Changelog.
- Fixed import error with MkdDocs > 1.5.0. #1000. (Thanks to @josh-gree)
- You can now specify which binder interface to use for Binder links (notebook, lab, or nteract). (thanks to @MridulS)
- Fixes markdown failing to parse sometimes. #52
- You can now remove cells using both nbconvert's built in options, but also the cell tag and regex remove preprocessors. #36
- Now works with nbconvert 6.x #46
- No longer supports nbconvert < 6.x #46
- When using
enable_default_pandas_dataframe_styling: true
with mkdocs-material dark mode now renders correctly #35 (thanks to @timvink)
- stdout, stderr and text/plain outputs are now wrapped in a
<code></code>
(thanks to @lgeiger)
- Fixed errors when running with older nbconvert releases by requiring >= 5.6.1 (thanks to @theolvs)
- Fixed duped display of widgets when there's more than one
- Widgets should now display properly
- Images in markdown cells are now extract as well
- Re-refixed pandas tables (hopefully)
- Fixed pandas tables not being parsed
- Fixed the toc extension not adding a table of contents
- 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)