Hide_code
Release:
Dev:
hide_code is a Jupyter notebook extension to selectively hide code, prompts and outputs with PDF and HTML exporting support. Check out the demo with
Jupyter Notebook Installation
pip install hide_codejupyter nbextension install --py hide_codejupyter nbextension enable --py hide_codejupyter serverextension enable --py hide_code
Jupyter Lab Installation
pip instal hide_code[lab]jupyter lab build
Upgrading with nbextension
pip install hide_code --upgradejupyter nbextension install --py hide_code
Note: add --sys-prefix to jupyter nbextension to install into virtualenv or conda environment.
Changes in 0.6.0
Improvements
- Added experiemental Jupyter Lab support. See Lab usage for details and limitations.
- Added Binder demo
- 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.
- 0.5.6 is the last version to support Python 3.6 and older.
- Added extras_install [all] to install hide_code and all dependencies. Use
pip install hide_code[all]to install. Resolves #85.
Documentation
Visit the Wiki.
Requirements
- Jupyter notebook >6.0
- Jupyter nbconvert >6.x
- pdfkit & wkhtmltopdf
- Python 3.7+
Release files for hide-code 0.7.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| hide_code-0.7.0.tar.gz | 61.3 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| hide_code-0.7.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 129.3 kB
Release files / hide_code-0.7.0.tar.gz
| Download URL | hide_code-0.7.0.tar.gz |
|---|---|
| Size | 61.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
a2a2598dadd7b37b7bfe1b094db3168acdf7c28c371eeca26cbad3e6579d4771
|
|
BLAKE2b-256 checksum How to use checksums |
63678c7fbe3830e0de9067523cd672d631799a5f3fd3289a0bc13588eb45822a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.9.7
|
Release files / hide_code-0.7.0-py3-none-any.whl
| Download URL | hide_code-0.7.0-py3-none-any.whl |
|---|---|
| Size | 67.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
a9edf690daa57f0cc069c8c781880422e71b03c1d6bb8aa74e0f8b7d2fb9d0c6
|
|
BLAKE2b-256 checksum How to use checksums |
eb027a008733b7baefe9c72648b57706be777033a2dcd6610698156d1858066a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.9.7
|