26 lines
928 B
Markdown
26 lines
928 B
Markdown
# 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](https://github.com/qdongxu/tomlincl).
|
|
|
|
Opened a [ticket](https://github.com/prefix-dev/pixi/issues/3524) and the devs proposed a solution. Need to test!
|
|
|
|
|
|
- [ ] ## First run takes long
|
|
|
|
The first run is slow, especially for ipython. Could run
|
|
```bash
|
|
ipython -c 'print("ipython ran once")'
|
|
```
|
|
at the end of the deployment run to create (most/many) `.pyc` files.
|
|
|
|
|
|
- [ ] ## FS Cache
|
|
|
|
To be enabled...
|