Metadata-Version: 1.1
Name: jupyter_commons
Version: 0.1.2
Summary: Commonly used helpers for jupyter notebooks.
Home-page: https://github.com/stbraun/jupyter_commons
Author: Stefan Braun
Author-email: sb@stbraun.com
License: BSD license
Description: ===============
        Jupyter Commons
        ===============
        
        
        .. image:: https://img.shields.io/pypi/v/jupyter_commons.svg
                :target: https://pypi.python.org/pypi/jupyter_commons
        
        .. image:: https://img.shields.io/travis/stbraun/jupyter_commons.svg
                :target: https://travis-ci.org/stbraun/jupyter_commons
        
        .. image:: https://readthedocs.org/projects/jupyter-commons/badge/?version=latest
                :target: https://jupyter-commons.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        
        
        
        Commonly used helpers for jupyter notebooks.
        
        
        * Free software: BSD license
        * Documentation: https://jupyter-commons.readthedocs.io.
        
        
        Features
        --------
        
        Functions usable in general Jupyter notebooks. Keep repeated implementation of helpers out of the notebook and re-use them easily.
        
        Credits
        -------
        
        This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.
        
        .. _Cookiecutter: https://github.com/audreyr/cookiecutter
        .. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
        
Keywords: jupyter_commons
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta 
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
