Basic example of real time data visualization in IPython notebook


In [ ]:
from ipythomic import MicrophoneWidget

In [ ]:
# Be sure that your microphone works! Don't have a microphone? Try redirecting your speakers to your microphone!
mic = MicrophoneWidget()

In [ ]:
mic  # Display the Widget

Change display by clicking Lines or Bars

Change attributes from Python and it updates in JavaScript.


In [ ]:
mic.thickness = 15

In [ ]:
mic.background = 200