hide_code is a Jupyter notebook extension to selectively hide code, prompts and outputs with PDF and HTML exporting support.
pip install hide_code
jupyter nbextension install --py hide_code
jupyter nbextension enable --py hide_code
jupyter serverextension enable --py hide_code
pip install hide_code --upgrade
jupyter 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+