Metadata-Version: 1.1
Name: jyquickhelper
Version: 0.2.96
Summary: Helpers for Jupyter notebooks.
Home-page: http://www.xavierdupre.fr/app/jyquickhelper/helpsphinx/index.html
Author: Xavier Dupré
Author-email: xavier.dupre@gmail.com
License: MIT
Download-URL: https://github.com/sdpython/jyquickhelper/
Description-Content-Type: UNKNOWN
Description: 
        .. _l-README:
        
        README
        ======
        
        .. image:: https://travis-ci.org/sdpython/jyquickhelper.svg?branch=master
            :target: https://travis-ci.org/sdpython/jyquickhelper
            :alt: Build status
        
        .. image:: https://ci.appveyor.com/api/projects/status/2tyc3or7snm6w4xl?svg=true
            :target: https://ci.appveyor.com/project/sdpython/jyquickhelper
            :alt: Build Status Windows
        
        .. image:: https://circleci.com/gh/sdpython/jyquickhelper/tree/master.svg?style=svg
            :target: https://circleci.com/gh/sdpython/jyquickhelper/tree/master
        
        .. image:: https://badge.fury.io/py/jyquickhelper.svg
            :target: http://badge.fury.io/py/jyquickhelper
        
        .. image:: https://img.shields.io/badge/license-MIT-blue.svg
            :alt: MIT License
            :target: http://opensource.org/licenses/MIT
        
        .. image:: https://requires.io/github/sdpython/jyquickhelper/requirements.svg?branch=master
             :target: https://requires.io/github/sdpython/jyquickhelper/requirements/?branch=master
             :alt: Requirements Status
        
        .. image:: https://codecov.io/github/sdpython/jyquickhelper/coverage.svg?branch=master
            :target: https://codecov.io/github/sdpython/jyquickhelper?branch=master
        
        .. image:: http://img.shields.io/github/issues/sdpython/jyquickhelper.png
            :alt: GitHub Issues
            :target: https://github.com/sdpython/jyquickhelper/issues
        
        .. image:: https://badge.waffle.io/sdpython/jyquickhelper.png?label=ready&title=Ready
            :alt: Waffle
            :target: https://waffle.io/jyquickhelper/jyquickhelper
        
        .. image:: http://www.xavierdupre.fr/app/jyquickhelper/helpsphinx/_images/nbcov.png
            :target: http://www.xavierdupre.fr/app/jyquickhelper/helpsphinx/all_notebooks_coverage.html
            :alt: Notebook Coverage
        
        **Links:**
        
        * `GitHub/jyquickhelper <https://github.com/sdpython/jyquickhelper/>`_
        * `documentation <http://www.xavierdupre.fr/app/jyquickhelper/helpsphinx/index.html>`_
        * `Blog <http://www.xavierdupre.fr/app/jyquickhelper/helpsphinx/blog/main_0000.html#ap-main-0>`_
        
        **jyquickhelper**
        
        Helpers for Jupyter notebooks.
        Example to run from a notebook:
        
        ::
        
            from jyquickheler import add_menu_notebook
            add_menu_notebook()
        
        A menu is displayed:
        
        * first section of level 2
        * section section of level 2
        * ...
        
Keywords: jyquickhelper,Xavier Dupré
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 2.7
Classifier: Intended Audience :: Developers
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Education
Classifier: License :: OSI Approved :: MIT License
Classifier: Development Status :: 5 - Production/Stable
