Releases: kirbs-/hide_code
Releases · kirbs-/hide_code
v0.7.0
- Added support for nbcovert 6.x+
- Moved from setuptools to poetry
v0.6.0
- Added experimental support for Jupyter Lab. Install via
pip install hide_code[lab]
- Bumped notebook version to >= 6.x
- Pinned nbconvert to 5.X. 6.x significantly changed custom templates. Needs work to support.
- Dropped support for Python 3.6 and lower.
v0.5.6
- Fixed issue with hard coded base location pathname.
- Temporarily limiting traitlets < 5 and nbconvert < 6 due to a breaking change in nbconvert's API.
- Added Binder demo.
v0.5.5
- Fixed latexpdf exporting.
- Changed nbconvert --to hide_code_pdf to use pdfkit.
- Fixed issue exporting notebooks after renaming a notebook.
- Simplified extension installation. No longer need to use nbextension/serverextension commands after pip install.
- Updated TravisCI tests.
v0.5.3
- Resolved issue exporting notebooks with spaces in notebook name.
- Updated reading file to always use utf-8 encoding. This should resolve non-latin character issues.
- Renamed license file.
v0.5.2
- Added license to wheel distribution.
- Temporarily removed hide_code_latexpdf exporter from nbconvert export options.
v0.5.1
- Fixed nbconvert CLI interface. nbconvert --to hide_code_latex, --to hide_code_pdflatex and --to hide_code_slides now work correctly (Resolves #49 & #55).
- Fixed issue passing STDOUT text correctly into templates (Resolves #54, #58, & #50). Contributed by @mourikwa.
v0.5.0
- Added exporting latex templates and reveal slides. Resolves #31 and #36.
- Updated templates to work with nbconvert 5.x. Resolves #26 and #33.
- Updated toolbar buttons for notebook 5.1+. Updates are not compatible with notebook < 5.1.
- Updated to use absolute instead of relative path references when exporting a notebook. Resolves #38.
v0.4.0
- Added keyboard shortcuts. Resolves issue #32.
- Added nbextension installation. Resolves issue #27 and #29.
- Added method method to clean up bootstrapped JS files in versions 0.3.1 and below. See uninstalling documentation. Resolves #28.
v0.3.1
- Fixed issue with finding site-packages path on some python installations.