anaconda / nb_conda_kernels

Package for managing conda environment-based kernels inside of Jupyter
BSD 3-Clause "New" or "Revised" License
601 stars 70 forks source link

Work with Mamba? #250

Closed AniAggarwal closed 8 months ago

AniAggarwal commented 8 months ago

Is there a way to make this package work with mamba (specifically micromamba) instead of conda? I get the following error and my envs don't show up unless manually installed.

[E 2024-03-04 11:20:04.378 ServerApp] [nb_conda_kernels] couldn't call conda:
    [Errno 2] No such file or directory: 'conda'
mcg1969 commented 8 months ago

This is a duplicate of #234; so I'm going to close it, but not for negative reasons.

AniAggarwal commented 8 months ago

No idea how I didn't find that issue before making this one. Thanks for taking a look.

mcg1969 commented 8 months ago

No worries at all.