More than one Audio object in a Jupyter (IPython) Notebook cell
The IPython.display.Audio(…) command only creates a “display” object (in that particular case, an object of the subclass Audio of the class DisplayObject). Afterwards, you may do basic actions with such an object, tied to the class DisplayObject (and specific stuff tied to the class Audio). One of those actions consists of displaying it, by using … Read more