feat: seaborn added to pyodide

Co-Authored-By: Silentoplayz <50341825+Silentoplayz@users.noreply.github.com>
This commit is contained in:
Timothy J. Baek
2024-05-19 09:46:43 -07:00
parent a5fa881d4a
commit 5961fc84f4
2 changed files with 6 additions and 3 deletions

View File

@@ -6,7 +6,8 @@ const packages = [
'matplotlib',
'scikit-learn',
'scipy',
'regex'
'regex',
'seaborn'
];
import { loadPyodide } from 'pyodide';