Skip to content

Releases: kirbs-/hide_code

v0.7.0

13 Nov 00:34
Compare
Choose a tag to compare
  • Added support for nbcovert 6.x+
  • Moved from setuptools to poetry

v0.6.0

07 Dec 02:21
befc47a
Compare
Choose a tag to compare
  • 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

19 Oct 11:07
408b0f9
Compare
Choose a tag to compare
  • 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

17 Feb 15:20
d94b1c5
Compare
Choose a tag to compare
  • 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

15 Feb 20:02
5c732cb
Compare
Choose a tag to compare
  • 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

16 Jun 00:30
351cc41
Compare
Choose a tag to compare
  • Added license to wheel distribution.
  • Temporarily removed hide_code_latexpdf exporter from nbconvert export options.

v0.5.1

14 Apr 01:24
a5a76d4
Compare
Choose a tag to compare
  • 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

07 Oct 19:14
Compare
Choose a tag to compare
  • 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

11 Mar 14:41
Compare
Choose a tag to compare
  • 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

21 Sep 01:24
Compare
Choose a tag to compare
  • Fixed issue with finding site-packages path on some python installations.