Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mlejva authored Apr 2, 2024
1 parent c044de9 commit bf1796b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ await sandbox.notebook.execCell("!pip install matplotlib")
const result = await sandbox.notebook.execCell(code)

// this contains the image data, you can e.g. save it to file or send to frontend
result.data[0]["image/png"]
result.data[0].png

await sandbox.close()
```
Expand Down

0 comments on commit bf1796b

Please sign in to comment.