Hi, I would like to add an HTML5 audio player to my IJulia notebooks, similarly to what is done in IPython notebooks. In IPython notebooks, there’s two possibilities: you can either pass the path to an audio file (which is easy) or a Numpy array (rendered as data:audio/wav;base64 straight into the HTML file).
Is there something similar in IJulia already? If negative, where can I find more info on how to add this to IJulia? Cheers, João
