animated array rendering on ipython-notebook (jupyter)
Project description
render animated array on ipython-notebook (jupyter)
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