Pyodide can install any Python package with a pure Python wheel from the Python Package Index (PyPI)
JupyterLite ships by default with Pyolite, a Python kernel backed by Pyodide. Pyolite runs in a Web Worker and thus doesn’t block the main UI thread
Many visualizations libraries such as Altair and Plotly
contents manager that stores notebooks and files in the browser local storage with another plugin that would save them on AWS S3 instead.
the Basthon kernel runs in the main UI thread so users can manipulate the main window DOM from within Python directly, while Pyolite runs in a Web Worker as a background thread.