This Notebook is to demonstrate the capabilities of pydy.viz to render the visualizations inside the IPython notebooks. If you do not want to run the example inside the notebook, you can also run visualize.py from terminal:
$ python visualize.py
In [1]:
#Import the code from visualize.py
from visualize import *
In [2]:
# display the visualizer!
scene.display_ipython()
In [ ]: