hide_code is an extension for Jupyter/IPython notebooks to selectively hide code and prompts. Make a notebook a code free document for exporting or presenting with a single click by pressing 
Or customize each cell by selecting "Hide code" from the Cell Toolbar dropdown. Then use "Hide Code" and "Hide Prompts" checkboxes to hide the specific cell's code or cell's input/output prompts.
pip install hide_code
- Download and unzip this repository.
- Change to unzipped directory
python setup.py install
- Jupyter notebook 4+
- Python 2.7+ if installing with pip




