Metadata-Version: 2.0
Name: cleanipynb
Version: 0.2.1
Summary: Cleanup imports in jupyter notebooks
Home-page: https://github.com/i008/clean_ipynb
Author: Jakub Cieslik
Author-email: kubacieslik@gmail.com
License: MIT license
Keywords: cleanipynb
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Dist: jupytext
Requires-Dist: importanize
Requires-Dist: autoflake


### cleanipynb


[![](https://img.shields.io/pypi/v/clean_ipynb.svg)](https://pypi.python.org/pypi/clean_ipynb)
[![](https://img.shields.io/travis/i008/clean_ipynb.svg)](https://travis-ci.org/i008/clean_ipynb)


Cleans up dirty jupyter notebooks


> **WARNING**: Cleaning happens in-place - Be careful


### Usage:

```bash
pip install cleanipynb
cleanipynb path_to_your_notebook.ipynb
```

### Demo:
![](beforeafter.gif)







=======
History
=======

0.1.0 (2019-07-02)
------------------

* First release on PyPI.


