Metadata-Version: 2.1
Name: nb-filter-cells
Version: 0.0.2
Summary: Filter Jupyter notebook cells by tag
Home-page: https://github.com/liamcoatman/nb-filter-cells
Author: Liam Coatman
Author-email: liam.coatman@gmail.com
License: ISC
Description: # nb-filter-cells
        
        `nb-filter-cells` filters Jupyter notebooks cells by tag. 
         
        ## Installation
        
        ```bash
        pip install nb-filter-cells
        ```
        
        `nb-filter-cells` requires Python 3.6 or later.
        
        ## Usage
        
        To remove all cells with 'exercise' tag:
        
        ```bash
        nb-filter-cells -i notebook.ipynb -o notebook-solutions.ipynb -t exercise
        ```
        
        ## Copyright
        
        Copyright © 2019 Liam Coatman.
        
        `nb-filter-cells` is distributed under the terms of the [ISC licence].
        
        [isc licence]: https://opensource.org/licenses/ISC
        
Platform: UNKNOWN
Description-Content-Type: text/markdown
