Cannot display "application/vnd.dataresource+json"
#15004
Labels
bug
Issue identified by VS Code Team member as probable bug
notebook-execution
Kernels issues (start/restart/switch/execution, install ipykernel)
notebook-output
Applies To
What happened?
Minimal Reproduction
deno
.ipynb
file and open in vscode.Expected behavior (Jupyter Lab)
Actual behaivor (VSCode)
The workaround
Preprocessing
With help of denoland/vscode_deno#1014, found out that the
display
function sent data to jupyter in following format:Removing
"application/vnd.dataresource+json"
field fixes it.Changing presentation
Changing presentation from
application/vnd.dataresource+json
totext/html
fixes it.However this issue is still problematic because:
application/vnd.dataresource+json
is not recognized as JSONVS Code Version
1.85.1 (Universal)
Jupyter Extension Version
v2024.1.2024010901
Jupyter logs
Coding Language and Runtime Version
deno 1.39.2 (release, aarch64-apple-darwin), typescript 5.3.3
Language Extension Version (if applicable)
Deno, v3.31.0
Anaconda Version (if applicable)
No response
Running Jupyter locally or remotely?
Local
The text was updated successfully, but these errors were encountered: