Files
pixi-deploy/TODO.md
T
2026-06-19 09:53:04 +02:00

928 B

TODO

  • ## Shared features

Pixi supports "features" (i.e., sets of packages that allow the user to do XYZ). This would be very useful for, e.g., a feature like "be able to plot on jupytera", which gives the correct versions of ipympl, matplotlib, etc.

We would need this to be a central file that is somehow made available and/or merged into everyone's individual files.

Pixi does not seem to have this option (yet? see below). TOML does not allow to link in further files out of the box. However, there is tomlincl.

Opened a ticket and the devs proposed a solution. Need to test!

  • ## First run takes long

The first run is slow, especially for ipython. Could run

ipython -c 'print("ipython ran once")'

at the end of the deployment run to create (most/many) .pyc files.

  • ## FS Cache

To be enabled...