Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6a4263b

Browse files
authored
Mention the ipywidget's Audio widget.
1 parent 64e3b85 commit 6a4263b

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

IPython/lib/display.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,11 @@ class Audio(DisplayObject):
8686
Audio(b'RAW_WAV_DATA..) # From bytes
8787
Audio(data=b'RAW_WAV_DATA..)
8888
89+
See Also
90+
--------
91+
92+
See also the ``Audio`` widgets form the ``ipywidget`` package for more flexibility and options.
93+
8994
"""
9095
_read_flags = 'rb'
9196

0 commit comments

Comments
 (0)