Closed DonJayamanne closed 4 months ago
@amunger can you help?
thanks for the ping, looks like this never got assigned.
It looks like the output that we try to render is some javascript code:
"outputs": [
{
"data": {
"application/javascript": "(function(root) {\n function now() {\n ...
"application/vnd.holoviews_load.v0+json": ""
},
And since it's three separate outputs, we render an output menu for each one. We might be able to check if the output content is empty after the renderer finishes and optionally hide it if so.
Discussed in https://github.com/microsoft/vscode-jupyter/discussions/15303