Skip to content
This repository has been archived by the owner on Mar 27, 2019. It is now read-only.

pyecharts/jupyter-echarts-pypkg

Repository files navigation

jupyter-echarts-pypkg

https://codecov.io/github/pyecharts/jupyter-echarts-pypkg/coverage.png

The project packages jupyter-echarts and distributes it via pypi.

Installation

You can install jupyter-echarts-pypkg via pip:

$ pip install jupyter-echarts-pypkg

or clone it and install it:

$ git clone https://github.com/pyecharts/jupyter-echarts-pypkg.git
$ cd jupyter-echarts-pypkg
$ python setup.py install