Jupyter Notebook Play Audio

# credit to the Stack Overflow user in the source link
import IPython
IPython.display.Audio("my_audio_file.mp3")
wolf-like_hunter