Skip to content

Commit

Permalink
Merge pull request #4 from im-calvin/patch-1
Browse files Browse the repository at this point in the history
fix README JS SDK charts
  • Loading branch information
mlejva authored Apr 2, 2024
2 parents 9fe43e9 + c88b365 commit c044de9
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.display_data[0]["image/png"]
result.data[0]["image/png"]

await sandbox.close()
```
Expand Down

0 comments on commit c044de9

Please sign in to comment.