According to jupyter-lite doc pyodide is used to add packages default in jupyter-lite.
I need help in creating module and I didn't understand how to create and use that in jupyter-lite.
Also if I use
import piplite
await piplite.install(["qiskit"])
it gives me an error
ValueError: Couldn't find a pure Python 3 wheel for 'qiskit-terra<0.8,>=0.7'. You can use micropip.install(..., keep_going=True) to get a list of all packages with missing wheels.