* Added support for nbcovert 6.x+ * Moved from setuptools to poetry
0.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.
0.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.
0.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.
0.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.
0.5.2
* Added license to wheel distribution. * Temporarily removed hide_code_latexpdf exporter from nbconvert export options.