Create an conda/mamba environment from a pixi.lock file? #2460
Unanswered
raybellwaves
asked this question in
Q&A
Replies: 1 comment 1 reply
-
If you can tweak things at a hub level, there is pixi-kernel, otherwise you can use |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I work in a shared jupyterhub and most of my experiment takes place in a notebook and connecting to different kernels (e.g.
mamba env create -f env.yml
) which contains deps andipykernel
.I'm wondering how best to use pixi on the shared jhub when I want to find my kernel for each project.
I'm curious if you can create an conda/mamba environment from a pixi.lock file is or if there is a better way to achieve the same outcome.
Cheers,
Ray
Beta Was this translation helpful? Give feedback.
All reactions