Using a jupyter notebook in VSCode, I'm trying to run the following code from this
If I press play button, then nothing happens...
CodePudding user response:
As of today, it seems VSCode Jupyter extension does not support audio. You can track the issue here on their Github.
One solution can be merging this pull request and rebuilding VSCode, which is not suggested.
The preferred alternate solution is using jupyter lab
instead of VSCode for such use cases.