File tree 4 files changed +9
-5
lines changed
4 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,10 @@ Introduction
4
4
-------------
5
5
6
6
**{{name}}** is a tiny plugin of pyexcel to turn pyexcel data into
7
- chart graphics using pygal
7
+ chart graphics using pygal.
8
+
9
+ To see {{name}} in action with Jupyter notebook, please checkout the resource
10
+ on `github folder <https://github.com/pyexcel/pyexcel-pygal/tree/master/notebook>`_
8
11
9
12
Installation
10
13
-------------
Original file line number Diff line number Diff line change @@ -14,8 +14,6 @@ before_install:
14
14
- " if [[ $TRAVIS_PYTHON_VERSION == 'pypy' ]]; then deactivate && wget https://bitbucket.org/squeaky/portable-pypy/downloads/pypy-5.7.1-linux_x86_64-portable.tar.bz2 -O - | tar -jxf - && echo 'Setting up aliases...' && ln -s pypy-5.7.1-linux_x86_64-portable pypy2-latest && export PATH=$HOME/pypy2-latest/bin/:$PATH && virtualenv --no-site-packages --python ~/pypy2-latest/bin/pypy pypy2-env && echo 'Creating custom env...' && source pypy2-env/bin/activate && python -V; fi"
15
15
- cd -
16
16
- if [[ $TRAVIS_PYTHON_VERSION == "2.6" ]]; then pip install flake8==2.6.2; fi
17
- - if [[ $TRAVIS_PYTHON_VERSION == "2.7" ]]; then pip install ipython==5.4; fi
18
- - if [[ $TRAVIS_PYTHON_VERSION == "pypy" ]]; then pip install ipython==5.4; fi
19
17
- if [[ -f min_requirements.txt && "$MINREQ" -eq 1 ]]; then
20
18
mv min_requirements.txt requirements.txt ;
21
19
fi
Original file line number Diff line number Diff line change 1
1
Change log
2
2
================================================================================
3
3
4
- 0.0.1 - unrelease
4
+ 0.0.1 - 04.07.2017
5
5
--------------------------------------------------------------------------------
6
6
7
7
Initial release
Original file line number Diff line number Diff line change @@ -12,7 +12,10 @@ Introduction
12
12
-------------
13
13
14
14
**pyexcel-pygal ** is a tiny plugin of pyexcel to turn pyexcel data into
15
- chart graphics using pygal
15
+ chart graphics using pygal.
16
+
17
+ To see pyexcel-pygal in action with Jupyter notebook, please checkout the resource
18
+ on `github folder <https://github.com/pyexcel/pyexcel-pygal/tree/master/notebook >`_
16
19
17
20
Installation
18
21
-------------
You can’t perform that action at this time.
0 commit comments