jupyter notebook 运行结束声音提醒

发布时间 2023-05-04 00:11:25作者: emanlee

jupyter notebook 运行结束声音提醒

 

 

from IPython.display import Audio, display

display(Audio(url='https://www.feffery.club/success.mp3', autoplay=True))


from IPython.display import Audio, display

display(Audio('/data/pigen/other/decode/files/speaker_test_sound.wav', autoplay=True))

 


REF

https://qa.1r1g.com/sf/ask/2850569221/

https://www.cnblogs.com/lqqgis/p/12850202.html