visualize
❭ cell_to_ipython_animation
cell_to_ipython_animation¶
Display animations in IPython sessions.
This module proivdes functionality to create and render anmations in an IPython session. It is of particular use when using Jupyter notebooks.
Note
Parts of this module are taken from the JSAnimation package, which is licensed under the BSD 2-Clause License. The individual licensed components are appropriately marked with their corresponding license.
Functions¶
|
Creates an IPython animation out of files specified in a globstring or a list of paths. |
|
Finds the index of the value which is closest to the value specified in the arguments |
|
Get list of dictionaries of lines that can be displayed using the |
|
Initialize figure for |
|
Generate plots out of lines |
|
Creates figures in parallel and returns animation object. |
|
Takes a cell object and creates a 2d animation plotting the range_vars vs soma distance over time. |
|
Wrapper function to display the animation in the IPython notebook |