Metadata-Version: 2.1
Name: my-happy-jupyter-utils-02
Version: 0.0.9
Summary: Jupyter utils
Home-page: https://github.com/ggservice007/my-happy-jupyter-utils
Author: ggservice007
Author-email: ggservice007@126.com
License: Apache 2
Requires-Python: >=3.7.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests >=2.24.0

# 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.
