Skip to content

Instantly share code, notes, and snippets.

@butchland
Created May 9, 2021 14:14
Show Gist options
  • Save butchland/a90f5c6a73284dfb93d123e458ca63b1 to your computer and use it in GitHub Desktop.
Save butchland/a90f5c6a73284dfb93d123e458ca63b1 to your computer and use it in GitHub Desktop.
colab tricks - make a cell sound
from google.colab import output
# output.eval_js('new Audio("https://upload.wikimedia.org/wikipedia/commons/0/05/Beep-09.ogg").play()')
output.eval_js('new Audio("https://upload.wikimedia.org/wikipedia/commons/b/b4/CloudMagic_5.ogg").play()')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment