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 toolbar button click. 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.

## Installation
`pip install hide_code`

### Manual installation
1. Download and unzip this repository.
2. Change to unzipped directory 
3. `python setup.py install`


## Requirements
- Jupyter notebook 4+

## License
Released under the MIT license.
