Metadata-Version: 1.1
Name: hide-code
Version: 0.1.1
Summary: A Jupyter notebook extension to hide code.
Home-page: https://github.com/kirbs-/hide_code
Author: Chris Kirby
Author-email: kirbycm@gmail.com
License: MIT
Description: # Hide_code 0.1.0
        
        ## Introduction
        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 ![hide_code toggle](/images/button.png)
        
        ###### Normal
        ![image1.1](/images/1.1.png)
        
        ###### Hide code enabled
        ![image1.2](/images/1.2.png)
        
        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.
        
        ![image2](/images/2.png)
        
        ###### Normal
        ![image3.q](/images/3.1.png)
        
        ###### Hide code enabled
        ![image3.2](/images/3.2.png)
        
        ## 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
        
Keywords: jupyter notebook presentation
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Scientific/Engineering
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
