LoginSignup
6
6

More than 5 years have passed since last update.

Jupyter notebookで音を鳴らす

Posted at

セルマジック%%javascriptを使って、JSで書くのが早そう。
サンプル音はもちろんアレです。

%%javascript
var sound = new Audio("http://dl1.getuploader.com/g/58e6069c-1c14-4b02-ab90-5ea5b63022d0/6%7Cnjv/73/%E3%83%AD%E3%83%9E%E3%83%B3%E3%82%B7%E3%83%B3%E3%82%B0%E3%82%B5%E3%82%AC2+%E9%96%83%E3%81%8D.wav");
sound.play();

参考:
Javascriptで音を鳴らす

6
6
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
6
6