Skip to content

Releases: kirbs-/hide_code

v0.3.0

01 May 01:01
Compare
Choose a tag to compare
  • 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

26 Apr 00:56
Compare
Choose a tag to compare
  • Fixed issue with exported output padding/clipping.
  • Fixed issue with kernel disconnecting from UI after exporting
  • Added logging and debugging support.

v0.2.0

18 Apr 13:20
Compare
Choose a tag to compare
  • Added HTML and PDF exporting.
  • Removed support for Python 3.2.

v0.1.6

04 Mar 02:28
Compare
Choose a tag to compare

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

03 Feb 02:38
Compare
Choose a tag to compare

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

22 Sep 12:12
Compare
Choose a tag to compare

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.

v0.1.3

21 Sep 17:19
Compare
Choose a tag to compare

Initial public release.