Skip to content

Commit

Permalink
feat: kiss, remove unneeded dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sanchezcarlosjr committed Oct 3, 2023
1 parent c360b8e commit a0da4a9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/app/notebook/cellTypes/languages/Python.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@ const pyodide = new Observable<{
loadPyodide().then(async (instance) => {
await instance.loadPackage("micropip");
const micropip = instance.pyimport("micropip");
await micropip.install("pandas");
await micropip.install("numpy");
await micropip.install("scikit-learn");
await micropip.install("matplotlib");
// @ts-ignore
globalThis.pyodide = instance;
subscriber.next(instance);
Expand Down

0 comments on commit a0da4a9

Please sign in to comment.