hide_code is a Jupyter notebook extension to selectively hide code, prompts and outputs with PDF and HTML exporting support.
pip install hide_codejupyter nbextension install --py hide_codejupyter nbextension enable --py hide_codejupyter serverextension enable --py hide_code
pip install hide_code --upgradejupyter nbextension install --py hide_code
Note: add --sys-prefix to jupyter nbextension to install into virtualenv or conda environment.
- Export Reveal.js slides or latex templates.
- Support for nbconvert 5.x+ and notebook 5.x+.
Visit the Wiki.
- Jupyter notebook ~>5.1
- Jupyter nbconvert ~>5.0.
- pdfkit & wkhtmltopdf
- Python 2.7 or 3.3+
