Releases: kirbs-/hide_code
Releases · kirbs-/hide_code
v0.3.0
- Added output hiding.
- Added configuration managar.
- Added PDF exporting via nbconvert's LaTeX exporter.
- Fixed bug with notebooks in sub-folders not exporting.
v0.2.1
- Fixed issue with exported output padding/clipping.
- Fixed issue with kernel disconnecting from UI after exporting
- Added logging and debugging support.
v0.2.0
- Added HTML and PDF exporting.
- Removed support for Python 3.2.
v0.1.6
Updates in this release
- Fixed issue with cell toolbar show/hide toggling getting out of sync when another cell toolbar was selected and hide code was enabled. Resolves issue #11.
- Fixed typo causing hide code toolbar not to display. Resolves issue #12.
v0.1.5
Updates in this release
- Added logic to handle .py extension of os file. Resolves issue #6.
- Updated logic to disable hiding prompts and code on markdown cells. Resolves issue #4.
v0.1.4
Updates in this release
- Resolves #1 by adding additional directories to check for Jupyter's configuration directory.
- Added installation logic to check if hide_code.js is already setup to auto-load when a notebook opens.
- Added additional installation logging to support troubleshooting.
- Now Python 3+ compliant.