-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Detect multiple environments #20
Comments
I would love to be able to support Pixi features and environments but I couldn't come up with a good design for this yet. The way this library works doesn't allow for dynamically creating kernel specs based on Pixi environments. |
Quick update: jupyter/enhancement-proposals#87 should enable |
One thing I've done (just discovered pixi-kernel) is up manually add my pixi environment directory to an existing conda install (envs_dirs in .condarc) and use the environments using nb_conda_kernels side-by-side. I'm not sure how nb_conda_kernels resolves it's environments and kernel spec, but it might make sense follow their example. I add conda and nb_conda_kernels to my base (or also the default) environment and it seems to work pretty well. This is also useful for people who are transitioning away from conda. |
I'm finalizing adding support for detecting and using different Pixi environments in #42 and a release should happen in the next couple of days. If anyone has time, it would be great if they could test that branch. Thanks and happy holidays! |
If a project has multiple environments (for instance one with gpu and one without), it would be nice if this would show a kernel for each of those environments.
The text was updated successfully, but these errors were encountered: