diff --git a/examples/jupyter-lite.json b/examples/jupyter-lite.json index 69a69731..de3a110c 100644 --- a/examples/jupyter-lite.json +++ b/examples/jupyter-lite.json @@ -1,12 +1,18 @@ { "jupyter-lite-schema-version": 0, "jupyter-config-data": { - "appName": "JupyterLite Pyodide Kernel" - }, - "litePluginSettings": { - "@jupyterlite/pyodide-kernel-extension:kernel": { - "loadPyodideOptions": { - "packages": ["micropip", "ssl", "sqlite3"] + "appName": "JupyterLite Pyodide Kernel", + "litePluginSettings": { + "@jupyterlite/pyodide-kernel-extension:kernel": { + "loadPyodideOptions": { + "packages": [ + "matplotlib", + "micropip", + "numpy", + "sqlite3", + "ssl" + ] + } } } }