jupyterlite / jupyterlite/pyodide-kernel
Use the `comm` package
Open
enhancement
- Dominant language
- Python
- Stars
- 90
- Forks
- 47
- Avg merge
- 3d 13h
- Merged PRs (30d)
- 11
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.
### Additional context
https://github.com/jupyterlite/jupyterlite/issues/18
Contributor guide
Assessment
This issue has not been assessed yet.