We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf1796b commit 3906937Copy full SHA for 3906937
js/README.md
@@ -53,7 +53,7 @@ await sandbox.notebook.execCell("!pip install matplotlib")
53
const result = await sandbox.notebook.execCell(code)
54
55
// this contains the image data, you can e.g. save it to file or send to frontend
56
-result.display_data[0]["image/png"]
+result.data[0].png
57
58
await sandbox.close()
59
```
0 commit comments