On Friday, June 9, 2017 at 8:14:29 AM UTC+12, Iztok Jeras wrote:
>
> I would like to have audio support in a browser while accessing Jupyter on 
> another computer.
>

This is quite easy:

    from IPython.display import Audio

    Audio(url="http://www.nch.com.au/acm/8k16bitpcm.wav";)

(example taken from 
<https://nbviewer.jupyter.org/github/ipython/ipython/blob/3.x/examples/IPython%20Kernel/Rich%20Output.ipynb>.)

-- 
You received this message because you are subscribed to the Google Groups 
"Project Jupyter" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jupyter/9a2d9242-4ac9-47ac-947b-3a135348ca75%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to