ipython-animated-array

animated array rendering on ipython-notebook (jupyter)


Keywords
ipython, jupyter, animation, array
License
MIT
Install
pip install ipython-animated-array==0.0.1

Documentation

ipython-animated-array

PyPi version PyPi downloads Build Status GitHub license GitHub stars

render animated array on ipython-notebook (jupyter)

https://gyazo.com/170088a47a42390bb62460d913d3d4b3

https://gyazo.com/5e0f68746ce124a0891749903b6c8a3c

Install

pip install ipython-animated-array

Document

Module ipython_animated_array

Class ipython_animated_array.AnimateArray

constructor __init__(viz_list, cmap='cool')

viz_list: list of animating array(1d or 2d).

cmap='cool': color map name

AnimateArray Instance Method animate_array.show(refresh=1000)

Show animate array.

refresh=1000 refresh animation duration(ms).

Example

open example directory via your ipython-notebook (or jupyter-notebook).

License

MIT