Releases: greenape/mknotebooks
Releases · greenape/mknotebooks
0.7.1
- Fixed additional notebook JS plugins being broken on notebook pages. #519. (Thanks to @rclement)
0.7.0
- You can now specify which binder interface to use for Binder links (notebook, lab, or nteract). (thanks to @MridulS)
0.6.2
Pin to new markdown release to fix parsing issues.
0.6.0
Added
Fixed
- Now works with nbconvert 6.x #46
Removed
- No longer supports nbconvert < 6.x #46
0.5.0
Added
- You can now add a per-notebook Binder link #44 (thanks to @ericmjl)
Changed
0.4.1
Fixed
- When using
enable_default_pandas_dataframe_styling: true
with mkdocs-material dark mode now renders correctly #35 (thanks to @timvink)
0.4.0
Changed
- stdout, stderr and text/plain outputs are now wrapped in a
<code></code>
(thanks to @lgeiger)
0.3.6
Fixed
- Fixed errors when running with older nbconvert releases by requiring >= 5.6.1 (thanks to @theolvs)
0.3.4
Fixed
- Widgets should now display properly