The project packages jupyter-echarts and distributes it via pypi.
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