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
In [ ]:
mic.thickness = 15
In [ ]:
mic.background = 200