jupyterlite / jupyterlite/pyodide-kernel
Configure the kernel to have packages automatically installed
Open
enhancement
- Dominant language
- Python
- Stars
- 90
- Forks
- 47
- Avg merge
- 3d 13h
- Merged PRs (30d)
- 11
Description
### Problem
It is currently not possible to automatically install Python packages inside the pyolite kernel.
### Proposed Solution
It would be nice to be able to configure Pyolite to include some packages that would automatically be installed with `micropip`.
cc. @psychemedia who suggested it here https://github.com/jtpio/jupyterlite-demo/pull/7#issuecomment-870144941
### Additional context
It might be possible to have it once we use IPython for the execution (see related work https://github.com/jtpio/jupyterlite/pull/171), as it's possible to configure IPython itself to run code at the shell start.
Contributor guide
Assessment
This issue has not been assessed yet.