Open
Description
Problem
It should now be possible to use the new comm
package: https://pypi.org/project/comm/
Currently there is a mock for ipykernel
here: https://github.com/jupyterlite/pyodide-kernel/tree/main/packages/pyodide-kernel/py/ipykernel
Which hopefully could be removed.
Proposed Solution
Use the comm
package so can get rid of one of the mocks.