Open
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.