mknotebooks

A plugin for mkdocs to help you include Jupyter notebooks in your projects

MIT License

Downloads
22.7K
Stars
127
Committers
13

Bot releases are visible (Hide)

mknotebooks - 0.8.0 Latest Release

Published by greenape about 1 year ago

Fixed

mknotebooks - 0.7.0

Published by greenape about 3 years ago

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

Published by greenape about 3 years ago

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

Published by greenape about 4 years ago

Pin to new markdown release to fix parsing issues.

mknotebooks - 0.6.0

Published by greenape about 4 years ago

Added

Fixed

  • Now works with nbconvert 6.x #46

Removed

  • No longer supports nbconvert < 6.x #46
mknotebooks - 0.5.0

Published by greenape about 4 years ago

Added

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

Changed

mknotebooks - 0.4.1

Published by greenape about 4 years ago

Fixed

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

Published by greenape about 4 years ago

Changed

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

Published by greenape over 4 years ago

Fixed

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

Published by greenape over 4 years ago

Fixed

  • Widgets should now display properly
mknotebooks - 0.3.3

Published by greenape over 4 years ago

Fixed

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

Published by greenape over 4 years ago

Fixed

  • Fixed pandas tables not being parsed
mknotebooks - 0.3.1

Published by greenape over 4 years ago

Fixed

  • Fixed the toc extension not adding a table of contents
mknotebooks - 0.3.0

Published by greenape over 4 years ago

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)
mknotebooks - 0.2.0

Published by greenape over 4 years ago

Fixed

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