Releases: kirbs-/hide_code
Releases · kirbs-/hide_code
v0.7.0
13 Nov 00:34
Compare
Sorry, something went wrong.
No results found
Added support for nbcovert 6.x+
Moved from setuptools to poetry
v0.6.0
07 Dec 02:21
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Added license to wheel distribution.
Temporarily removed hide_code_latexpdf exporter from nbconvert export options.
v0.5.1
14 Apr 01:24
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Fixed issue with finding site-packages path on some python installations.