Metadata-Version: 2.1
Name: my-happy-jupyter-utils
Version: 0.0.7
Summary: Jupyter utils
Home-page: https://github.com/ggservice007/my-happy-jupyter-utils
Author: ggservice007
Author-email: ggservice007@126.com
License: Apache 2
Description: # my-happy-jupyter-utils
        
        Jupyter utils.
        
        ## Features
        
        1. markdown utils
        1. image utils
        
        ## test and developing environment
        OS: centos7
        
        python:  3.7.7
        
        ## install
        ```shell
        python3.7 -m pip install -U my-happy-jupyter-utils
        
        or
        
        python3.7 -m pip install -i https://pypi.org/simple/ -U my-happy-jupyter-utils
        
        ```
        
        ## uninstall
        ```shell
        python3.7 -m pip uninstall my-happy-jupyter-utils
        ```
        
        
        ## how to use
        See the examples directory in the project.
        
Platform: UNKNOWN
Requires-Python: >=3.7.7
Description-Content-Type: text/markdown
