Skip to content

Commit

Permalink
fix: update comment to clarify package loading order in RunCodeButton
Browse files Browse the repository at this point in the history
  • Loading branch information
athrael-soju committed Dec 23, 2024
1 parent 086a806 commit a307344
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/block-actions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export function RunCodeButton({
currentPyodideInstance = newPyodideInstance;
}

// Load matplotlib package first, then pandas
// Load required packages
await currentPyodideInstance.loadPackage(['matplotlib', 'pandas']);

// Setup matplotlib with our custom show function that supports both formats
Expand Down

0 comments on commit a307344

Please sign in to comment.