Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-kirby committed Oct 19, 2020
1 parent 62ac726 commit 052ffc9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,13 @@ hide_code is a Jupyter notebook extension to selectively hide code, prompts and

Note: add `--sys-prefix` to `jupyter nbextension` to install into virtualenv or conda environment.

## New in 0.5.3 & 0.5.5
## New in 0.5.3, 0.5.5 and 0.5.6
#### Improvements
* Added Binder demo [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/kirbs-/hide_code/master?filepath=demo.ipynb)
* Simplified extension installation. No longer need to use nbextension/serverextension commands after pip install.
* No longer supporting Python 2.7. Install hide_code==0.5.2 for Python 2.7.
* No longer supporting Python 2.7 or . Install hide_code==0.5.2 for Python 2.7.
* 0.5.6 is the last version to support Python versions below 3.7.

#### Bug Fixes
* Fixed latexpdf exporting.
* Changed nbconvert --to hide_code_pdf to use pdfkit.
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
hide_code==0.5.5
hide_code==0.5.6

0 comments on commit 052ffc9

Please sign in to comment.