Closed
Description
Request: Add support for Audio Control in Notebook Renderer.
- Originally posted here VSCode >= 1.13 greys out audio controls in previewHTML? #32540
- Custom implementation for Notebook Renderers Add support for WAV playback inside notebook cell vscode-notebook-renderers#33
We (Jupyter Extension) can accept the PR, however this would mean the Jupyter extension now has a custom renderer for HTML.
And I'm not too keen on owning rendering all HTML content in Notebook renderers (I know VS Code has custom code to handle a lot of the HTML content, links, etc).
Suggestion
- Please can we re-visit this issue
- Is it possible to provide some way for the Notebook to override the preferred renderer based on the content?
- I.e. I'd prefer to always use the built in renderer for HTML
- However if VS Code will not support wav natively, then we can override the preferred renderer and use the one we ship.
@rebornix /cc