From 042a6e513fa8c2d8cf0ddd60a3ac847f43b4db9b Mon Sep 17 00:00:00 2001 From: Sven Augustin Date: Sat, 12 Apr 2025 22:23:50 +0200 Subject: [PATCH] update --- autodeploy/TODO.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/autodeploy/TODO.md b/autodeploy/TODO.md index e08ece6..af06e1a 100644 --- a/autodeploy/TODO.md +++ b/autodeploy/TODO.md @@ -1,6 +1,6 @@ # TODO -- [ ] ## Make envs available in jupytera +- [x] ## Make envs available in jupytera There's [pixi-kernel](https://github.com/renan-r-santos/pixi-kernel) but it is specifically "per directory", which does not fit our use case. @@ -16,6 +16,8 @@ The only "problem" is in how jupyter shows the env names: Note: if the `envs` folder is called differently, no prefix is shown at all... This might be an alternative idea. +**Solution**: setup.sh creates/updates the symlink as part of the procedure. + - [ ] ## 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.